From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 28 11:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96009CC0 for ; Tue, 28 May 2013 11:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DCC4E73 for ; Tue, 28 May 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4SBA01L014865 for ; Tue, 28 May 2013 11:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4SBA043014864; Tue, 28 May 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 28 May 2013 11:10:00 GMT Resent-Message-Id: <201305281110.r4SBA043014864@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gordon Shumway Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3A8DABD for ; Tue, 28 May 2013 11:02:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id D5DCEDFE for ; Tue, 28 May 2013 11:02:53 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4SB2rj4080556 for ; Tue, 28 May 2013 11:02:53 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4SB2rl7080555; Tue, 28 May 2013 11:02:53 GMT (envelope-from nobody) Message-Id: <201305281102.r4SB2rl7080555@oldred.FreeBSD.org> Date: Tue, 28 May 2013 11:02:53 GMT From: Gordon Shumway To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179046: fixing graphics/pngcrush X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 11:10:00 -0000 >Number: 179046 >Category: ports >Synopsis: fixing graphics/pngcrush >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: Tue May 28 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gordon Shumway >Release: 9.1-RELEASE-p3 >Organization: >Environment: localhost.localdomain 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #11 r250120: Wed May 1 00:17:23 CEST 2013 root@localhost.localdomain:/usr/obj/usr/src/sys/DTRACE amd64 >Description: graphics/pngcrush is marked as BROKEN=Does not fetch >How-To-Repeat: cd /usr/ports/graphics/pngcrush && sudo make fetch >Fix: apply the attached patch to graphics/pngcrush -- fixes this problem class for good by adding MASTER_SITE locations for not-so-current pngcrush releases plus updates port to the current (as of this writing) version. Patch attached with submission follows: Index: graphics/pngcrush/Makefile =================================================================== --- graphics/pngcrush/Makefile (revision 319301) +++ graphics/pngcrush/Makefile (working copy) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.51 +PORTVERSION= 1.7.58 CATEGORIES= graphics -MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION} \ + SF/pmt/${PORTNAME}/old-versions/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= jsa@FreeBSD.org @@ -12,8 +13,6 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -BROKEN= Does not fetch - USE_XZ= yes USE_GMAKE= yes CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include Index: graphics/pngcrush/distinfo =================================================================== --- graphics/pngcrush/distinfo (revision 319301) +++ graphics/pngcrush/distinfo (working copy) @@ -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.58-nolib.tar.xz) = f3cfdd410ff8508661d974a4561abc220554b20a6a0766b1d3abd7beec479d8a +SIZE (pngcrush-1.7.58-nolib.tar.xz) = 56336 >Release-Note: >Audit-Trail: >Unformatted: