diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:50:19 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-08 22:50:19 +0000 |
commit | 077618943df6c79dd891ec52dc03f17364a7a635 (patch) | |
tree | 93113a5d176d4c81ff4a9acbfe46bbb7ef166e18 /devel/astyle | |
parent | 116c0ae2bc74c49050cf25e5303909dd367ab6db (diff) | |
download | ports-077618943df6c79dd891ec52dc03f17364a7a635.tar.gz ports-077618943df6c79dd891ec52dc03f17364a7a635.zip |
Update astyle to 1.11.5
PR: ports/14105
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=22263
Diffstat (limited to 'devel/astyle')
-rw-r--r-- | devel/astyle/Makefile | 15 | ||||
-rw-r--r-- | devel/astyle/distinfo | 2 |
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index c4bf9512b17f..7ecc73f96ee7 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.11.4 +# Version required: 1.11.5 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= astyle_1.11.4_src -PKGNAME= astyle-1.11.4 +DISTNAME= astyle_1.11.5_src +PKGNAME= astyle-1.11.5 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,14 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.11.4 +WRKSRC= ${WRKDIR}/astyle_1.11.5 -post-extract: - perl -pi -e 's/\r//' ${WRKSRC}/* - -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig - ${CP} -p ${FILESDIR}/Makefile ${WRKSRC}/ +ALL_TARGET= astyle do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ diff --git a/devel/astyle/distinfo b/devel/astyle/distinfo index 42e037441de6..1bad8a0a803f 100644 --- a/devel/astyle/distinfo +++ b/devel/astyle/distinfo @@ -1 +1 @@ -MD5 (astyle_1.11.4_src.tgz) = f87dc3e6c6da3010b02de80b69668b00 +MD5 (astyle_1.11.5_src.tgz) = d92ca822378027aaa22c382e21a0966e |