diff options
author | ache <ache@FreeBSD.org> | 2009-01-05 02:01:21 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-01-05 02:01:21 +0800 |
commit | d4d4e5a6d766eb8d1cf148a1a6423f576f40ee37 (patch) | |
tree | 90ac0aad72bd569106a3552420576e42daa42f51 /graphics | |
parent | 3fa9563b86cabacb13561072e17e3a4a6f77394a (diff) | |
download | freebsd-ports-gnome-d4d4e5a6d766eb8d1cf148a1a6423f576f40ee37.tar.gz freebsd-ports-gnome-d4d4e5a6d766eb8d1cf148a1a6423f576f40ee37.tar.zst freebsd-ports-gnome-d4d4e5a6d766eb8d1cf148a1a6423f576f40ee37.zip |
Upgrade to 1.2.34
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 2 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ef293a8471c3..17c5cd7fad69 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.33 +PORTVERSION= 1.2.34 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 0ebff7a7ff49..c3146b913f01 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.33.tar.bz2) = 0532c28ba1b17ee2095ad50731c2c75c -SHA256 (libpng-1.2.33.tar.bz2) = af3a8150fedaf3ea561c10c59fa828f71f732ade06e3f3d13fa453629c470800 -SIZE (libpng-1.2.33.tar.bz2) = 651555 +MD5 (libpng-1.2.34.tar.bz2) = 37362876feb21344fd3af1228527db0f +SHA256 (libpng-1.2.34.tar.bz2) = 3e284957f06897971969d6511d2d718d8b58da76f82b3c939d67d23b6026fb82 +SIZE (libpng-1.2.34.tar.bz2) = 638334 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index edca733d3149..9fbda3a61d43 100644 --- a/graphics/png/files/patch-ab +++ b/graphics/png/files/patch-ab @@ -12,7 +12,7 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.33 + Version: 1.2.34 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |