diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-02-24 04:01:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-02-24 04:01:48 +0000 |
commit | 02f8f4eab95d932df7805983dc3464f2ac57e96d (patch) | |
tree | d0d465fcf36cc218625b925789fcaf09ded721a1 | |
parent | 993bbe4ab1af3b2080a4be036fb4b133aeff0ecb (diff) | |
download | ports-02f8f4eab95d932df7805983dc3464f2ac57e96d.tar.gz ports-02f8f4eab95d932df7805983dc3464f2ac57e96d.zip |
Notes
-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 17c5cd7fad69..dd58c04102a7 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.34 +PORTVERSION= 1.2.35 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index c3146b913f01..27f04bbb6bb6 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.34.tar.bz2) = 37362876feb21344fd3af1228527db0f -SHA256 (libpng-1.2.34.tar.bz2) = 3e284957f06897971969d6511d2d718d8b58da76f82b3c939d67d23b6026fb82 -SIZE (libpng-1.2.34.tar.bz2) = 638334 +MD5 (libpng-1.2.35.tar.bz2) = b8b8d09adf6bee2c5902c8e54c4f2e68 +SHA256 (libpng-1.2.35.tar.bz2) = cafe6431f9e6d561fb7b396bf94ff73a9cd0f4279f3eea2fc714ab90e345eee6 +SIZE (libpng-1.2.35.tar.bz2) = 650154 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 9fbda3a61d43..6ca8cae095b4 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.34 + Version: 1.2.35 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |