summaryrefslogtreecommitdiff
path: root/science/mcpl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/mcpl/Makefile')
-rw-r--r--science/mcpl/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/science/mcpl/Makefile b/science/mcpl/Makefile
index 7022caab1e3d..7ee2ca520278 100644
--- a/science/mcpl/Makefile
+++ b/science/mcpl/Makefile
@@ -1,15 +1,18 @@
PORTNAME= mcpl
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0.0
+DISTVERSION= 2.2.0
CATEGORIES= science # physics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Monte Carlo Particle Lists library
-WWW= https://mctools.github.io/mcpl/
+WWW= https://mctools.github.io/mcpl/ \
+ https://github.com/mctools/mcpl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails, see https://github.com/mctools/mcpl/issues/88
+
USES= cmake:testing
USE_LDCONFIG= yes
@@ -19,6 +22,6 @@ GH_ACCOUNT= mctools
CMAKE_OFF= MCPL_ENABLE_TESTING
CMAKE_TESTING_ON= MCPL_ENABLE_TESTING
-# tests as of 2.0.0: 100% tests passed, 0 tests failed out of 27
+# tests as of 2.2.0: 100% tests passed, 0 tests failed out of 32
.include <bsd.port.mk>