From owner-svn-ports-all@freebsd.org Mon Jan 1 13:06:11 2018 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 E3611EA95B4; Mon, 1 Jan 2018 13:06:11 +0000 (UTC) (envelope-from jbeich@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 BAD596C22D; Mon, 1 Jan 2018 13:06:11 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w01D6AFG045463; Mon, 1 Jan 2018 13:06:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w01D6AIs045460; Mon, 1 Jan 2018 13:06:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801011306.w01D6AIs045460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 1 Jan 2018 13:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457770 - in head/graphics/sekrit-twc-zimg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/sekrit-twc-zimg: . files X-SVN-Commit-Revision: 457770 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: Mon, 01 Jan 2018 13:06:12 -0000 Author: jbeich Date: Mon Jan 1 13:06:10 2018 New Revision: 457770 URL: https://svnweb.freebsd.org/changeset/ports/457770 Log: graphics/sekrit-twc-zimg: update to 2.7 Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.3...release-2.7 ABI: https://abi-laboratory.pro/tracker/timeline/z/ Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/sekrit-twc-zimg/distinfo (contents, props changed) head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Mon Jan 1 12:20:16 2018 (r457769) +++ head/graphics/sekrit-twc-zimg/Makefile Mon Jan 1 13:06:10 2018 (r457770) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zimg -PORTVERSION= 2.6.3 +PORTVERSION= 2.7 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- Modified: head/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- head/graphics/sekrit-twc-zimg/distinfo Mon Jan 1 12:20:16 2018 (r457769) +++ head/graphics/sekrit-twc-zimg/distinfo Mon Jan 1 13:06:10 2018 (r457770) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511321252 -SHA256 (sekrit-twc-zimg-release-2.6.3_GH0.tar.gz) = a701e9ffbe3ad379e84d8720cf6220afb9c6946d761048fb77544325870cc2cb -SIZE (sekrit-twc-zimg-release-2.6.3_GH0.tar.gz) = 238372 +TIMESTAMP = 1513823758 +SHA256 (sekrit-twc-zimg-release-2.7_GH0.tar.gz) = afc15350bd0072a24dd0ed1eaae832ce606245e3c1f8edd81a81bb6f1bfdda2d +SIZE (sekrit-twc-zimg-release-2.7_GH0.tar.gz) = 246055 Modified: head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps ============================================================================== --- head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Mon Jan 1 12:20:16 2018 (r457769) +++ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Mon Jan 1 13:06:10 2018 (r457770) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2017-09-05 14:18:57 UTC +--- Makefile.am.orig 2017-12-21 02:35:58 UTC +++ Makefile.am -@@ -280,31 +280,13 @@ endif # TESTAPP +@@ -286,32 +286,13 @@ endif # TESTAPP if UNIT_TEST TESTS = test/unit_test @@ -18,6 +18,7 @@ - test/extra/musl-libm/fpu_wrapper.c \ - test/extra/musl-libm/expf.c \ - test/extra/musl-libm/libm.h \ +- test/extra/musl-libm/log10f.c \ - test/extra/musl-libm/logf.c \ - test/extra/musl-libm/mymath.h \ - test/extra/musl-libm/powf.c \ @@ -33,7 +34,7 @@ test_unit_test_SOURCES = \ test/main.cpp \ -@@ -313,9 +295,6 @@ test_unit_test_SOURCES = \ +@@ -320,9 +301,6 @@ test_unit_test_SOURCES = \ test/colorspace/gamma_test.cpp \ test/depth/depth_convert_test.cpp \ test/depth/dither_test.cpp \ @@ -42,8 +43,8 @@ - test/extra/sha1/sha1.h \ test/graph/audit_buffer.cpp \ test/graph/audit_buffer.h \ - test/graph/basic_filter_test.cpp \ -@@ -355,7 +334,6 @@ test_unit_test_SOURCES += \ + test/graph/copy_filter_test.cpp \ +@@ -362,7 +340,6 @@ test_unit_test_SOURCES += \ endif # X86SIMD_AVX512 test_unit_test_LDADD = \