diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-04 20:45:36 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-04 20:45:36 +0000 |
commit | 87c35054929f3f1dafc5a5f029895d885db34272 (patch) | |
tree | 1e5726e677cfeb4dd7c833e6502cd5fadb942e56 /devel/astyle/Makefile | |
parent | 14f21e6e1e0bcfba83dce73f8b91fa3aa1768286 (diff) |
Notes
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r-- | devel/astyle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index b662875dfd34..f0e474d1eecd 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.10.4 +# Version required: 1.11.1 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= astyle_1.10.4_src -PKGNAME= astyle-1.10.4 +DISTNAME= astyle_1.11.1_src +PKGNAME= astyle-1.11.1 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.10.4 +WRKSRC= ${WRKDIR}/astyle_1.11.1 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* |