Date: Sat, 19 Aug 2017 11:21:59 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448299 - head/net/py-libnet Message-ID: <201708191121.v7JBLxHL082443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708191121.v7JBLxHL082443>