From 0beb1bb049f5411a0d075f02c7456ee17e0cfd4a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 5 Mar 2014 11:50:04 +0000 Subject: - Update to 1.7.71 - Stage - Pass maintainership to submitter maintainer timeout (1 month) PR: 186305 Submitted by: Anton Sayetsky Sponsored by: Absolight --- graphics/pngcrush/Makefile | 7 +++---- graphics/pngcrush/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 02741ddec183..59a65ec9748a 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -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}" LD="${CC}" LDFLAGS="${LDFLAGS}" 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 diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo index fb4ae4d2890c..6ba3bb1451fc 100644 --- a/graphics/pngcrush/distinfo +++ b/graphics/pngcrush/distinfo @@ -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 -- cgit