From owner-svn-ports-head@freebsd.org Sun Oct 9 16:23:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DE6CC07EB9; Sun, 9 Oct 2016 16:23:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 683F78DD; Sun, 9 Oct 2016 16:23:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GMxPm007599; Sun, 9 Oct 2016 16:22:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GMx2h007596; Sun, 9 Oct 2016 16:22:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610091622.u99GMx2h007596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 16:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423620 - head/graphics/png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 16:23:00 -0000 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 @@ -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 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