Skip to content

Commit

Permalink
math/primecount: upgrade to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed May 4, 2022
1 parent e9e7356 commit 5c1eb57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion math/primecount/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= primecount
DISTVERSIONPREFIX= v
DISTVERSION= 7.2
DISTVERSION= 7.3
CATEGORIES= math

MAINTAINER= thierry@FreeBSD.org
Expand All @@ -22,6 +22,8 @@ USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_LIBPRIMESIEVE BUILD_STATIC_LIBS

PLIST_SUB= VER=${PORTVERSION}

do-test:
cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
Expand Down
6 changes: 3 additions & 3 deletions math/primecount/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1638726992
SHA256 (kimwalisch-primecount-v7.2_GH0.tar.gz) = 54c1eec33e665a780002dda20cf39ba0cefa8e846fdeda44734fb2265cba9257
SIZE (kimwalisch-primecount-v7.2_GH0.tar.gz) = 340799
TIMESTAMP = 1651687229
SHA256 (kimwalisch-primecount-v7.3_GH0.tar.gz) = 471fe21461e42e5f28404e17ff840fb527b3ec4064853253ee22cf4a81656332
SIZE (kimwalisch-primecount-v7.3_GH0.tar.gz) = 360921
2 changes: 1 addition & 1 deletion math/primecount/pkg-plist
Expand Up @@ -3,6 +3,6 @@ include/primecount.h
include/primecount.hpp
lib/libprimecount.so
lib/libprimecount.so.7
lib/libprimecount.so.7.2
lib/libprimecount.so.%%VER%%
libdata/pkgconfig/primecount.pc
man/man1/primecount.1.gz

0 comments on commit 5c1eb57

Please sign in to comment.