Date: Mon, 6 Jul 2015 05:17:41 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391390 - head/graphics/pngquant Message-ID: <201507060517.t665Hfco012152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Mon Jul 6 05:17:40 2015 New Revision: 391390 URL: https://svnweb.freebsd.org/changeset/ports/391390 Log: - Update to 2.5.0 PR: 201334 Submitted by: pi Modified: head/graphics/pngquant/Makefile head/graphics/pngquant/distinfo Modified: head/graphics/pngquant/Makefile ============================================================================== --- head/graphics/pngquant/Makefile Mon Jul 6 05:11:01 2015 (r391389) +++ head/graphics/pngquant/Makefile Mon Jul 6 05:17:40 2015 (r391390) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pngquant -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.5.0 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ @@ -15,6 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/graphics/pngquant/distinfo ============================================================================== --- head/graphics/pngquant/distinfo Mon Jul 6 05:11:01 2015 (r391389) +++ head/graphics/pngquant/distinfo Mon Jul 6 05:17:40 2015 (r391390) @@ -1,2 +1,2 @@ -SHA256 (pngquant-2.0.0-src.tar.bz2) = 449a4e1a7e6bf2e19b4dd3c91e8239c51cc651eeb5781c38cbaf7c852384039f -SIZE (pngquant-2.0.0-src.tar.bz2) = 44613 +SHA256 (pngquant-2.5.0-src.tar.bz2) = 83c941f9fc7d4d6a566ca1243bff38fc9c46e4c74b6dc352fb5eac68b2297839 +SIZE (pngquant-2.5.0-src.tar.bz2) = 54053
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507060517.t665Hfco012152>