diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-01-21 02:44:20 +0800 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-01-21 02:44:20 +0800 |
commit | a228f64a9993b4738ad0ac0138fa6c1d9add2e15 (patch) | |
tree | a75fed545571e2ceeba9d85ec7ab92f90eee91f6 /devel/astyle | |
parent | bfbdedfdb8db503c6d9d8a25bb3bb3d77f0f2199 (diff) | |
download | freebsd-ports-gnome-a228f64a9993b4738ad0ac0138fa6c1d9add2e15.tar.gz freebsd-ports-gnome-a228f64a9993b4738ad0ac0138fa6c1d9add2e15.tar.zst freebsd-ports-gnome-a228f64a9993b4738ad0ac0138fa6c1d9add2e15.zip |
Update to 1.22
Changelog: http://astyle.sourceforge.net/notes.html
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 11 | ||||
-rw-r--r-- | devel/astyle/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 0e602a61368a..56d56183a888 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -6,11 +6,11 @@ # PORTNAME= astyle -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= devel textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}__linux +DISTNAME= ${PORTNAME}_${PORTVERSION}_linux MAINTAINER= lme@FreeBSD.org COMMENT= A reindenter and reformatter of C, C++, C\# and Java source code @@ -21,15 +21,14 @@ LDFLAGS+= -s MAKE_ARGS+= CFLAGS="${CFLAGS}" USE_GMAKE= yes -WRKSRC= ${WRKDIR}/astyle/build -ALL_TARGET= release +WRKSRC= ${WRKDIR}/astyle/buildgcc pre-patch: ${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile PLIST_FILES= bin/astyle .if !defined(NOPORTDOCS) -PORTDOCS= astyle.html astyleX.html astyle_news.html install.html license.html astyle_notes.html index.html +PORTDOCS= * .endif do-install: diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo index ea1f0ab43e8a..3cfd73a89d1f 100644 --- a/devel/astyle/distinfo +++ b/devel/astyle/distinfo @@ -1,3 +1,3 @@ -MD5 (astyle_1.21__linux.tar.gz) = c3e2068e9bf64bcad3e1d69628c4d241 -SHA256 (astyle_1.21__linux.tar.gz) = 894ed6838e61977ee846c219c0e0caa2eaf3f6d9f1df4ed354a8cd45c32d0ec2 -SIZE (astyle_1.21__linux.tar.gz) = 81678 +MD5 (astyle_1.22_linux.tar.gz) = f319ee4e2538f5e6255211975b4e36cc +SHA256 (astyle_1.22_linux.tar.gz) = 0ddac906531192dcecd3d160f181522c065779223f78476c027d9d25ec8bb27a +SIZE (astyle_1.22_linux.tar.gz) = 92580 |