diff options
author | lme <lme@FreeBSD.org> | 2011-09-18 06:19:46 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2011-09-18 06:19:46 +0800 |
commit | fade916f8122218db54c85430522875aa15ec8bc (patch) | |
tree | fa4e0a7ca5d77ca2f9c014d4399eac52f7355de8 /devel | |
parent | 17bb5768d3276906bf958095b494c5ae4fa19cd0 (diff) | |
download | freebsd-ports-gnome-fade916f8122218db54c85430522875aa15ec8bc.tar.gz freebsd-ports-gnome-fade916f8122218db54c85430522875aa15ec8bc.tar.zst freebsd-ports-gnome-fade916f8122218db54c85430522875aa15ec8bc.zip |
Update to 2.02
Diffstat (limited to 'devel')
-rw-r--r-- | devel/astyle/Makefile | 3 | ||||
-rw-r--r-- | devel/astyle/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index 1f66ca95dea8..99486f327071 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= astyle -PORTVERSION= 2.01 +PORTVERSION= 2.02 CATEGORIES= devel textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/astyle/build/gcc pre-patch: ${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,^.../\*,/*,' ${WRKDIR}/astyle/src/ASLocalizer.cpp PLIST_FILES= bin/astyle .if !defined(NOPORTDOCS) diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo index b8d5c40e5dab..c5bc080d9585 100644 --- a/devel/astyle/distinfo +++ b/devel/astyle/distinfo @@ -1,2 +1,2 @@ -SHA256 (astyle_2.01_linux.tar.gz) = e2b3869232ca3957f726d0d78c3ea144b2fa75e23ed1b6a389ba4801c337204f -SIZE (astyle_2.01_linux.tar.gz) = 135932 +SHA256 (astyle_2.02_linux.tar.gz) = a9e444f60673dc88ae60cc29220a525f928502fba0482211e7a7365d232c760c +SIZE (astyle_2.02_linux.tar.gz) = 150845 |