From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 5 21: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 A72FFDC8 for ; Wed, 5 Jun 2013 21: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 8D02C1151 for ; Wed, 5 Jun 2013 21: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 r55LA0hr036621 for ; Wed, 5 Jun 2013 21: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 r55LA0dB036620; Wed, 5 Jun 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Jun 2013 21:10:00 GMT Resent-Message-Id: <201306052110.r55LA0dB036620@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, nemysis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 709D8B47 for ; Wed, 5 Jun 2013 21:05:33 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id E99621126 for ; Wed, 5 Jun 2013 21:05:32 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Ldb0m-1U1cUb3Epe-00im9D for ; Wed, 05 Jun 2013 23:05:31 +0200 Received: (qmail invoked by alias); 05 Jun 2013 21:05:30 -0000 Received: from 5-80.77-83.cust.bluewin.ch (EHLO something.email.com) [83.77.80.5] by mail.gmx.net (mp002) with SMTP; 05 Jun 2013 23:05:30 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 05 Jun 2013 23:05:29 +0200 Message-Id: <20130605210533.709D8B47@hub.freebsd.org> Date: Wed, 05 Jun 2013 23:05:29 +0200 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/179351: [PATCH] graphics/pngcrush: update to 1.7.59 Cc: jsa@FreeBSD.org 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: Wed, 05 Jun 2013 21:10:00 -0000 >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 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: