aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
commitf7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net-mgmt
parent6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff)
downloadports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz
ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Notes
Notes: svn path=/head/; revision=462307
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/crmsh/Makefile3
-rw-r--r--net-mgmt/librenms-agent/Makefile3
-rw-r--r--net-mgmt/nagstamon/Makefile4
-rw-r--r--net-mgmt/tornova/Makefile3
4 files changed, 8 insertions, 5 deletions
diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile
index 3248b69a5286..1da94eb9e7a0 100644
--- a/net-mgmt/crmsh/Makefile
+++ b/net-mgmt/crmsh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= crmsh
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= net-mgmt python
MAINTAINER= dpejesh@yahoo.com
@@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \
USE_GITHUB= yes
GH_ACCOUNT= ClusterLabs
-USES= autoreconf gmake python:2 shebangfix
+USES= autoreconf gmake python:2.7 shebangfix
USE_PYTHON= flavors
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf
diff --git a/net-mgmt/librenms-agent/Makefile b/net-mgmt/librenms-agent/Makefile
index 8978895b8971..0ca8b8411e6f 100644
--- a/net-mgmt/librenms-agent/Makefile
+++ b/net-mgmt/librenms-agent/Makefile
@@ -3,6 +3,7 @@
PORTNAME= librenms-agent
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= kiwi@oav.net
@@ -10,7 +11,7 @@ COMMENT= Agents and plugins for librenms
LICENSE= GPLv2
-USES= shebangfix python:2:run php:cli
+USES= shebangfix python:2.7:run php:cli
NO_ARCH= yes
USE_GITHUB= yes
diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile
index 8eea9b4e6142..81a844ab6421 100644
--- a/net-mgmt/nagstamon/Makefile
+++ b/net-mgmt/nagstamon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nagstamon
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt python
MASTER_SITES= https://nagstamon.ifw-dresden.de/files/very_stable/ \
LOCAL/ehaupt
@@ -17,7 +17,7 @@ LICENSE= GPLv2
RUN_DEPENDS= sox:audio/sox \
${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring@${FLAVOR}
-USES= cpe python:2
+USES= cpe python:2.7
CPE_VENDOR= henri_wahl
USE_PYTHON= distutils
USE_GNOME= pygtk2 librsvg2
diff --git a/net-mgmt/tornova/Makefile b/net-mgmt/tornova/Makefile
index 18534dbfc37b..7875b4f17932 100644
--- a/net-mgmt/tornova/Makefile
+++ b/net-mgmt/tornova/Makefile
@@ -2,6 +2,7 @@
PORTNAME= tornova
PORTVERSION= 0.2.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net-mgmt
@@ -18,7 +19,7 @@ USE_GITHUB= yes
GH_ACCOUNT= neelchauhan
GH_PROJECT= TorNova
-USES= python:2
+USES= python:2.7
USE_PYTHON= autoplist distutils
USE_GNOME= gtk30 pygobject3
NO_ARCH= yes