Date: Fri, 11 Sep 2009 02:46:24 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138724: [PATCH]graphics/png: update to 1.2.40 Message-ID: <200909110246.n8B2kOnx061391@www.freebsd.org> Resent-Message-ID: <200909110250.n8B2o3YK047213@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138724 >Category: ports >Synopsis: [PATCH]graphics/png: update to 1.2.40 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 11 02:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN png.orig/Makefile png/Makefile --- png.orig/Makefile 2009-09-10 21:36:31.000000000 -0400 +++ png/Makefile 2009-09-10 21:44:28.000000000 -0400 @@ -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 -ruN png.orig/distinfo png/distinfo --- png.orig/distinfo 2009-09-10 21:36:31.000000000 -0400 +++ png/distinfo 2009-09-10 21:44:35.000000000 -0400 @@ -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 -ruN png.orig/files/patch-ab png/files/patch-ab --- png.orig/files/patch-ab 2009-09-10 21:36:31.000000000 -0400 +++ png/files/patch-ab 2009-09-10 21:45:31.000000000 -0400 @@ -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} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909110246.n8B2kOnx061391>