Date: Sun, 3 Dec 2017 20:35:56 +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: r455451 - head/www/py-qp Message-ID: <201712032035.vB3KZufH057599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 3 20:35:56 2017 New Revision: 455451 URL: https://svnweb.freebsd.org/changeset/ports/455451 Log: Change from USES=python:2 to USES=python:2.7 - Bump PORTREVISION for dependency change Modified: head/www/py-qp/Makefile Modified: head/www/py-qp/Makefile ============================================================================== --- head/www/py-qp/Makefile Sun Dec 3 20:35:51 2017 (r455450) +++ head/www/py-qp/Makefile Sun Dec 3 20:35:56 2017 (r455451) @@ -3,7 +3,7 @@ PORTNAME= qp PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qp/ \ LOCAL/sunpoet @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES USE_PYTHON= distutils -USES= python:2 +USES= python:2.7 SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZufH057599>