diff options
author | ache <ache@FreeBSD.org> | 2009-09-14 19:33:27 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-09-14 19:33:27 +0800 |
commit | d2ef6869a02d01975ed90a7795eed97d1194abd9 (patch) | |
tree | c3c098df3e72551c7d05f10b1d2b2617bf387776 /graphics | |
parent | 9851b74528fac21890e87a6e3948edcc6d850cb3 (diff) | |
download | freebsd-ports-gnome-d2ef6869a02d01975ed90a7795eed97d1194abd9.tar.gz freebsd-ports-gnome-d2ef6869a02d01975ed90a7795eed97d1194abd9.tar.zst freebsd-ports-gnome-d2ef6869a02d01975ed90a7795eed97d1194abd9.zip |
Upgrade to 1.2.40
PR: 138724
Submitted by: bf <bf1783@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 6 | ||||
-rw-r--r-- | graphics/png/files/patch-ab | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 1d14b34b320f..806582150d30 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -6,9 +6,9 @@ # PORTNAME= png -PORTVERSION= 1.2.38 +PORTVERSION= 1.2.40 CATEGORIES= graphics -MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}-stable/${PORTVERSION} +MASTER_SITES= SF/lib${PORTNAME}/00-lib${PORTNAME}-stable/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} #PATCH_SITES= ${MASTER_SITES} #PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 0e357b269ac3..40e42ecf64de 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,3 +1,3 @@ -MD5 (libpng-1.2.38.tar.bz2) = 5401c2586846fca209eba0c02c8ee9e0 -SHA256 (libpng-1.2.38.tar.bz2) = 71f43d4282837682be28653307a237118142126c59e0ccea5593be3519abeb76 -SIZE (libpng-1.2.38.tar.bz2) = 662908 +MD5 (libpng-1.2.40.tar.bz2) = 29bbd1c3cbe54b04bfc2bda43067ccb5 +SHA256 (libpng-1.2.40.tar.bz2) = a6197352ad5b79a9a1ce0dd59f5e737cfbf909e0f3c5f64631cf0d93549e4e40 +SIZE (libpng-1.2.40.tar.bz2) = 629950 diff --git a/graphics/png/files/patch-ab b/graphics/png/files/patch-ab index 7957f5b64ec0..227ba871f566 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.38 + Version: 1.2.40 -Libs: -L${libdir} -lpng12 +Libs: -L${libdir} -lpng -lz -lm Cflags: -I${includedir} |