Date: Mon, 1 Jan 2018 13:06:10 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <201801011306.w01D6AIs045460@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 = \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801011306.w01D6AIs045460>