diff options
Diffstat (limited to 'security/hexl/Makefile')
-rw-r--r-- | security/hexl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/hexl/Makefile b/security/hexl/Makefile index 137361678340..614b8c054f06 100644 --- a/security/hexl/Makefile +++ b/security/hexl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hexl DISTVERSIONPREFIX= v -DISTVERSION= 1.2.5 +DISTVERSION= 1.2.6 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -27,4 +27,8 @@ CMAKE_TESTING_TARGET= unittest CXXFLAGS+= -I${LOCALBASE}/include/cpu_features +# tests as of 1.2.6: +# [==========] 2138 tests from 21 test suites ran. (1617 ms total) +# [ PASSED ] 2138 tests. + .include <bsd.port.mk> |