Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 16:43:32 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418541 - head/devel/py-phply
Message-ID:  <201607141643.u6EGhWR2092057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141643.u6EGhWR2092057>