From owner-svn-ports-all@freebsd.org Sun Dec 31 18:18:56 2017 Return-Path: Delivered-To: svn-ports-all@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 68AB9E8ACD5; Sun, 31 Dec 2017 18:18:56 +0000 (UTC) (envelope-from mi@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 32DF17D507; Sun, 31 Dec 2017 18:18:56 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBVIItvt070317; Sun, 31 Dec 2017 18:18:55 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBVIIt1W070315; Sun, 31 Dec 2017 18:18:55 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201712311818.vBVIIt1W070315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sun, 31 Dec 2017 18:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457712 - head/graphics/libimg X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/graphics/libimg X-SVN-Commit-Revision: 457712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 18:18:56 -0000 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 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