Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2009 14:30:36 -0400
From:      "Glen Barber" <glen.j.barber@gmail.com>
To:        bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/138616: [patch] graphics/linux-f10-png: update to latest version
Message-ID:  <20090907183036.GA90862@orion.hsd1.pa.comcast.net>
In-Reply-To: <200909071800.n87I056Q037528@freefall.freebsd.org>
References:  <200909071759.n87HxNtZ057247@www.freebsd.org> <200909071800.n87I056Q037528@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I missed a few lines in the origninal patch. 

A corrected version is attached.


--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="graphics.linux-f10-png.patch.txt"

diff -ruN /usr/ports/graphics/linux-f10-png.orig/Makefile /usr/ports/graphics/linux-f10-png/Makefile
--- /usr/ports/graphics/linux-f10-png.orig/Makefile	2009-06-01 13:26:17.000000000 -0400
+++ /usr/ports/graphics/linux-f10-png/Makefile	2009-09-07 14:24:38.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	png
-PORTVERSION=	1.2.35
+PORTVERSION=	1.2.37
 CATEGORIES=	graphics linux
 PKGNAMEPREFIX=	linux-f10-
 DISTNAME=	${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
@@ -24,12 +24,12 @@
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	usr/lib/libpng.so.3 \
-		usr/lib/libpng.so.3.35.0 \
+		usr/lib/libpng.so.3.37.0 \
 		usr/lib/libpng12.so.0 \
-		usr/lib/libpng12.so.0.35.0 \
+		usr/lib/libpng12.so.0.37.0 \
 		usr/share/man/man5/png.5.gz
 DOCSDIR=	${PREFIX}/usr/share/doc/libpng-${PORTVERSION}
-PORTDOCS=	CHANGES LICENSE README TODO example.c libpng-1.2.35.txt
+PORTDOCS=	CHANGES LICENSE README TODO example.c libpng-1.2.37.txt
 DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/graphics/linux-f10-png.orig/distinfo.i386 /usr/ports/graphics/linux-f10-png/distinfo.i386
--- /usr/ports/graphics/linux-f10-png.orig/distinfo.i386	2009-06-01 13:26:17.000000000 -0400
+++ /usr/ports/graphics/linux-f10-png/distinfo.i386	2009-09-07 13:52:04.000000000 -0400
@@ -1,6 +1,3 @@
-MD5 (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.i386.rpm) = 2c5fd1b1991e519efbaba45a4b5ead7b
-SHA256 (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.i386.rpm) = 0cafa0d6770824d1e5d0e24f07b723423ed926d02eeeed4e5e30dc2cadf1e020
-SIZE (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.i386.rpm) = 257935
-MD5 (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.src.rpm) = a85adf5ad0cb0953b7c05e57c21c8793
-SHA256 (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.src.rpm) = 1288a6764bf2496413198b13ca0552a9f3a8969f8d0d928faeea9790affd81eb
-SIZE (rpm/i386/fedora/10/libpng-1.2.35-1.fc10.src.rpm) = 666421
+MD5 (rpm/i386/fedora/10/libpng-1.2.37-1.fc10.i386.rpm) = d1d6047bdd669cd0eb9bb4ce50fa31ca
+SHA256 (rpm/i386/fedora/10/libpng-1.2.37-1.fc10.i386.rpm) = 632d685a9d3328d77f96d5c8beb8f8d927b7e35d3ab92f460b6656624055bdf3
+SIZE (rpm/i386/fedora/10/libpng-1.2.37-1.fc10.i386.rpm) = 261212

--yrj/dFKFPuw6o+aM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090907183036.GA90862>