Date: Sun, 9 Oct 2016 16:22:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423620 - head/graphics/png Message-ID: <201610091622.u99GMx2h007596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Oct 9 16:22:59 2016 New Revision: 423620 URL: https://svnweb.freebsd.org/changeset/ports/423620 Log: - Update to 1.6.25 - Add LICENSE - Use the frawework for regression tests Modified: head/graphics/png/Makefile head/graphics/png/distinfo head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/Makefile Sun Oct 9 16:22:59 2016 (r423620) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.6.23 +PORTVERSION= 1.6.25 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/ @@ -12,17 +12,23 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= portmgr@FreeBSD.org COMMENT= Library for manipulating PNG images +LICENSE= Libpng +LICENSE_GROUPS= FSF GPL OSI +LICENSE_NAME= libpng License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= cpe libtool tar:xz CPE_PRODUCT= libpng GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check-TESTS USE_LDCONFIG= yes -OPTIONS_DEFINE=APNG PNGTEST -OPTIONS_DEFAULT=APNG PNGTEST +OPTIONS_DEFINE= APNG +OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support -PNGTEST_DESC=Enable Regression Test (recommended) .include <bsd.port.options.mk> @@ -30,14 +36,4 @@ PNGTEST_DESC=Enable Regression Test (rec PATCHFILES= ${DISTNAME}-apng.patch.gz .endif -# Do not fail until https://sourceforge.net/p/libpng/bugs/243/ is fixed -.if ${PORT_OPTIONS:MPNGTEST} -post-build: - (cd ${BUILD_WRKSRC}; if ! ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} test; then \ - if [ -f ${WRKSRC}/test-suite.log ]; then \ - ${CAT} ${WRKSRC}/test-suite.log ; \ - fi; \ - fi) -.endif - .include <bsd.port.mk> Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/distinfo Sun Oct 9 16:22:59 2016 (r423620) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467972197 -SHA256 (libpng-1.6.23.tar.xz) = 6d921e7bdaec56e9f6594463ec1fe1981c3cd2d5fc925d3781e219b5349262f1 -SIZE (libpng-1.6.23.tar.xz) = 961520 -SHA256 (libpng-1.6.23-apng.patch.gz) = 58018fc71c0e584a482fdcec4f3347859dc41d7da4d06d943171684682810197 -SIZE (libpng-1.6.23-apng.patch.gz) = 10331 +TIMESTAMP = 1475915301 +SHA256 (libpng-1.6.25.tar.xz) = 09fe8d8341e8bfcfb3263100d9ac7ea2155b28dd8535f179111c1672ac8d8811 +SIZE (libpng-1.6.25.tar.xz) = 982204 +SHA256 (libpng-1.6.25-apng.patch.gz) = e264d917d84872f01af3acf9666471a9bf64b75558b4b35236fef1e23c2a094f +SIZE (libpng-1.6.25-apng.patch.gz) = 10342 Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/pkg-plist Sun Oct 9 16:22:59 2016 (r423620) @@ -13,7 +13,7 @@ lib/libpng.so lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.23.0 +lib/libpng16.so.16.25.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc man/man3/libpng.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610091622.u99GMx2h007596>