git: 3f7f802f078b - main - math/primesieve: Update 8.0 → 11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Mar 2023 04:32:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7f802f078ba08655c39af2615707e49b5bf202
commit 3f7f802f078ba08655c39af2615707e49b5bf202
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-29 04:30:30 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-29 04:32:00 +0000
math/primesieve: Update 8.0 → 11.0
Reported by: portscout
---
math/openturns/Makefile | 2 +-
math/primecount/Makefile | 1 +
math/primesieve/Makefile | 2 +-
math/primesieve/distinfo | 6 +++---
math/primesieve/pkg-plist | 4 ++--
math/py-primecountpy/Makefile | 2 +-
6 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 4cfc9bd94275..5aec744059a2 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/primecount/Makefile b/math/primecount/Makefile
index 28d0d32c2d58..ec3047fa2f43 100644
--- a/math/primecount/Makefile
+++ b/math/primecount/Makefile
@@ -1,6 +1,7 @@
PORTNAME= primecount
DISTVERSIONPREFIX= v
DISTVERSION= 7.4
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
diff --git a/math/primesieve/Makefile b/math/primesieve/Makefile
index bdaa05dd608d..b0e863ea508f 100644
--- a/math/primesieve/Makefile
+++ b/math/primesieve/Makefile
@@ -1,6 +1,6 @@
PORTNAME= primesieve
DISTVERSIONPREFIX= v
-DISTVERSION= 8.0
+DISTVERSION= 11.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/primesieve/distinfo b/math/primesieve/distinfo
index 61b29da869ec..2a26f535737b 100644
--- a/math/primesieve/distinfo
+++ b/math/primesieve/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657053368
-SHA256 (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 9fba723221535dbf1e30c582c5009eeb032464704da01a0c8541d8cf2a698803
-SIZE (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 119635
+TIMESTAMP = 1680060838
+SHA256 (kimwalisch-primesieve-v11.0_GH0.tar.gz) = b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e
+SIZE (kimwalisch-primesieve-v11.0_GH0.tar.gz) = 125086
diff --git a/math/primesieve/pkg-plist b/math/primesieve/pkg-plist
index bb205adce13e..1d049ebd6447 100644
--- a/math/primesieve/pkg-plist
+++ b/math/primesieve/pkg-plist
@@ -10,7 +10,7 @@ lib/cmake/primesieve/primesieveConfigVersion.cmake
lib/cmake/primesieve/primesieveShared-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/primesieve/primesieveShared.cmake
lib/libprimesieve.so
-lib/libprimesieve.so.10
-lib/libprimesieve.so.10.0.0
+lib/libprimesieve.so.11
+lib/libprimesieve.so.11.0.0
libdata/pkgconfig/primesieve.pc
share/man/man1/primesieve.1.gz
diff --git a/math/py-primecountpy/Makefile b/math/py-primecountpy/Makefile
index 85ce29172545..80275c63c7ff 100644
--- a/math/py-primecountpy/Makefile
+++ b/math/py-primecountpy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= primecountpy
PORTVERSION= 0.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}