diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | 16a04e9b881e61b48e43444a26db1c5e401d7efc (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net-mgmt | |
parent | a7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff) | |
download | freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/crmsh/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/librenms-agent/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/nagstamon/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/tornova/Makefile | 3 |
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 |