diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-10-15 01:59:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-10-15 01:59:05 +0000 |
commit | 75a3b8dc1ee7bae4bc37e021d3bce54f49458374 (patch) | |
tree | 289daf9b3129f180eafaf1262c34b922357df810 /graphics/png | |
parent | f307490f1a30af0e0cb1213f8828a7d89042cc98 (diff) | |
download | ports-75a3b8dc1ee7bae4bc37e021d3bce54f49458374.tar.gz ports-75a3b8dc1ee7bae4bc37e021d3bce54f49458374.zip |
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 11 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 8 insertions, 11 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ef3de27efad4..20d18a83df1b 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,22 +6,21 @@ # PORTNAME= png -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} PATCH_SITES= ${MASTER_SITES} -PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= libpng-1.2.6-patch-pngwutil.txt -PATCH_DIST_STRIP= -p1 +#PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} +#PATCHFILES= +#PATCH_DIST_STRIP= -p1 MAINTAINER= ache@FreeBSD.org COMMENT= Library for manipulating PNG images MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd -# "test" target not works after libpng-1.2.6-patch-pngwutil.txt -ALL_TARGET= all #test +ALL_TARGET= all test INSTALLS_SHLIB= yes SHLIB_VER= 5 diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 70db3d70e56e..764b116a2f49 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,4 +1,2 @@ -MD5 (libpng-1.2.6.tar.gz) = f84b206672a3ffcf1e741087ee49257e -SIZE (libpng-1.2.6.tar.gz) = 502503 -MD5 (libpng-1.2.6-patch-pngwutil.txt) = 7f916d63b7b6aaaff386681a0cbf3102 -SIZE (libpng-1.2.6-patch-pngwutil.txt) = 3382 +MD5 (libpng-1.2.7.tar.gz) = 898871b38e92bb233cceee479a4c4b58 +SIZE (libpng-1.2.7.tar.gz) = 502865 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 09eb8d4092e8..fff19eabb328 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -3,7 +3,7 @@ @@ -7,5 +7,5 @@ Name: libpng12 Description: Loads and saves PNG files - Version: 1.2.6 + Version: 1.2.7 -Libs: -L${libdir} -lpng12 -lz -lm -Cflags: -I${includedir}/libpng12 +Libs: -L${libdir} -lpng -lz -lm |