svn commit: r438741 - head/archivers/py-pyliblzma

David Naylor dbn at FreeBSD.org
Mon Apr 17 18:42:13 UTC 2017


Author: dbn
Date: Mon Apr 17 18:42:12 2017
New Revision: 438741
URL: https://svnweb.freebsd.org/changeset/ports/438741

Log:
  archivers/py-pyliblzma: fix python version restriction
  
  The python restriction requires the '-' before the version, not after.
  
  Reported by:	koobs@

Modified:
  head/archivers/py-pyliblzma/Makefile

Modified: head/archivers/py-pyliblzma/Makefile
==============================================================================
--- head/archivers/py-pyliblzma/Makefile	Mon Apr 17 18:37:55 2017	(r438740)
+++ head/archivers/py-pyliblzma/Makefile	Mon Apr 17 18:42:12 2017	(r438741)
@@ -14,7 +14,7 @@ COMMENT=	Python binding for the LZMA com
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig python:2.7- tar:bzip2
+USES=		pkgconfig python:-2.7 tar:bzip2
 USE_PYTHON=	autoplist distutils
 
 post-install:


More information about the svn-ports-head mailing list