Date: Sun, 31 Dec 2017 18:18:55 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457712 - head/graphics/libimg Message-ID: <201712311818.vBVIIt1W070315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Sun Dec 31 18:18:55 2017 New Revision: 457712 URL: https://svnweb.freebsd.org/changeset/ports/457712 Log: Upgrade from 1.4.6 to 1.4.7. Minor fixes and enhancements. Bundled tests still partially broken. Reported by: portscout Modified: head/graphics/libimg/Makefile head/graphics/libimg/distinfo Modified: head/graphics/libimg/Makefile ============================================================================== --- head/graphics/libimg/Makefile Sun Dec 31 17:57:55 2017 (r457711) +++ head/graphics/libimg/Makefile Sun Dec 31 18:18:55 2017 (r457712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libimg -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES?= graphics tk MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R}/tkimg%20${PORTVERSION} DISTNAME= Img-Source-${PORTVERSION} @@ -23,10 +23,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ PLIST_SUB+= PORTVERSION=${PORTVERSION} -WRKSRC= ${WRKDIR}/tkimg USES= autoreconf jpeg tk:tea zip USE_XORG= x11 xext xft xrender xscrnsaver -TEST_TARGET= test OPTIONS_DEFINE= EXAMPLES OPTIONS_SUB= yes @@ -55,6 +53,10 @@ post-configure: -e 's,^SHLIB_LD_LIBS[[:space:]]*=[[:space:]]*(.*),SHLIB_LD_LIBS=\1 -l$l,' \ ${WRKSRC}/$l/Makefile .endfor + +test check regression-test: build + cd ${WRKSRC}/tests && \ + ${SETENV} TCLLIBPATH=${WRKSRC:Q} ${WISH} ${WRKSRC}/tests/all .include <bsd.port.options.mk> Modified: head/graphics/libimg/distinfo ============================================================================== --- head/graphics/libimg/distinfo Sun Dec 31 17:57:55 2017 (r457711) +++ head/graphics/libimg/distinfo Sun Dec 31 18:18:55 2017 (r457712) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468304268 -SHA256 (Img-Source-1.4.6.zip) = 1f8c40f63dd2de175c23356e5dcf108c2bba63007c2b332689e7a696aa7656ae -SIZE (Img-Source-1.4.6.zip) = 7971935 +TIMESTAMP = 1514742359 +SHA256 (Img-Source-1.4.7.zip) = ec5b742d6936e9b93f53dc2a6d995a47abc06cfb8ec4ca14f70c1f28680bd189 +SIZE (Img-Source-1.4.7.zip) = 7976394
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311818.vBVIIt1W070315>