From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 18:03:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0250C5A1; Thu, 13 Mar 2014 18:03:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8F3FAF7; Thu, 13 Mar 2014 18:03:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DI37J7016001; Thu, 13 Mar 2014 18:03:07 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2DI37gP015998; Thu, 13 Mar 2014 18:03:07 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403131803.s2DI37gP015998@svn.freebsd.org> From: Pawel Pekala Date: Thu, 13 Mar 2014 18:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348111 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 18:03:08 -0000 Author: pawel Date: Thu Mar 13 18:03:06 2014 New Revision: 348111 URL: http://svnweb.freebsd.org/changeset/ports/348111 QAT: https://qat.redports.org/buildarchive/r348111/ Log: Update to version 1.7.72 PR: ports/187353 Submitted by: maintainer Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo head/graphics/pngcrush/pkg-descr Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Thu Mar 13 18:01:44 2014 (r348110) +++ head/graphics/pngcrush/Makefile Thu Mar 13 18:03:06 2014 (r348111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.71 +PORTVERSION= 1.7.72 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ @@ -13,7 +13,7 @@ COMMENT= Optimizer for PNG files LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USE_XZ= yes +USES= tar:xz CFLAGS+= -DPNGCRUSH_COUNT_COLORS -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" @@ -21,6 +21,6 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} PLIST_FILES= bin/pngcrush do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${STAGEDIR}${PREFIX}/bin/pngcrush + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/pngcrush .include Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Thu Mar 13 18:01:44 2014 (r348110) +++ head/graphics/pngcrush/distinfo Thu Mar 13 18:03:06 2014 (r348111) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.71-nolib.tar.xz) = cdb3a58122ff35187e126e605a82709cb33e39c52af8f16254a5408368a0aa24 -SIZE (pngcrush-1.7.71-nolib.tar.xz) = 58412 +SHA256 (pngcrush-1.7.72-nolib.tar.xz) = 8c253f47de7be7e33d5d10879be9240b94b38d2e15fdddd709c9ad9b8c037042 +SIZE (pngcrush-1.7.72-nolib.tar.xz) = 58388 Modified: head/graphics/pngcrush/pkg-descr ============================================================================== --- head/graphics/pngcrush/pkg-descr Thu Mar 13 18:01:44 2014 (r348110) +++ head/graphics/pngcrush/pkg-descr Thu Mar 13 18:03:06 2014 (r348111) @@ -5,6 +5,4 @@ levels 3 and 9). It does the most time- it turns out to be the best. Optionally, it can remove unwanted chunks or add gAMA and sRGB chunks. -pngcrush does not require external X/png libraries. - WWW: http://pmt.sourceforge.net/pngcrush/