diff options
author | ache <ache@FreeBSD.org> | 2008-05-01 08:39:10 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-05-01 08:39:10 +0800 |
commit | ff3e959a9eb9a0a4bc8302084688693973b9b4a8 (patch) | |
tree | 680330cff85936f7f2e0af36293fdf33aaed9157 /graphics/png | |
parent | c8380902c6d8433ee2976a087511dfa04f851f64 (diff) | |
download | freebsd-ports-gnome-ff3e959a9eb9a0a4bc8302084688693973b9b4a8.tar.gz freebsd-ports-gnome-ff3e959a9eb9a0a4bc8302084688693973b9b4a8.tar.zst freebsd-ports-gnome-ff3e959a9eb9a0a4bc8302084688693973b9b4a8.zip |
Upgrade to 1.2.28
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} |