diff options
Diffstat (limited to 'math/primecount')
-rw-r--r-- | math/primecount/Makefile | 2 | ||||
-rw-r--r-- | math/primecount/distinfo | 6 | ||||
-rw-r--r-- | math/primecount/pkg-plist | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/math/primecount/Makefile b/math/primecount/Makefile index 9bd365431bf1..c40e6c3f9e81 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -1,6 +1,6 @@ PORTNAME= primecount DISTVERSIONPREFIX= v -DISTVERSION= 7.16 +DISTVERSION= 7.18 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primecount/distinfo b/math/primecount/distinfo index 6413bd8f5c04..9c7dee5d4363 100644 --- a/math/primecount/distinfo +++ b/math/primecount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743933234 -SHA256 (kimwalisch-primecount-v7.16_GH0.tar.gz) = 437cde8198fbfed3a16510786d99edb22da2766f0f0376450690d55a74ea5cf3 -SIZE (kimwalisch-primecount-v7.16_GH0.tar.gz) = 504826 +TIMESTAMP = 1748365438 +SHA256 (kimwalisch-primecount-v7.18_GH0.tar.gz) = 9d8a0127cc4dd9319006b5db6c6f9844532dab9da9c2d410d1e244902463a399 +SIZE (kimwalisch-primecount-v7.18_GH0.tar.gz) = 528607 diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist index d9b40171c08c..05b5e2d976a1 100644 --- a/math/primecount/pkg-plist +++ b/math/primecount/pkg-plist @@ -1,8 +1,12 @@ bin/primecount include/primecount.h include/primecount.hpp +lib/cmake/primecount/primecountConfig.cmake +lib/cmake/primecount/primecountConfigVersion.cmake +lib/cmake/primecount/primecountShared-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/primecount/primecountShared.cmake lib/libprimecount.so -lib/libprimecount.so.7 lib/libprimecount.so.%%VER%% +lib/libprimecount.so.7 libdata/pkgconfig/primecount.pc share/man/man1/primecount.1.gz |