diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-29 12:09:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-04-29 12:09:06 +0000 |
commit | 6d506ece03e37ded4e3d1ab6a92a2d460f848a57 (patch) | |
tree | b63d66111a321123183376a85cc7adfc51cf5643 /graphics/png | |
parent | d87bb75c1119fc1321bc2c3dce3a9a682b2977b4 (diff) |
Notes
Diffstat (limited to 'graphics/png')
-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 77ac34fa9e8b..a09d0ee73198 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.26 +PORTVERSION= 1.2.27 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 24b5da01e091..b7599f08bfee 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.26.tar.bz2) = 1f743f4a3e5a9c12ea16eff0c60c3f8e -SHA256 (libpng-1.2.26.tar.bz2) = 17c589b64902c6fc045ad85d748c647035b9916016813182402e89114aa7ebe7 -SIZE (libpng-1.2.26.tar.bz2) = 627569 +MD5 (libpng-1.2.27.tar.bz2) = 310954baea8bedbe1a1c0fbd13a494ad +SHA256 (libpng-1.2.27.tar.bz2) = 742891c0ec5a5fa5a7a545b08865e96e922447d8095b71e5348b9ff6d3123a9a +SIZE (libpng-1.2.27.tar.bz2) = 641193 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index fd21f7f9bcd9..495d16a244c2 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.26 + Version: 1.2.27 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |