diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-16 01:24:22 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-01-16 01:57:47 -0800 |
commit | 6f65a7d95cbb9e4f40385f816859744d4cd94ab7 (patch) | |
tree | 0bc1ca6ecb1a10b28d4c0fbd27ecf0033e4aaaf8 | |
parent | security/py-pwntools: Update to 4.14.0 (diff) |
graphics/pcl-pointclouds: Fix fetch
Reported by: fallout
-rw-r--r-- | graphics/pcl-pointclouds/Makefile | 6 | ||||
-rw-r--r-- | graphics/pcl-pointclouds/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 849e33278376..92d8ab46580f 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -5,7 +5,7 @@ DISTVERSIONSUFFIX= -g1590ba5f6 CATEGORIES= graphics math #MASTER_SITES= https://github.com/PointCloudLibrary/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ PKGNAMESUFFIX= -pointclouds -DISTNAME= source +#DISTNAME= source DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}/${DISTVERSION} MAINTAINER= yuri@FreeBSD.org @@ -35,10 +35,10 @@ USE_LDCONFIG= yes USE_GITHUB= yes #GH_ACCOUNT= google:gtest GH_ACCOUNT= PointCloudLibrary google:gtest -GH_PROJECT= googletest:gtest +GH_PROJECT= ${PORTNAME} googletest:gtest GH_TAGNAME= release-1.11.0:gtest -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # workaround, otherwise USE_GITHUB=nodefault doesn't work #' +#DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # workaround, otherwise USE_GITHUB=nodefault doesn't work #' CMAKE_TESTING_ON= BUILD_global_tests # 6 tests are known to fail: https://github.com/PointCloudLibrary/pcl/issues/5127 CMAKE_TESTING_TARGET= tests diff --git a/graphics/pcl-pointclouds/distinfo b/graphics/pcl-pointclouds/distinfo index 731c8dfb51f9..a7acb6a73f3b 100644 --- a/graphics/pcl-pointclouds/distinfo +++ b/graphics/pcl-pointclouds/distinfo @@ -1,6 +1,4 @@ -TIMESTAMP = 1736924122 -SHA256 (pcl-pointclouds/1.14.1-132/PointCloudLibrary-pcl-pcl-1.14.1-132-g1590ba5f6_GH0.tar.gz) = f93fb6499bc29bdf008c407298ada2593d0e12175f1521f7a306cd09549eff2e -SIZE (pcl-pointclouds/1.14.1-132/PointCloudLibrary-pcl-pcl-1.14.1-132-g1590ba5f6_GH0.tar.gz) = 68679453 +TIMESTAMP = 1737019179 SHA256 (pcl-pointclouds/1.14.1-132/PointCloudLibrary-pcl-pcl-1.14.1-132-g1590ba5f6_GH0.tar.gz) = f93fb6499bc29bdf008c407298ada2593d0e12175f1521f7a306cd09549eff2e SIZE (pcl-pointclouds/1.14.1-132/PointCloudLibrary-pcl-pcl-1.14.1-132-g1590ba5f6_GH0.tar.gz) = 68679453 SHA256 (pcl-pointclouds/1.14.1-132/google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5 |