git: fb6ad447565a - main - math/primecount: upgrade to 7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 18:57:00 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb6ad447565acc5cbb9ac2ae75a588073ccfdf78 commit fb6ad447565acc5cbb9ac2ae75a588073ccfdf78 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-12-05 18:13:26 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-12-05 18:56:58 +0000 math/primecount: upgrade to 7.2 Release notes at <https://github.com/kimwalisch/primecount/releases/tag/v7.2>. --- math/primecount/Makefile | 2 +- math/primecount/distinfo | 6 +++--- math/primecount/pkg-plist | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/math/primecount/Makefile b/math/primecount/Makefile index 1a69fdf704c9..c47f2a8077a0 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -2,7 +2,7 @@ PORTNAME= primecount DISTVERSIONPREFIX= v -DISTVERSION= 7.1 +DISTVERSION= 7.2 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primecount/distinfo b/math/primecount/distinfo index 96c6224de16d..4927565f4396 100644 --- a/math/primecount/distinfo +++ b/math/primecount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638108625 -SHA256 (kimwalisch-primecount-v7.1_GH0.tar.gz) = 4f156f3945b613c9262156a25255f689abcaf30fff778c1d27b17126fcd1db72 -SIZE (kimwalisch-primecount-v7.1_GH0.tar.gz) = 331976 +TIMESTAMP = 1638726992 +SHA256 (kimwalisch-primecount-v7.2_GH0.tar.gz) = 54c1eec33e665a780002dda20cf39ba0cefa8e846fdeda44734fb2265cba9257 +SIZE (kimwalisch-primecount-v7.2_GH0.tar.gz) = 340799 diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist index c437ab5777b0..95ef12e7f45a 100644 --- a/math/primecount/pkg-plist +++ b/math/primecount/pkg-plist @@ -3,5 +3,6 @@ include/primecount.h include/primecount.hpp lib/libprimecount.so lib/libprimecount.so.7 -lib/libprimecount.so.7.1 +lib/libprimecount.so.7.2 +libdata/pkgconfig/primecount.pc man/man1/primecount.1.gz