diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 05:43:58 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 05:43:58 +0000 |
commit | 2b3fdb9b9651fba02b8f3e7bae2998896169513a (patch) | |
tree | 0795980cc34e680ba2f80be9121004b53659f46b /lang/pgcc/Makefile | |
parent | c7291da6ae5a646bdcc4a62df520f95d567828af (diff) | |
download | FreeBSD-ports-2b3fdb9b9651fba02b8f3e7bae2998896169513a.zip FreeBSD-ports-2b3fdb9b9651fba02b8f3e7bae2998896169513a.tar.gz |
Update to pgcc 2.95.3.
PR: 20122
Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net>
Diffstat (limited to 'lang/pgcc/Makefile')
-rw-r--r-- | lang/pgcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index 48e5d08..2249d3f 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pgcc -PORTVERSION= 2.95.1 +PORTVERSION= 2.95.2 CATEGORIES= lang MASTER_SITES= ftp://go.cygnus.com/pub/sourceware.cygnus.com/pub/egcs/releases/${DISTNAME}/ \ ftp://egcs.cygnus.com/pub/egcs/releases/${DISTNAME}/ \ @@ -27,7 +27,7 @@ PATCH_SITES= http://www.gcc.ml.org/data/source/ \ ftp://ftp.goof.com/pub/pcg/source/ \ ftp://ftp.hitachi-sk.co.jp/pub/pentium-gcc/source/ \ ftp://ftp.fu-berlin.de/unix/languages/pgcc/source/ -PATCHFILES= gcc-2.95.1-pgcc-2.95.1.diff.gz +PATCHFILES= gcc-2.95.2-pgcc-2.95.3.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org |