graphics/gif2png: * Removed localbase from USES -- Does not affect current version * Removed LICENSE_FILES -- LICENSE file no longer exists * Updated port to use source's Makefile -- I prefer to use included scripts unless it's impossible to use * Replaced cp in Makefile to strip binaries -- Avoid having to manually strip it Changelog:http://www.catb.org/~esr/gif2png/NEWS Index: graphics/gif2png/Makefile =================================================================== --- graphics/gif2png/Makefile (revision 478838) +++ graphics/gif2png/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gif2png -PORTVERSION= 2.5.9 -PORTREVISION= 3 +PORTVERSION= 2.5.11 CATEGORIES= graphics MASTER_SITES= http://www.catb.org/~esr/gif2png/ @@ -11,16 +10,20 @@ COMMENT= Converts GIF images to a PNG format LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= localbase:ldflags python:2.7,run shebangfix +USES= python shebangfix SHEBANG_FILES= web2png -GNU_CONFIGURE= yes +TEST_TARGET= check +MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" CFLAGS="${CFLAGS} -I/usr/local/include" \ + LDFLAGS="-L/usr/local/lib" PLIST_FILES= bin/${PORTNAME} bin/web2png \ man/man1/gif2png.1.gz \ man/man1/web2png.1.gz +pre-install: + ${REINPLACE_CMD} -e 's,/share,,' -e 's,cp,${INSTALL_SCRIPT},' ${WRKSRC}/Makefile + .include Index: graphics/gif2png/distinfo =================================================================== --- graphics/gif2png/distinfo (revision 478838) +++ graphics/gif2png/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (gif2png-2.5.9.tar.gz) = c8406b7c0c08f504952a1719e04f2366ee44c888c0edfac3a63fea2ab05b64c7 -SIZE (gif2png-2.5.9.tar.gz) = 137750 +TIMESTAMP = 1535939603 +SHA256 (gif2png-2.5.11.tar.gz) = 40483169d2de06f632ada1de780c36f63325844ec62892b1652193f77fc508f7 +SIZE (gif2png-2.5.11.tar.gz) = 31507