svn commit: r455451 - head/www/py-qp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:36:02 UTC 2017


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
 


More information about the svn-ports-all mailing list