summaryrefslogtreecommitdiff
path: root/devel/pika/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pika/Makefile')
-rw-r--r--devel/pika/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index 598a379946b6..a606dcf6d09a 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pika
-DISTVERSION= 0.32.0
+DISTVERSION= 0.34.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -36,6 +37,6 @@ post-test: # run the tests according to https://pikacpp.org/usage.html#testing (
@cd ${BUILD_WRKSRC} && \
${MAKE_CMD} test
-# tests as of 0.32.0: 100% tests passed, 0 tests failed out of 530
+# tests as of 0.34.0: 99% tests passed, 1 tests failed out of 530, see https://github.com/pika-org/pika/issues/1437
.include <bsd.port.mk>