Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jun 2013 23:05:29 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jsa@FreeBSD.org
Subject:   ports/179351: [PATCH] graphics/pngcrush: update to 1.7.59
Message-ID:  <20130605210533.709D8B47@hub.freebsd.org>
Resent-Message-ID: <201306052110.r55LA0dB036620@freefall.freebsd.org>

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

>Number:         179351
>Category:       ports
>Synopsis:       [PATCH] graphics/pngcrush: update to 1.7.59
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 21:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013
>Description:

- Update to 1.7.59
- Fix download

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

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

Build log

https://redports.org/buildarchive/20130605203801-8787/

>Fix:

--- pngcrush-1.7.59.patch begins here ---
diff -ruN /usr/ports/graphics/pngcrush/Makefile ./Makefile
--- /usr/ports/graphics/pngcrush/Makefile	2013-06-02 18:53:19.000000000 +0200
+++ ./Makefile	2013-06-05 22:35:09.000000000 +0200
@@ -2,9 +2,9 @@
 # $FreeBSD: head/graphics/pngcrush/Makefile 317353 2013-05-04 21:21:32Z bapt $
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.51
+PORTVERSION=	1.7.59
 CATEGORIES=	graphics
-MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	jsa@FreeBSD.org
@@ -12,8 +12,6 @@
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-BROKEN=		Does not fetch
-
 USE_XZ=		yes
 USE_GMAKE=	yes
 CFLAGS+=	-DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include
@@ -21,9 +19,9 @@
 MAKE_ARGS+=	CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
 MAKE_JOBS_SAFE=	yes
 
-PLIST_FILES=	bin/pngcrush
+PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/graphics/pngcrush/distinfo ./distinfo
--- /usr/ports/graphics/pngcrush/distinfo	2013-06-02 18:53:19.000000000 +0200
+++ ./distinfo	2013-06-05 22:34:44.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.51-nolib.tar.xz) = 78df26dd2c6fdb09e55078d173350bef62abb2ba51ccfe352f4be6f6b8cf7762
-SIZE (pngcrush-1.7.51-nolib.tar.xz) = 53912
+SHA256 (pngcrush-1.7.59-nolib.tar.xz) = 0dd7b7d0fb73e8ce9ada44ab1690613dc58c0800806bf3b06a411d69ffd37eb0
+SIZE (pngcrush-1.7.59-nolib.tar.xz) = 56532
--- pngcrush-1.7.59.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?20130605210533.709D8B47>