svn commit: r447835 - head/print/py-stapler

Ben Woods woodsb02 at FreeBSD.org
Sat Aug 12 14:50:54 UTC 2017


Author: woodsb02
Date: Sat Aug 12 14:50:53 2017
New Revision: 447835
URL: https://svnweb.freebsd.org/changeset/ports/447835

Log:
  print/py-stapler: Correct supported python releases to python 2 only
  
  Reported by:	koobs

Modified:
  head/print/py-stapler/Makefile

Modified: head/print/py-stapler/Makefile
==============================================================================
--- head/print/py-stapler/Makefile	Sat Aug 12 14:21:30 2017	(r447834)
+++ head/print/py-stapler/Makefile	Sat Aug 12 14:50:53 2017	(r447835)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}more-itertools>=2.2:devel/py-more-itertools \
 		${PYTHON_PKGNAMEPREFIX}pdf2>=1.24:print/py-pdf2
 
-USES=		python:2.7+
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list