diff options
Diffstat (limited to 'archivers/py-zipstream-ng/Makefile')
-rw-r--r-- | archivers/py-zipstream-ng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/py-zipstream-ng/Makefile b/archivers/py-zipstream-ng/Makefile index 4c3d2975ed68..b13e2474e0b5 100644 --- a/archivers/py-zipstream-ng/Makefile +++ b/archivers/py-zipstream-ng/Makefile @@ -1,12 +1,11 @@ PORTNAME= zipstream-ng -DISTVERSION= 1.8.0 -PORTREVISION= 1 +DISTVERSION= 1.9.0 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= zipstream_ng-${PORTVERSION} -MAINTAINER= DtxdF@disroot.org +MAINTAINER= dtxdf@FreeBSD.org COMMENT= Modern and easy to use streamable zip file generator WWW= https://github.com/pR0Ps/zipstream-ng/ |