Date: Sun, 3 Dec 2017 20:36:01 +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: r455452 - head/www/py-qpy Message-ID: <201712032036.vB3Ka1Yv057710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:36:01 2017 New Revision: 455452 URL: https://svnweb.freebsd.org/changeset/ports/455452 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/www/py-qpy/Makefile Modified: head/www/py-qpy/Makefile ============================================================================== --- head/www/py-qpy/Makefile Sun Dec 3 20:35:56 2017 (r455451) +++ head/www/py-qpy/Makefile Sun Dec 3 20:36:01 2017 (r455452) @@ -3,7 +3,7 @@ PORTNAME= qpy PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \ LOCAL/sunpoet @@ -15,7 +15,7 @@ COMMENT= Generating safely-quoted html text from pytho OPTIONS_DEFINE= DOCS USE_PYTHON= autoplist distutils -USES= python:2 +USES= python:2.7 PORTDOCS= CHANGES.txt LICENSE.txt README.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032036.vB3Ka1Yv057710>