Date: Wed, 5 Mar 2014 11:50:04 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347106 - head/graphics/pngcrush Message-ID: <201403051150.s25Bo4n1074453@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Mar 5 11:50:04 2014 New Revision: 347106 URL: http://svnweb.freebsd.org/changeset/ports/347106 QAT: https://qat.redports.org/buildarchive/r347106/ Log: - Update to 1.7.71 - Stage - Pass maintainership to submitter maintainer timeout (1 month) PR: 186305 Submitted by: Anton Sayetsky Sponsored by: Absolight Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Wed Mar 5 11:01:24 2014 (r347105) +++ head/graphics/pngcrush/Makefile Wed Mar 5 11:50:04 2014 (r347106) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.67 +PORTVERSION= 1.7.71 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib -MAINTAINER= jsa@FreeBSD.org +MAINTAINER= vsjcfm@gmail.com COMMENT= Optimizer for PNG files LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png @@ -20,8 +20,7 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} PLIST_FILES= bin/pngcrush -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin/pngcrush + ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${STAGEDIR}${PREFIX}/bin/pngcrush .include <bsd.port.mk> Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Wed Mar 5 11:01:24 2014 (r347105) +++ head/graphics/pngcrush/distinfo Wed Mar 5 11:50:04 2014 (r347106) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.67-nolib.tar.xz) = 1ed050059f38504ca9eeef5bfae88fe8c69905e7337e454254cf2fad20f8e83c -SIZE (pngcrush-1.7.67-nolib.tar.xz) = 57908 +SHA256 (pngcrush-1.7.71-nolib.tar.xz) = cdb3a58122ff35187e126e605a82709cb33e39c52af8f16254a5408368a0aa24 +SIZE (pngcrush-1.7.71-nolib.tar.xz) = 58412
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403051150.s25Bo4n1074453>