git: a8f356250ce4 - main - math/primesieve: Downgrade 11.0 → 8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 17:27:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8f356250ce4de730b366240549e1a6917598216 commit a8f356250ce4de730b366240549e1a6917598216 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-30 15:13:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-30 17:27:26 +0000 math/primesieve: Downgrade 11.0 → 8.0 This reverts commit 3f7f802f078ba08655c39af2615707e49b5bf202. math/primesieve was upgrded by mistake when its dependencies fail to build and can't be upgraded at this time. Reported by: thierry@ --- math/openturns/Makefile | 2 +- math/primecount/Makefile | 2 +- math/primesieve/Makefile | 3 ++- math/primesieve/distinfo | 6 +++--- math/primesieve/pkg-plist | 4 ++-- math/py-primecountpy/Makefile | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 5aec744059a2..00a61e6a08b6 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/primecount/Makefile b/math/primecount/Makefile index ec3047fa2f43..8a9644961e19 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -1,7 +1,7 @@ PORTNAME= primecount DISTVERSIONPREFIX= v DISTVERSION= 7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primesieve/Makefile b/math/primesieve/Makefile index b0e863ea508f..706f1c2aef4c 100644 --- a/math/primesieve/Makefile +++ b/math/primesieve/Makefile @@ -1,6 +1,7 @@ PORTNAME= primesieve DISTVERSIONPREFIX= v -DISTVERSION= 11.0 +DISTVERSION= 8.0 +PORTEPOCH= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/primesieve/distinfo b/math/primesieve/distinfo index 2a26f535737b..61b29da869ec 100644 --- a/math/primesieve/distinfo +++ b/math/primesieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680060838 -SHA256 (kimwalisch-primesieve-v11.0_GH0.tar.gz) = b29a7ec855764ce7474d00be03e1d83209bd097faa3778382dfb73a06866097e -SIZE (kimwalisch-primesieve-v11.0_GH0.tar.gz) = 125086 +TIMESTAMP = 1657053368 +SHA256 (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 9fba723221535dbf1e30c582c5009eeb032464704da01a0c8541d8cf2a698803 +SIZE (kimwalisch-primesieve-v8.0_GH0.tar.gz) = 119635 diff --git a/math/primesieve/pkg-plist b/math/primesieve/pkg-plist index 1d049ebd6447..bb205adce13e 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.11 -lib/libprimesieve.so.11.0.0 +lib/libprimesieve.so.10 +lib/libprimesieve.so.10.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 80275c63c7ff..107b7a16a047 100644 --- a/math/py-primecountpy/Makefile +++ b/math/py-primecountpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= primecountpy PORTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}