diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-22 02:06:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-22 02:06:23 +0800 |
commit | 93157ab438b61b3a8ee1369fd7d7daf0ced249e0 (patch) | |
tree | 598f76bfa839ee4677308201d2c0e2e273532657 /graphics/png/Makefile | |
parent | cb68efd1b39f6ab8bab117905cec68a327eee458 (diff) | |
download | freebsd-ports-gnome-93157ab438b61b3a8ee1369fd7d7daf0ced249e0.tar.gz freebsd-ports-gnome-93157ab438b61b3a8ee1369fd7d7daf0ced249e0.tar.zst freebsd-ports-gnome-93157ab438b61b3a8ee1369fd7d7daf0ced249e0.zip |
Upgrade to 1.0.3, (thanks god, 1.0.3 is out)
the submitter say:
Attached are patches to upgrade the PNG port to 1.0.3, and to fix
the two ghostscript ports which would be broken by this. PNG
1.0.3 is apparently completely backwards compatible with 1.0.2.
Maintainer contacted with no response.
PR: ports/9601
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 24e99b305e12..906a72108daa 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,11 +3,11 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.15 1998/09/17 00:50:48 asami Exp $ +# $Id: Makefile,v 1.16 1998/09/17 06:30:34 tg Exp $ # -DISTNAME= libpng-1.0.2 -PKGNAME= png-1.0.2 +DISTNAME= libpng-1.0.3 +PKGNAME= png-1.0.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ |