Skip to content

Commit

Permalink
archivers/draco: Update 1.4.1-28 -> 1.4.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Oct 16, 2021
1 parent 774c451 commit e412330
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
12 changes: 9 additions & 3 deletions archivers/draco/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= draco
DISTVERSION= 1.4.1-28
DISTVERSIONSUFFIX= -g9bf5d2e
DISTVERSION= 1.4.3
CATEGORIES= archivers
PKGNAMESUFFIX= -3d-compression

Expand All @@ -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 <bsd.port.mk>
8 changes: 5 additions & 3 deletions archivers/draco/distinfo
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions archivers/draco/pkg-plist
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit e412330

Please sign in to comment.