diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 10 | ||||
-rw-r--r-- | graphics/png/distinfo | 5 | ||||
-rw-r--r-- | graphics/png/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/png/pkg-plist | 3 |
4 files changed, 16 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index d6fcd2399c23..46b703ebdc6d 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: PNG images library +# ftp://ftp.libpng.org/pub/png/libpng.html # Date created: 5 Dec 1995 # Whom: ache # @@ -6,11 +7,16 @@ # PORTNAME= png -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ +MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ DISTNAME= lib${PKGNAME} +PATCH_SITES= ftp://ftp.libpng.org/pub/png/src/ +PATCHFILES= libpng-1.0.6-patch-a.txt.gz \ + libpng-1.0.6-patch-b.txt.gz \ + libpng-1.0.6-patch-c.txt.gz + MAINTAINER= ache@FreeBSD.org MAN3= libpng.3 libpngpf.3 diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 64d1d2935bb4..f329ed0f9ef8 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1 +1,4 @@ -MD5 (libpng-1.0.5.tar.gz) = e8edc8c1ad4cb613f20563acd9112702 +MD5 (libpng-1.0.6.tar.gz) = e7801dbd2d9d593c9663efa84f4e9ad7 +MD5 (libpng-1.0.6-patch-a.txt.gz) = 03ba973e3b9110198a7e4965360fe0e1 +MD5 (libpng-1.0.6-patch-b.txt.gz) = de2aad6bd0f03b84d2c013eb8b59e653 +MD5 (libpng-1.0.6-patch-c.txt.gz) = 12ef2b1c2410721ff69dbcdb862cfc3c diff --git a/graphics/png/pkg-descr b/graphics/png/pkg-descr index 892185cf4c30..82d889951c0b 100644 --- a/graphics/png/pkg-descr +++ b/graphics/png/pkg-descr @@ -6,3 +6,5 @@ to modify it more. The library was coded for both users. All attempts were made to make it as complete as possible, while keeping the code easy to understand. Currently, this library only supports C. Support for other languages is being considered. + +WWW: ftp://ftp.libpng.org/pub/png/libpng.html diff --git a/graphics/png/pkg-plist b/graphics/png/pkg-plist index da06c96d8af7..dc7321bf1daf 100644 --- a/graphics/png/pkg-plist +++ b/graphics/png/pkg-plist @@ -1,7 +1,8 @@ include/png.h include/pngconf.h lib/libpng.a -lib/libpng.so lib/libpng.so.3 +@exec ln -sf %f %B/libpng.so +@unexec rm -f %B/libpng.so @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |