diff options
Diffstat (limited to 'science/ncrystal/Makefile')
-rw-r--r-- | science/ncrystal/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/ncrystal/Makefile b/science/ncrystal/Makefile index fb63deb58062..8738797874bd 100644 --- a/science/ncrystal/Makefile +++ b/science/ncrystal/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.8 CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org @@ -21,9 +21,6 @@ SHEBANG_FILES= tests/scripts/* CMAKE_TESTING_ON= NCRYSTAL_ENABLE_TESTING \ NCRYSTAL_ENABLE_CORE_TEST -post-install: # workaround for https://github.com/mctools/ncrystal/issues/150 - @${RM} ${STAGEDIR}${PREFIX}/*.sh - -# tests as of 4.1.4: 54% tests passed, 37 tests failed out of 80, see https://github.com/mctools/ncrystal/issues/231 +# tests as of 4.2.6: 51% tests passed, 43 tests failed out of 88 (only py_xx tests fail) .include <bsd.port.mk> |