Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2017 11:26:49 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448300 - branches/2017Q3/net/py-libnet
Message-ID:  <201708191126.v7JBQn5i082768@repo.freebsd.org>

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



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