diff options
Diffstat (limited to 'math/primesieve/Makefile')
-rw-r--r-- | math/primesieve/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/primesieve/Makefile b/math/primesieve/Makefile index 01b4c75c3881..44c0bbddbf5e 100644 --- a/math/primesieve/Makefile +++ b/math/primesieve/Makefile @@ -1,6 +1,6 @@ PORTNAME= primesieve DISTVERSIONPREFIX= v -DISTVERSION= 12.7 +DISTVERSION= 12.9 PORTEPOCH= 1 CATEGORIES= math @@ -20,6 +20,6 @@ GH_ACCOUNT= kimwalisch CMAKE_OFF= BUILD_STATIC_LIBS CMAKE_TESTING_ON= BUILD_TESTS -# tests as of 12.7: 100% tests passed, 0 tests failed out of 34 +# tests as of 12.9: 100% tests passed, 0 tests failed out of 34 .include <bsd.port.mk> |