Date: Sun, 3 Dec 2017 20:35:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455442 - head/devel/py-python2-pythondialog Message-ID: <201712032035.vB3KZCLi056627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:35:12 2017 New Revision: 455442 URL: https://svnweb.freebsd.org/changeset/ports/455442 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/devel/py-python2-pythondialog/Makefile Modified: head/devel/py-python2-pythondialog/Makefile ============================================================================== --- head/devel/py-python2-pythondialog/Makefile Sun Dec 3 20:35:07 2017 (r455441) +++ head/devel/py-python2-pythondialog/Makefile Sun Dec 3 20:35:12 2017 (r455442) @@ -3,6 +3,7 @@ PORTNAME= python2-pythondialog PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_PYTHON= autoplist distutils -USES= python:2 tar:bz2 +USES= python:2.7 tar:bz2 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZCLi056627>