svn commit: r418541 - head/devel/py-phply

Kurt Jaeger pi at FreeBSD.org
Thu Jul 14 16:43:33 UTC 2016


Author: pi
Date: Thu Jul 14 16:43:31 2016
New Revision: 418541
URL: https://svnweb.freebsd.org/changeset/ports/418541

Log:
  devel/py-phply: Only use Python up to 2.7 ...
  
  ... until it's confirmed to work with other versions.
  
  PR:		211112
  Submitted by:	koobs
  Approved by:	Danilo G. Baio <dbaio at bsd.com.br> (maintainer)

Modified:
  head/devel/py-phply/Makefile

Modified: head/devel/py-phply/Makefile
==============================================================================
--- head/devel/py-phply/Makefile	Thu Jul 14 16:37:39 2016	(r418540)
+++ head/devel/py-phply/Makefile	Thu Jul 14 16:43:31 2016	(r418541)
@@ -2,6 +2,7 @@
 
 PORTNAME=	phply
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:-2.7
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list