aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-28 10:41:48 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-28 10:41:48 +0800
commit0dabbbe1d0d7824a87d3c1d200e307beb6526bd3 (patch)
tree3b7ec0f81935562ce3011a2ff2927b57db1fb661 /sysutils
parent7387e5d05cf975ca215841a82af4e3e736c33f39 (diff)
downloadfreebsd-ports-gnome-0dabbbe1d0d7824a87d3c1d200e307beb6526bd3.tar.gz
freebsd-ports-gnome-0dabbbe1d0d7824a87d3c1d200e307beb6526bd3.tar.zst
freebsd-ports-gnome-0dabbbe1d0d7824a87d3c1d200e307beb6526bd3.zip
Fix RUN_DEPENDS and unbreak this port
- While I'm here, update RUN_DEPENDS: remove redundant LOCALBASE/bin - Bump PORTREVISION for dependency change Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rhc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/rhc/Makefile b/sysutils/rhc/Makefile
index 046d0ad1f5da..b10899c04c03 100644
--- a/sysutils/rhc/Makefile
+++ b/sysutils/rhc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rhc
PORTVERSION= 1.32.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= RG
@@ -13,10 +13,8 @@ COMMENT= Administration console client for RedHat OpenShift
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= wrong dependencies, ${LOCALBASE}/bin/minitar is not provided by rubygem-archive-tar-minitar
-
-RUN_DEPENDS= ${LOCALBASE}/bin/minitar:archivers/rubygem-archive-tar-minitar \
- ${LOCALBASE}/bin/commander:devel/rubygem-commander \
+RUN_DEPENDS= minitar:archivers/rubygem-minitar-cli \
+ commander:devel/rubygem-commander \
rubygem-highline>=1.6.11:devel/rubygem-highline \
rubygem-httpclient>=2.4:www/rubygem-httpclient \
rubygem-net-scp>=1.1.2:security/rubygem-net-scp \