svn commit: r448300 - branches/2017Q3/net/py-libnet

Kubilay Kocak koobs at FreeBSD.org
Sat Aug 19 11:26:51 UTC 2017


Author: koobs
Date: Sat Aug 19 11:26:49 2017
New Revision: 448300
URL: https://svnweb.freebsd.org/changeset/ports/448300

Log:
  MFH: r448299
  
  net/py-libnet: Limit to 2.x (Does not support Python 3)
  
  This (upstream) package does not appear to support (intentionally or otherwise)
  Python 3. It also fails to build with Python 3.x with a SyntaxError.
  
  This change corrects the USES=python:<version-spec> support declaration
  accordingly.
  
  PR:		219324
  Reported by:	Johannes Jost Meixner
  Approved by:	portmgr (blanket)
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q3/net/py-libnet/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/net/py-libnet/Makefile
==============================================================================
--- branches/2017Q3/net/py-libnet/Makefile	Sat Aug 19 11:21:59 2017	(r448299)
+++ branches/2017Q3/net/py-libnet/Makefile	Sat Aug 19 11:26:49 2017	(r448300)
@@ -20,7 +20,7 @@ BROKEN_aarch64=		fails to package: lib.freebsd-11.0-RE
 BROKEN_mips64=		fails to package: lib.freebsd-11.0-RELEASE-p1-mips64-2.7/libnet.so: No such file or directory
 BROKEN_powerpc64=	fails to package: lib.freebsd-11.0-RELEASE-p1-powerpc64-2.7/libnet.so: No such file or directory
 
-USES=		python
+USES=		python:-2.7
 USE_PYTHON=	distutils pythonprefix
 
 USE_GITHUB=	yes


More information about the svn-ports-branches mailing list