diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-configargparse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-configargparse/Makefile b/devel/py-configargparse/Makefile index b0a0a9c9c4dd..e3b7e5a0fff8 100644 --- a/devel/py-configargparse/Makefile +++ b/devel/py-configargparse/Makefile @@ -1,9 +1,8 @@ PORTNAME= configargparse -PORTVERSION= 1.7 +PORTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ConfigArgParse-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Drop-in replacement for argparse |