From nobody Sat Oct 16 18:27:15 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8D1191800436; Sat, 16 Oct 2021 18:27:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HWs773fXSz3w3M; Sat, 16 Oct 2021 18:27:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 550571E6FA; Sat, 16 Oct 2021 18:27:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19GIRFrt062912; Sat, 16 Oct 2021 18:27:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19GIRFjI062911; Sat, 16 Oct 2021 18:27:15 GMT (envelope-from git) Date: Sat, 16 Oct 2021 18:27:15 GMT Message-Id: <202110161827.19GIRFjI062911@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e412330693e6 - main - archivers/draco: Update 1.4.1-28 -> 1.4.3 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e412330693e6520d2dff57ac3f88ace44beca7fd Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e412330693e6520d2dff57ac3f88ace44beca7fd commit e412330693e6520d2dff57ac3f88ace44beca7fd Author: Yuri Victorovich AuthorDate: 2021-10-16 16:58:42 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-16 18:27:02 +0000 archivers/draco: Update 1.4.1-28 -> 1.4.3 Reported by: portscout --- archivers/draco/Makefile | 12 +++++++++--- archivers/draco/distinfo | 8 +++++--- archivers/draco/pkg-plist | 6 +++--- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/archivers/draco/Makefile b/archivers/draco/Makefile index 08cff051bb9a..05b19194830a 100644 --- a/archivers/draco/Makefile +++ b/archivers/draco/Makefile @@ -1,6 +1,5 @@ PORTNAME= draco -DISTVERSION= 1.4.1-28 -DISTVERSIONSUFFIX= -g9bf5d2e +DISTVERSION= 1.4.3 CATEGORIES= archivers PKGNAMESUFFIX= -3d-compression @@ -15,8 +14,15 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= google +GH_TUPLE= google:googletest:16f637f:googletest/../googletest # tests require the googletest source tree for some reason, see https://github.com/google/draco/issues/731 CMAKE_ON= BUILD_SHARED_LIBS -CMAKE_TESTING_ON= DRACO_TESTS # tests don't compile: https://github.com/google/draco/issues/731 +CMAKE_TESTING_ON= DRACO_TESTS +CMAKE_TESTING_TARGET= draco_tests draco_factory_tests + +post-test: # see https://github.com/google/draco/issues/753 + @cd ${BUILD_WRKSRC} && \ + ./draco_tests && \ + ./draco_factory_tests .include diff --git a/archivers/draco/distinfo b/archivers/draco/distinfo index 14ec73d4b1e3..c0db249bf959 100644 --- a/archivers/draco/distinfo +++ b/archivers/draco/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1629275918 -SHA256 (google-draco-1.4.1-28-g9bf5d2e_GH0.tar.gz) = 9ff98ec3e9a4d40ac97549c30e398260b8f61c37b25900831cdc7dbeb86b2f71 -SIZE (google-draco-1.4.1-28-g9bf5d2e_GH0.tar.gz) = 34367116 +TIMESTAMP = 1634404441 +SHA256 (google-draco-1.4.3_GH0.tar.gz) = 02a620a7ff8388c57d6f6e0941eecc10d0c23ab47c45942fb52f64a6245c44f5 +SIZE (google-draco-1.4.3_GH0.tar.gz) = 34195543 +SHA256 (google-googletest-16f637f_GH0.tar.gz) = 89a3acd83a83bbc7f0ec50751fee79ec9fb3eaec7d515bb57abeda89b70a8806 +SIZE (google-googletest-16f637f_GH0.tar.gz) = 831917 diff --git a/archivers/draco/pkg-plist b/archivers/draco/pkg-plist index 81133c466480..f72e4878f9bb 100644 --- a/archivers/draco/pkg-plist +++ b/archivers/draco/pkg-plist @@ -1,7 +1,7 @@ bin/draco_decoder -bin/draco_decoder-1.4.1 +bin/draco_decoder-1.4.3 bin/draco_encoder -bin/draco_encoder-1.4.1 +bin/draco_encoder-1.4.3 include/draco/animation/keyframe_animation.h include/draco/animation/keyframe_animation_decoder.h include/draco/animation/keyframe_animation_encoder.h @@ -195,6 +195,6 @@ include/draco/point_cloud/point_cloud_builder.h lib/libdraco.a lib/libdraco.so lib/libdraco.so.1 -lib/libdraco.so.1.4.1 +lib/libdraco.so.1.0.0 libdata/pkgconfig/draco.pc share/cmake/draco-config.cmake