diff options
Diffstat (limited to 'science/gemmi/Makefile')
-rw-r--r-- | science/gemmi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/gemmi/Makefile b/science/gemmi/Makefile index bca3ebaed373..aa0f3083bca2 100644 --- a/science/gemmi/Makefile +++ b/science/gemmi/Makefile @@ -1,11 +1,12 @@ PORTNAME= gemmi DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.3 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org COMMENT= Macromolecular crystallography library and utilities -WWW= https://gemmi.readthedocs.io/en/latest/ +WWW= https://gemmi.readthedocs.io/en/latest/ \ + https://github.com/project-gemmi/gemmi LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -25,7 +26,7 @@ FORTRAN_USES= fortran FORTRAN_CMAKE_BOOL= USE_FORTRAN FORTRAN_BROKEN= project option doesn't do anything, see https://github.com/project-gemmi/gemmi/issues/232 -# tests as of 0.7.1 (run work/.build/cpptest): +# tests as of 0.7.3 (run work/.build/cpptest): # [doctest] test cases: 14 | 14 passed | 0 failed | 0 skipped # [doctest] assertions: 129 | 129 passed | 0 failed | # [doctest] Status: SUCCESS! |