diff options
Diffstat (limited to 'cad/py-amaranth/Makefile')
-rw-r--r-- | cad/py-amaranth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-amaranth/Makefile b/cad/py-amaranth/Makefile index bec064c3c9b7..9e20173ed8bd 100644 --- a/cad/py-amaranth/Makefile +++ b/cad/py-amaranth/Makefile @@ -1,6 +1,6 @@ PORTNAME= amaranth DISTVERSIONPREFIX= v -DISTVERSION= 0.5.4 +DISTVERSION= 0.5.6 CATEGORIES= cad python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -50,6 +50,6 @@ do-install: # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2 ${_PYTHONPKGLIST} @cd ${STAGEDIR}${PREFIX} && ${FIND} lib -name '*.pyc' >> ${_PYTHONPKGLIST} -# tests as of 0.5.4: 1186 passed, 3 warnings in 50.72s +# tests as of 0.5.6: 1187 passed, 3 warnings in 47.87s .include <bsd.port.mk> |