svn commit: r448299 - head/net/py-libnet
Kubilay Kocak
koobs at FreeBSD.org
Sat Aug 19 11:22:00 UTC 2017
Author: koobs
Date: Sat Aug 19 11:21:59 2017
New Revision: 448299
URL: https://svnweb.freebsd.org/changeset/ports/448299
Log:
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)
MFH: 2017Q3
Modified:
head/net/py-libnet/Makefile
Modified: head/net/py-libnet/Makefile
==============================================================================
--- head/net/py-libnet/Makefile Sat Aug 19 11:20:05 2017 (r448298)
+++ head/net/py-libnet/Makefile Sat Aug 19 11:21:59 2017 (r448299)
@@ -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-head
mailing list