aboutsummaryrefslogtreecommitdiff
path: root/archivers/draco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/draco/Makefile')
-rw-r--r--archivers/draco/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/draco/Makefile b/archivers/draco/Makefile
index 05b19194830a..0b2391fe8875 100644
--- a/archivers/draco/Makefile
+++ b/archivers/draco/Makefile
@@ -1,10 +1,11 @@
PORTNAME= draco
-DISTVERSION= 1.4.3
+DISTVERSION= 1.5.7
CATEGORIES= archivers
PKGNAMESUFFIX= -3d-compression
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for compressing and decompressing 3D meshes and point clouds
+WWW= https://google.github.io/draco/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -14,13 +15,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