diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-23 19:25:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-23 19:25:10 +0000 |
commit | 1d39ac6a5093feeffeb9c6a4cd936ddfba39acc2 (patch) | |
tree | 2c29989bc85ec3a220bb3a854baf382a8660d9bd /sysutils/rubygem-hammer_cli_foreman/Makefile | |
parent | c2858d478d4905bae10632c633ce34537197de8a (diff) | |
download | ports-1d39ac6a5093feeffeb9c6a4cd936ddfba39acc2.tar.gz ports-1d39ac6a5093feeffeb9c6a4cd936ddfba39acc2.zip |
- Update to 0.6.2
Notes
Notes:
svn path=/head/; revision=411737
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman/Makefile')
-rw-r--r-- | sysutils/rubygem-hammer_cli_foreman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index bc9f0f9bfc9d..72f827096ce8 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hammer_cli_foreman -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= sysutils ruby MASTER_SITES= RG @@ -11,7 +11,8 @@ COMMENT= Foreman commands for Hammer CLI LICENSE= GPLv3+ -RUN_DEPENDS= rubygem-hammer_cli>=0.6.0:${PORTSDIR}/sysutils/rubygem-hammer_cli +RUN_DEPENDS= rubygem-apipie-bindings>=0.0.16:${PORTSDIR}/devel/rubygem-apipie-bindings \ + rubygem-hammer_cli>=0.6.0:${PORTSDIR}/sysutils/rubygem-hammer_cli NO_ARCH= yes USE_RUBY= yes |