aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2017-07-03 05:50:39 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2017-07-03 05:50:39 +0000
commit4e5e0e49af2ea27a2b0d55564563921f8ebf265b (patch)
treedbf797c5cd624b45c4ffc7696750cab6f12d74f0
parentbe8a11a175630644ed4338e9216f7f649985db11 (diff)
downloadports-4e5e0e49af2ea27a2b0d55564563921f8ebf265b.tar.gz
ports-4e5e0e49af2ea27a2b0d55564563921f8ebf265b.zip
MFH: r444912 security/zeronet: Limit to Python 2.7
Zeronet doesn't support Python 3 [1]. Limit to compatible version(s) (2.7) accordingly. [1] https://github.com/HelloZeroNet/ZeroNet/issues/149 PR: 220302 Reported by: Peter Zuidema <peter icebear net> Submitted by: Yuri Victorovich <yuri rawbw com> (maintainer) Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2017Q3/; revision=444913
-rw-r--r--security/zeronet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/zeronet/Makefile b/security/zeronet/Makefile
index a5fca6507c01..1f7bf22652c6 100644
--- a/security/zeronet/Makefile
+++ b/security/zeronet/Makefile
@@ -27,7 +27,9 @@ SUB_FILES= zeronet-service zeronet-cmd pkg-message
SUB_LIST= LOCALBASE=${LOCALBASE} USER=${USER} GROUP=${GROUP}
PLIST_SUB= USER=${USER} GROUP=${GROUP}
-USES= python
+# ZeroNet hasn't been ported to Python 3 yet
+# https://github.com/HelloZeroNet/ZeroNet/issues/149
+USES= python:2.7
NO_ARCH= yes
OPTIONS_DEFINE= TOR DEBUG