summaryrefslogtreecommitdiff
path: root/math/hmat-oss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hmat-oss/Makefile')
-rw-r--r--math/hmat-oss/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile
index 044ccdb3589b..2bd76abb45d2 100644
--- a/math/hmat-oss/Makefile
+++ b/math/hmat-oss/Makefile
@@ -1,6 +1,5 @@
PORTNAME= hmat-oss
-DISTVERSION= 1.10.0
-PORTREVISION= 2
+DISTVERSION= 1.11.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -34,4 +33,6 @@ do-test:
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
+# tests as of 1.11.0: 100% tests passed, 0 tests failed out of 4
+
.include <bsd.port.mk>