diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-08 17:08:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-08 17:08:58 +0000 |
commit | 3205f5edcf53b3dbe2a5ece7777ea2db23e2a09f (patch) | |
tree | 642fd6db970f228a4de59cc811dcc206783f7c93 /graphics | |
parent | 8b4d0cce83ce6362a907a74554a83cee13c2d546 (diff) | |
download | ports-3205f5edcf53b3dbe2a5ece7777ea2db23e2a09f.tar.gz ports-3205f5edcf53b3dbe2a5ece7777ea2db23e2a09f.zip |
Notes
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 71e2aaca1048..77ac34fa9e8b 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.25 +PORTVERSION= 1.2.26 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index a0a9f97dba16..24b5da01e091 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.25.tar.bz2) = 0c1df914de7fd3b6a129af569889c856 -SHA256 (libpng-1.2.25.tar.bz2) = 2e92eada0c32d5e49da5617d389e43bc27a18bdca4b8d7badb7fee931d157ce0 -SIZE (libpng-1.2.25.tar.bz2) = 638262 +MD5 (libpng-1.2.26.tar.bz2) = 1f743f4a3e5a9c12ea16eff0c60c3f8e +SHA256 (libpng-1.2.26.tar.bz2) = 17c589b64902c6fc045ad85d748c647035b9916016813182402e89114aa7ebe7 +SIZE (libpng-1.2.26.tar.bz2) = 627569 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index cb422f9ec397..fd21f7f9bcd9 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.25 + Version: 1.2.26 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |