diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-12-29 09:17:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-12-29 09:17:04 +0000 |
commit | 32cec3468691cd0095c149f3948261f417faeae0 (patch) | |
tree | 4caddf319deb1b7f3718ca20459bc7bfc0902a36 /graphics/png | |
parent | 82fd48012e66416f3e02e2a7861e1c4986f3f874 (diff) | |
download | ports-32cec3468691cd0095c149f3948261f417faeae0.tar.gz ports-32cec3468691cd0095c149f3948261f417faeae0.zip |
Upgrade to 1.2.8
Notes
Notes:
svn path=/head/; revision=125426
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/distinfo | 4 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 20d18a83df1b..df95f53ce2ad 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 764b116a2f49..f1ca23c2dcd6 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,2 +1,2 @@ -MD5 (libpng-1.2.7.tar.gz) = 898871b38e92bb233cceee479a4c4b58 -SIZE (libpng-1.2.7.tar.gz) = 502865 +MD5 (libpng-1.2.8.tar.gz) = cac1512878fb98f2456df6dc50bc9bc7 +SIZE (libpng-1.2.8.tar.gz) = 510681 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index fff19eabb328..749d314e0c43 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.7 + Version: 1.2.8 -Libs: -L${libdir} -lpng12 -lz -lm -Cflags: -I${includedir}/libpng12 +Libs: -L${libdir} -lpng -lz -lm |