diff options
author | lme <lme@FreeBSD.org> | 2009-01-21 02:44:20 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-01-21 02:44:20 +0800 |
commit | d630238ba73ca59e5dfea50ae67e3a4817864fc2 (patch) | |
tree | b489515fe7d0a0501789f2a6d93a80fbfd104233 /devel/astyle | |
parent | 9696d0a143e1de81b2c9042fac3669c6a15bb5be (diff) | |
download | freebsd-ports-gnome-d630238ba73ca59e5dfea50ae67e3a4817864fc2.tar.gz freebsd-ports-gnome-d630238ba73ca59e5dfea50ae67e3a4817864fc2.tar.zst freebsd-ports-gnome-d630238ba73ca59e5dfea50ae67e3a4817864fc2.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 |