aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-02-17 07:45:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-02-17 20:16:57 +0000
commit69e3f0d4d6b79bbd3db5d30d637227d981ae631a (patch)
treec9ed0d7e311d57994d86f9047fddbe7192b9ceac
parent21529bd27c89185a9207bfcbdeb4a4c2c4ba81fb (diff)
devel/rkcommon: Update 1.8.0 -> 1.9.0
Reported by: portscout
-rw-r--r--devel/rkcommon/Makefile5
-rw-r--r--devel/rkcommon/distinfo6
-rw-r--r--devel/rkcommon/pkg-plist14
3 files changed, 13 insertions, 12 deletions
diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index 77ae62c5c0d8..2752a033e403 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -1,7 +1,6 @@
PORTNAME= rkcommon
DISTVERSIONPREFIX= v
-DISTVERSION= 1.8.0
-PORTREVISION= 1
+DISTVERSION= 1.9.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -22,4 +21,6 @@ CMAKE_OFF= BUILD_TESTING
CXXFLAGS_i386= -msse2 # workaround for error: '_mm_setcsr' needs target feature sse
CMAKE_TESTING_ON= BUILD_TESTING
+PLIST_SUB= PORTVERSION=${PORTVERSION}
+
.include <bsd.port.mk>
diff --git a/devel/rkcommon/distinfo b/devel/rkcommon/distinfo
index 500d466cb335..b2789960068e 100644
--- a/devel/rkcommon/distinfo
+++ b/devel/rkcommon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637720178
-SHA256 (ospray-rkcommon-v1.8.0_GH0.tar.gz) = f037c15f7049610ef8bca37500b2ab00775af60ebbb9d491ba5fc2e5c04a7794
-SIZE (ospray-rkcommon-v1.8.0_GH0.tar.gz) = 291789
+TIMESTAMP = 1645083487
+SHA256 (ospray-rkcommon-v1.9.0_GH0.tar.gz) = b68aa02ef44c9e35c168f826a14802bb5cc6a9d769ba4b64b2c54f347a14aa53
+SIZE (ospray-rkcommon-v1.9.0_GH0.tar.gz) = 292417
diff --git a/devel/rkcommon/pkg-plist b/devel/rkcommon/pkg-plist
index f8145255df88..60fbe84bc50a 100644
--- a/devel/rkcommon/pkg-plist
+++ b/devel/rkcommon/pkg-plist
@@ -70,12 +70,12 @@ include/rkcommon/utility/getEnvVar.h
include/rkcommon/utility/multidim_index_sequence.h
include/rkcommon/utility/random.h
include/rkcommon/xml/XML.h
-lib/cmake/rkcommon-1.8.0/FindTBB.cmake
-lib/cmake/rkcommon-1.8.0/rkcommonConfig.cmake
-lib/cmake/rkcommon-1.8.0/rkcommonConfigVersion.cmake
-lib/cmake/rkcommon-1.8.0/rkcommon_Exports-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/rkcommon-1.8.0/rkcommon_Exports.cmake
-lib/cmake/rkcommon-1.8.0/rkcommon_macros.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/FindTBB.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/rkcommonConfig.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/rkcommonConfigVersion.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/rkcommon_Exports-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/rkcommon_Exports.cmake
+lib/cmake/rkcommon-%%PORTVERSION%%/rkcommon_macros.cmake
lib/librkcommon.so
lib/librkcommon.so.1
-lib/librkcommon.so.1.8.0
+lib/librkcommon.so.%%PORTVERSION%%