Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 18:42:12 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438741 - head/archivers/py-pyliblzma
Message-ID:  <201704171842.v3HIgCLX050824@repo.freebsd.org>

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



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