diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 06:35:10 +0000 |
commit | d60cc47cec795447a08e63ea5b8ae71c0011547c (patch) | |
tree | 8a9a3a6f27f0b9b31ac796d34b11046f26b43b7b /sysutils/rubygem-hammer_cli_foreman/Makefile | |
parent | 0ef3771298312e8b6c8bd71abba7c4fc2bc0562e (diff) | |
download | ports-d60cc47cec795447a08e63ea5b8ae71c0011547c.tar.gz ports-d60cc47cec795447a08e63ea5b8ae71c0011547c.zip |
- Update to 0.6.0
- Update LICENSE
Changes: https://github.com/theforeman/hammer-cli-foreman/blob/master/doc/release_notes.md
Notes
Notes:
svn path=/head/; revision=410394
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman/Makefile')
-rw-r--r-- | sysutils/rubygem-hammer_cli_foreman/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index 62d8ca30c22e..6536acbb91ad 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= hammer_cli_foreman -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= sysutils ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Foreman commands for Hammer CLI -LICENSE= GPLv3 +LICENSE= GPLv3+ -RUN_DEPENDS= rubygem-hammer_cli>=0.5.0:${PORTSDIR}/sysutils/rubygem-hammer_cli +RUN_DEPENDS= rubygem-hammer_cli>=0.6.0:${PORTSDIR}/sysutils/rubygem-hammer_cli NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |