Date: Tue, 16 Aug 2016 11:33:08 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420280 - head/devel/py-configparser Message-ID: <201608161133.u7GBX8dJ059551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Tue Aug 16 11:33:08 2016 New Revision: 420280 URL: https://svnweb.freebsd.org/changeset/ports/420280 Log: devel/py-configparser: PORTEPOCH bump Previous update from 3.5.0b2 to 3.5.0 resulted in new PORTVERSION value being lower than old, so PORTEPOCH bump was required to correct this issue. Reported by: koobs Modified: head/devel/py-configparser/Makefile Modified: head/devel/py-configparser/Makefile ============================================================================== --- head/devel/py-configparser/Makefile Tue Aug 16 11:25:44 2016 (r420279) +++ head/devel/py-configparser/Makefile Tue Aug 16 11:33:08 2016 (r420280) @@ -2,6 +2,7 @@ PORTNAME= configparser PORTVERSION= 3.5.0 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608161133.u7GBX8dJ059551>