Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 06:47:47 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408538 - head/devel/py-should_dsl
Message-ID:  <201602090647.u196llCq009071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Tue Feb  9 06:47:47 2016
New Revision: 408538
URL: https://svnweb.freebsd.org/changeset/ports/408538

Log:
  Limit python to <=3.2.
  
  Requested by:	koobs
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/py-should_dsl/Makefile

Modified: head/devel/py-should_dsl/Makefile
==============================================================================
--- head/devel/py-should_dsl/Makefile	Tue Feb  9 06:34:54 2016	(r408537)
+++ head/devel/py-should_dsl/Makefile	Tue Feb  9 06:47:47 2016	(r408538)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:-3.2
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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