diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-12-11 19:37:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-12-11 19:37:20 +0000 |
commit | ccae87e4716c8f34b312c6a18418b89ebf14dba5 (patch) | |
tree | bc024af98daddc24fb4a88693bae903b410b6297 | |
parent | 238641c925dcb9945d9a64efe3ac966ad028462a (diff) |
Update to 1.2.23
Notes
Notes:
svn path=/head/; revision=202968
-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 081216a98677..475f08b4472f 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.23 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 62b75d42bbcb..1c038abc240f 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.22.tar.bz2) = e50208ad684a5822c74b8a260962a4d4 -SHA256 (libpng-1.2.22.tar.bz2) = 03b8104975dcc4edf97d1f9d0dfccb8ff9f6eec9d2a2f271a3ff8a7c7cd53d54 -SIZE (libpng-1.2.22.tar.bz2) = 614414 +MD5 (libpng-1.2.23.tar.bz2) = b1b3794a8b80dd298d4d216f4886ad52 +SHA256 (libpng-1.2.23.tar.bz2) = 87da54b8b03156d0ff6d4904e01f2afaf12c712f628f43c5f499704379c2b478 +SIZE (libpng-1.2.23.tar.bz2) = 614843 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 8deaed6b52d6..00b56967cf8d 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.22 + Version: 1.2.23 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |