Skip to content

Commit

Permalink
math/primesieve: Downgrade 11.0 → 8.0
Browse files Browse the repository at this point in the history
This reverts commit 3f7f802.

math/primesieve was upgrded by mistake when its dependencies
fail to build and can't be upgraded at this time.

Reported by:	thierry@
  • Loading branch information
yurivict committed Mar 30, 2023
1 parent f6e4ab3 commit a8f3562
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion math/primecount/Makefile
@@ -1,7 +1,7 @@
PORTNAME= primecount
DISTVERSIONPREFIX= v
DISTVERSION= 7.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= thierry@FreeBSD.org
Expand Down
3 changes: 2 additions & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions math/primesieve/pkg-plist
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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}
Expand Down

0 comments on commit a8f3562

Please sign in to comment.