svn commit: r455452 - head/www/py-qpy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 3 20:36:04 UTC 2017
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
More information about the svn-ports-all
mailing list