diff options
Diffstat (limited to 'math/kfr/Makefile')
-rw-r--r-- | math/kfr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kfr/Makefile b/math/kfr/Makefile index 47ac1b10a450..cc5f84755155 100644 --- a/math/kfr/Makefile +++ b/math/kfr/Makefile @@ -1,5 +1,5 @@ PORTNAME= kfr -DISTVERSION= 6.1.1 +DISTVERSION= 6.2.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -44,6 +44,6 @@ post-test: # see https://github.com/kfrlib/kfr/issues/164 @cd ${BUILD_WRKSRC} && \ ${BUILD_WRKSRC}/bin/all_tests -# tests as of 6.1.1: [--SUCCESS--] 199/199 tests 2810450/2810450 checks +# tests as of 6.2.0: [--SUCCESS--] 199/199 tests 2810450/2810450 checks .include <bsd.port.mk> |