Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 17:05:33 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8aaa96a61d1 - main - archivers/draco: Update 1.4.3 -> 1.5.2
Message-ID:  <202206171705.25HH5XXs006964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8aaa96a61d104480168f8a5697b7b8c9ae6a149

commit f8aaa96a61d104480168f8a5697b7b8c9ae6a149
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-17 15:58:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-17 17:05:29 +0000

    archivers/draco: Update 1.4.3 -> 1.5.2
    
    Reported by:    portscout
---
 archivers/draco/Makefile  | 6 +++---
 archivers/draco/distinfo  | 6 +++---
 archivers/draco/pkg-plist | 9 +++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/archivers/draco/Makefile b/archivers/draco/Makefile
index 05b19194830a..4c58f004d814 100644
--- a/archivers/draco/Makefile
+++ b/archivers/draco/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	draco
-DISTVERSION=	1.4.3
+DISTVERSION=	1.5.2
 CATEGORIES=	archivers
 PKGNAMESUFFIX=	-3d-compression
 
@@ -14,13 +14,13 @@ 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
+GH_TUPLE=	google:googletest:16f637f:googletest/third_party/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
 CMAKE_TESTING_TARGET=	draco_tests draco_factory_tests
 
-post-test: # see https://github.com/google/draco/issues/753
+post-test:
 	@cd ${BUILD_WRKSRC} && \
 		./draco_tests && \
 		./draco_factory_tests
diff --git a/archivers/draco/distinfo b/archivers/draco/distinfo
index c0db249bf959..4c9c0e17aa7f 100644
--- a/archivers/draco/distinfo
+++ b/archivers/draco/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1634404441
-SHA256 (google-draco-1.4.3_GH0.tar.gz) = 02a620a7ff8388c57d6f6e0941eecc10d0c23ab47c45942fb52f64a6245c44f5
-SIZE (google-draco-1.4.3_GH0.tar.gz) = 34195543
+TIMESTAMP = 1655481047
+SHA256 (google-draco-1.5.2_GH0.tar.gz) = a887e311ec04a068ceca0bd6f3865083042334fbff26e65bc809e8978b2ce9cd
+SIZE (google-draco-1.5.2_GH0.tar.gz) = 60006541
 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 f72e4878f9bb..c245980d72c2 100644
--- a/archivers/draco/pkg-plist
+++ b/archivers/draco/pkg-plist
@@ -1,7 +1,7 @@
 bin/draco_decoder
-bin/draco_decoder-1.4.3
+bin/draco_decoder-1.5.2
 bin/draco_encoder
-bin/draco_encoder-1.4.3
+bin/draco_encoder-1.5.2
 include/draco/animation/keyframe_animation.h
 include/draco/animation/keyframe_animation_decoder.h
 include/draco/animation/keyframe_animation_encoder.h
@@ -194,7 +194,8 @@ include/draco/point_cloud/point_cloud.h
 include/draco/point_cloud/point_cloud_builder.h
 lib/libdraco.a
 lib/libdraco.so
-lib/libdraco.so.1
-lib/libdraco.so.1.0.0
+lib/libdraco.so.4
+lib/libdraco.so.4.0.0
 libdata/pkgconfig/draco.pc
 share/cmake/draco-config.cmake
+share/cmake/draco-version.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206171705.25HH5XXs006964>