diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:35:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:35:24 +0800 |
commit | 494e4409cc8f8f14d42764fdafc04ad74253b4a3 (patch) | |
tree | bec6491ca5a21d0e97826220b3253925e87af3fb /sysutils | |
parent | c6fddbce114b81d5408973778c633abd70dbef0c (diff) | |
download | freebsd-ports-graphics-494e4409cc8f8f14d42764fdafc04ad74253b4a3.tar.gz freebsd-ports-graphics-494e4409cc8f8f14d42764fdafc04ad74253b4a3.tar.zst freebsd-ports-graphics-494e4409cc8f8f14d42764fdafc04ad74253b4a3.zip |
- Update LICENSE
- Fix RUN_DEPENDS
- Add NO_ARCH
- Fix indent
- Bump PORTREVISION for dependency change
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rubygem-hammer_cli_foreman_ssh/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile index 6aa020acc17..758034693db 100644 --- a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile @@ -3,24 +3,28 @@ PORTNAME= hammer_cli_foreman_ssh PORTVERSION= 0.0.3 +PORTREVISION= 1 CATEGORIES= sysutils ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= SSH host commands for Hammer CLI -LICENSE= GPLv3 +LICENSE= GPLv3+ -RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \ +RUN_DEPENDS= rubygem-hammer_cli>=0.0.6:${PORTSDIR}/sysutils/rubygem-hammer_cli \ + rubygem-hammer_cli_foreman>=0:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \ rubygem-net-ssh-multi>=1.2.1:${PORTSDIR}/security/rubygem-net-ssh-multi +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample" post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d - ${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample .include <bsd.port.mk> |