git: 5c1eb5710262 - main - math/primecount: upgrade to 7.3

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Wed, 04 May 2022 19:30:46 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c1eb5710262f7d6bffb03a70dfbd0f533169123

commit 5c1eb5710262f7d6bffb03a70dfbd0f533169123
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-05-04 18:04:21 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-05-04 19:30:42 +0000

    math/primecount: upgrade to 7.3
    
    Release notes at
            <https://github.com/kimwalisch/primecount/releases/tag/v7.3>.
---
 math/primecount/Makefile  | 4 +++-
 math/primecount/distinfo  | 6 +++---
 math/primecount/pkg-plist | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/math/primecount/Makefile b/math/primecount/Makefile
index c47f2a8077a0..14842b41b768 100644
--- a/math/primecount/Makefile
+++ b/math/primecount/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	primecount
 DISTVERSIONPREFIX=	v
-DISTVERSION=	7.2
+DISTVERSION=	7.3
 CATEGORIES=	math
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -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} && \
diff --git a/math/primecount/distinfo b/math/primecount/distinfo
index 4927565f4396..ba84394efcf4 100644
--- a/math/primecount/distinfo
+++ b/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
diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist
index 95ef12e7f45a..d96bb1b039bb 100644
--- a/math/primecount/pkg-plist
+++ b/math/primecount/pkg-plist
@@ -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