Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 11:36:21 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jsa@FreeBSD.org
Subject:   ports/173028: [PATCH] graphics/pngcrush: update to 1.7.41
Message-ID:  <20121024153621.772632845D@kirby.cyberbotx.com>
Resent-Message-ID: <201210241540.q9OFe08X043654@freefall.freebsd.org>

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

>Number:         173028
>Category:       ports
>Synopsis:       [PATCH] graphics/pngcrush: update to 1.7.41
>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:   Wed Oct 24 15:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 8.3-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct  1 19:56:21 EDT
>Description:
- Update to 1.7.41 (upstream fix, as 1.7.40 was not writing the output file)
- Removed -DPNGCRUSH_COUNT_COLORS from CFLAGS as this was removed from pngcrush
  upstream as of version 1.7.39.

Port maintainer (jsa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- pngcrush-1.7.41.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/pngcrush/Makefile ./Makefile
--- /usr/ports/graphics/pngcrush/Makefile	2012-10-24 11:30:00.000000000 -0400
+++ ./Makefile	2012-10-24 11:35:11.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.40
+PORTVERSION=	1.7.41
 CATEGORIES=	graphics
 MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
@@ -18,7 +18,7 @@
 
 USE_XZ=		yes
 USE_GMAKE=	yes
-CFLAGS+=	-DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include
+CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
 MAKE_JOBS_SAFE=	yes
diff -ruN --exclude=CVS /usr/ports/graphics/pngcrush/distinfo ./distinfo
--- /usr/ports/graphics/pngcrush/distinfo	2012-10-24 11:30:00.000000000 -0400
+++ ./distinfo	2012-10-24 11:30:48.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.40-nolib.tar.xz) = 95113f7371929696d662e3c712fa81c548807dda88b35d4ac4c0b2df627de104
-SIZE (pngcrush-1.7.40-nolib.tar.xz) = 50260
+SHA256 (pngcrush-1.7.41-nolib.tar.xz) = ab8a08b840c1a827c0a19ae888efa7dbeccf496944ec02f896650939f48d2b60
+SIZE (pngcrush-1.7.41-nolib.tar.xz) = 52760
--- pngcrush-1.7.41.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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