svn commit: r455443 - head/devel/pyrex

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


Author: sunpoet
Date: Sun Dec  3 20:35:17 2017
New Revision: 455443
URL: https://svnweb.freebsd.org/changeset/ports/455443

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/pyrex/Makefile

Modified: head/devel/pyrex/Makefile
==============================================================================
--- head/devel/pyrex/Makefile	Sun Dec  3 20:35:12 2017	(r455442)
+++ head/devel/pyrex/Makefile	Sun Dec  3 20:35:17 2017	(r455443)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyrex
 PORTVERSION=	0.9.9
+PORTREVISION=	1
 CATEGORIES=	devel lang python
 MASTER_SITES=	http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_PYTHON=	autoplist distutils
-USES=		python:2
+USES=		python:2.7
 
 PORTDOCS=	*
 PORTEXAMPLES=	*


More information about the svn-ports-head mailing list