diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-19 18:38:51 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-19 18:38:51 +0000 |
commit | 41c2c2521a708c8a0b89cbc9896ac212be35eb94 (patch) | |
tree | 3513a3d6c7c1e8ddcf6cbfddcb3448828f082ab2 /devel/astyle/Makefile | |
parent | 502e19d8e4c5cfe51bb8ae419f832a7725d41214 (diff) | |
download | ports-41c2c2521a708c8a0b89cbc9896ac212be35eb94.tar.gz ports-41c2c2521a708c8a0b89cbc9896ac212be35eb94.zip |
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 f0e474d1eecd..c4bf9512b17f 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.11.1 +# Version required: 1.11.4 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $FreeBSD$ # -DISTNAME= astyle_1.11.1_src -PKGNAME= astyle-1.11.1 +DISTNAME= astyle_1.11.4_src +PKGNAME= astyle-1.11.4 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.11.1 +WRKSRC= ${WRKDIR}/astyle_1.11.4 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* |