summaryrefslogtreecommitdiff
path: root/mail/mailio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailio/Makefile')
-rw-r--r--mail/mailio/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mailio/Makefile b/mail/mailio/Makefile
index 2bf4b7c91b75..e0dc1736fb39 100644
--- a/mail/mailio/Makefile
+++ b/mail/mailio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mailio
-DISTVERSION= 0.24.1
-PORTREVISION= 1
+DISTVERSION= 0.25.1
CATEGORIES= mail devel
MAINTAINER= yuri@FreeBSD.org
@@ -26,4 +25,8 @@ CMAKE_TESTING_TARGET= all
post-test:
@cd ${WRKSRC}/test && ${BUILD_WRKSRC}/test/test_message
+# tests as of 0.25.1:
+# Running 139 test cases...
+# *** No errors detected
+
.include <bsd.port.mk>