Date: Mon, 2 Jun 2008 19:39:52 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124212: [MAINTAINER] graphics/pngcrush: update to 1.6.6 Message-ID: <20080602153952.CA6BD1702D@hades.panopticon> Resent-Message-ID: <200806021540.m52Fe12N018886@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124212 >Category: ports >Synopsis: [MAINTAINER] graphics/pngcrush: update to 1.6.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 02 15:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 1.6.6 * No longer use system zlib, as pngcrush needs 1.2.3.2 while we only have 1.2.3 on 7.0-RELEASE >How-To-Repeat: >Fix: --- pngcrush.patch begins here --- diff -ruN pngcrush.orig/Makefile pngcrush/Makefile --- pngcrush.orig/Makefile 2008-05-14 00:52:02.000000000 +0400 +++ pngcrush/Makefile 2008-06-02 19:24:05.000000000 +0400 @@ -6,9 +6,9 @@ # PORTNAME= pngcrush -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.6 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= pmt MAINTAINER= amdmi3@amdmi3.ru @@ -16,13 +16,11 @@ USE_BZIP2= yes USE_GMAKE= yes -MAKEFILE= Makefile.ext-zlib -MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LIBS="-lz -lm" \ - ZINC="" ZLIB="" +MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" PLIST_FILES= bin/pngcrush do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush-zlib ${PREFIX}/bin/pngcrush + ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush .include <bsd.port.mk> diff -ruN pngcrush.orig/distinfo pngcrush/distinfo --- pngcrush.orig/distinfo 2008-05-14 00:52:02.000000000 +0400 +++ pngcrush/distinfo 2008-06-02 19:24:35.000000000 +0400 @@ -1,3 +1,3 @@ -MD5 (pngcrush-1.6.4.tar.bz2) = bfff75606fa86b96c06b77cc1684ba36 -SHA256 (pngcrush-1.6.4.tar.bz2) = 47a8ad6ce87a86a0a5031a33b124cb9feab2c4b3b5c943805564fe4e2106b2f2 -SIZE (pngcrush-1.6.4.tar.bz2) = 294455 +MD5 (pngcrush-1.6.6.tar.bz2) = 58d88f5190872d33ca1de2f2ad84cb4e +SHA256 (pngcrush-1.6.6.tar.bz2) = eeef91ef7e4c349510e172887e8bb40e47d85391292365fbcf080e5cbd2b6a53 +SIZE (pngcrush-1.6.6.tar.bz2) = 260861 --- pngcrush.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?20080602153952.CA6BD1702D>