Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/devel/astyle/Makefile 2012/10/31 11:16:38 1.14 +++ pkgsrc/devel/astyle/Makefile 2013/05/25 16:39:39 1.15 @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.14 2012/10/31 11:16:38 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/05/25 16:39:39 shattered Exp $ # -DISTNAME= astyle_1.13.6.1 -PKGNAME= astyle-1.13.6.1 -PKGREVISION= 1 +DISTNAME= astyle_1.15.3 +PKGNAME= astyle-1.15.3 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=astyle/} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://astyle.sourceforge.net/ -COMMENT= Reindenter and reformatter of C++, C and Java source code +COMMENT= Reindenter and reformatter of C, C++, C# and Java source code +LICENSE= gnu-gpl-v2 HTMLDIR= ${PREFIX}/share/doc/html/astyle INSTALLATION_DIRS= bin ${HTMLDIR} USE_LANGUAGES= c++ +WRKSRC= ${WRKDIR} .include "../../mk/compiler.mk"