Index: branches/2017Q3/devel/py-configparser/Makefile =================================================================== --- branches/2017Q3/devel/py-configparser/Makefile (revision 445861) +++ branches/2017Q3/devel/py-configparser/Makefile (revision 445862) @@ -1,18 +1,21 @@ # $FreeBSD$ PORTNAME= configparser PORTVERSION= 3.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= robak@FreeBSD.org COMMENT= INI style configuration file parser LICENSE= MIT -USES= python:2 +USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include Index: branches/2017Q3/devel/py-configparser/pkg-descr =================================================================== --- branches/2017Q3/devel/py-configparser/pkg-descr (revision 445861) +++ branches/2017Q3/devel/py-configparser/pkg-descr (revision 445862) @@ -1,6 +1,5 @@ -The ancient ConfigParser module available in the standard -library 2.x has seen a major update in Python 3.2. This -is a backport of those changes so that they can be used -directly in Python 2.6 - 2.7 +The ancient ConfigParser module available in the standard library 2.x has +seen a major update in Python 3.2. This is a backport of those changes so +that they can be used directly in Python 2.6 - 3.5. WWW: https://pypi.python.org/pypi/configparser Property changes on: branches/2017Q3/devel/py-configparser/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: branches/2017Q3 =================================================================== --- branches/2017Q3 (revision 445861) +++ branches/2017Q3 (revision 445862) Property changes on: branches/2017Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r445861