aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2019-09-07 07:23:09 +0800
committerdbaio <dbaio@FreeBSD.org>2019-09-07 07:23:09 +0800
commit9462485af6e07b4d36a9a514231a79ac4ca55cca (patch)
treeb941067d065eac6787a1c2f9ad4c064823977a44 /sysutils
parent8898406d3e9e3ba7a7e0ea6b15032b4ba3516883 (diff)
downloadfreebsd-ports-gnome-9462485af6e07b4d36a9a514231a79ac4ca55cca.tar.gz
freebsd-ports-gnome-9462485af6e07b4d36a9a514231a79ac4ca55cca.tar.zst
freebsd-ports-gnome-9462485af6e07b4d36a9a514231a79ac4ca55cca.zip
devel/py-fabric: Copy to devel/py-fabric1
Make way for devel/py-fabric to be updated to its latest version (2.x) Updates dependents that require fabric < 2 to devel/py-fabric1 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D21304
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-ezjailremote/Makefile10
-rw-r--r--sysutils/py-ploy_fabric/Makefile5
2 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/py-ezjailremote/Makefile b/sysutils/py-ezjailremote/Makefile
index 8823ed47d85f..25a4f999ce71 100644
--- a/sysutils/py-ezjailremote/Makefile
+++ b/sysutils/py-ezjailremote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ezjailremote
PORTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,15 @@ COMMENT= Remote control and convenience wrapper for ezjail
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ezjail-admin:sysutils/ezjail \
- ${PYTHON_PKGNAMEPREFIX}fabric>0:devel/py-fabric@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}fabric1>0:devel/py-fabric1@${PY_FLAVOR}
+
+USES= python:2.7
+USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= tomster
GH_PROJECT= ezjail-remote
-USES= python:2.7
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/sysutils/py-ploy_fabric/Makefile b/sysutils/py-ploy_fabric/Makefile
index da8846515f7e..bf36305fc447 100644
--- a/sysutils/py-ploy_fabric/Makefile
+++ b/sysutils/py-ploy_fabric/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ploy_fabric
DISTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,11 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}fabric>=1.4.0,1:devel/py-fabric@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}fabric1>=1.4.0,1:devel/py-fabric1@${PY_FLAVOR}
USES= python:-2.7 zip
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>