diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-05-01 00:39:10 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-05-01 00:39:10 +0000 |
commit | e1eb8dd697d72212c114c2e54299810aac9b8c35 (patch) | |
tree | debe8811943ac0351945cf6efe471d29325c43a0 /graphics/png | |
parent | e9bd50a8448b4222adcc6c0e4a33c31562ceae91 (diff) | |
download | ports-e1eb8dd697d72212c114c2e54299810aac9b8c35.tar.gz ports-e1eb8dd697d72212c114c2e54299810aac9b8c35.zip |
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 32aac99b1537..b6b872b8a305 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,10 +6,9 @@ # PORTNAME= png -PORTVERSION= 1.2.27 +PORTVERSION= 1.2.28 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|ache|} \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lib${PORTNAME} DISTNAME= lib${PORTNAME}-${PORTVERSION} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index b7599f08bfee..75f6250dbf65 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.27.tar.bz2) = 310954baea8bedbe1a1c0fbd13a494ad -SHA256 (libpng-1.2.27.tar.bz2) = 742891c0ec5a5fa5a7a545b08865e96e922447d8095b71e5348b9ff6d3123a9a -SIZE (libpng-1.2.27.tar.bz2) = 641193 +MD5 (libpng-1.2.28.tar.bz2) = c981a7014fc695e354d2f2cac3a6742e +SHA256 (libpng-1.2.28.tar.bz2) = 041c11048ea812f56d7042fbdfc3d7025c97a81f07ab20ebd0f50aecb47baccc +SIZE (libpng-1.2.28.tar.bz2) = 788156 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 495d16a244c2..6388e83068cf 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.27 + Version: 1.2.28 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |