Index: head/science/py-spglib/Makefile =================================================================== --- head/science/py-spglib/Makefile (revision 472500) +++ head/science/py-spglib/Makefile (revision 472501) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= spglib DISTVERSION= 1.10.3.65 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Library for finding and handling crystal symmetries +COMMENT= Library for finding and handling crystal symmetries (pythin binding) LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python shebangfix +USES= python USE_PYTHON= distutils autoplist .include Index: head/science/py-spglib/pkg-descr =================================================================== --- head/science/py-spglib/pkg-descr (revision 472500) +++ head/science/py-spglib/pkg-descr (revision 472501) @@ -1,6 +1,6 @@ Python library for finding and handling crystal symmetries. Spglib for python wraps the same C code that exists in the port science/spglib. -WWW: http://atztogo.github.io/spglib/ +WWW: https://atztogo.github.io/spglib/