Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 17:19:29 GMT
From:      Anton Sayetsky <vsjcfm@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186305: [patch] [update] graphics/pngcrush: update, staging support, take maintainership
Message-ID:  <201401311719.s0VHJT8o078201@oldred.freebsd.org>
Resent-Message-ID: <201401311720.s0VHK1eC038858@freefall.freebsd.org>

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

>Number:         186305
>Category:       ports
>Synopsis:       [patch] [update] graphics/pngcrush: update, staging support, take maintainership
>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 Jan 31 17:20:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Anton Sayetsky
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
>Description:
1. Update to 1.7.70
2. Staging support
As I can see, jsa@ has no time to update pngcrush seasonably (last version released at 2013-12-22), so I would like to take maintainership also.
>How-To-Repeat:

>Fix:
Patch attached with submission follows:

Patch attached with submission follows:

Index: /usr/ports/graphics/pngcrush/Makefile
===================================================================
--- /usr/ports/graphics/pngcrush/Makefile	(revision 341995)
+++ /usr/ports/graphics/pngcrush/Makefile	(working copy)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.67
+PORTVERSION=	1.7.70
 CATEGORIES=	graphics
 MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/ \
 		SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
-MAINTAINER=	jsa@FreeBSD.org
+MAINTAINER=	vsjcfm@gmail.com
 COMMENT=	Optimizer for PNG files
 
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
@@ -20,8 +20,7 @@
 
 PLIST_FILES=	bin/pngcrush
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush
+	${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${STAGEDIR}${PREFIX}/bin/pngcrush
 
 .include <bsd.port.mk>
Index: /usr/ports/graphics/pngcrush/distinfo
===================================================================
--- /usr/ports/graphics/pngcrush/distinfo	(revision 341995)
+++ /usr/ports/graphics/pngcrush/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.67-nolib.tar.xz) = 1ed050059f38504ca9eeef5bfae88fe8c69905e7337e454254cf2fad20f8e83c
-SIZE (pngcrush-1.7.67-nolib.tar.xz) = 57908
+SHA256 (pngcrush-1.7.70-nolib.tar.xz) = 500a81fce18fcf523686cb4ed444798ea12d4a593c8543ebd3ac1eec1ab6ef13
+SIZE (pngcrush-1.7.70-nolib.tar.xz) = 58300


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



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