svn commit: r410397 - head/sysutils/rubygem-hammer_cli_foreman_ssh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:35:25 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:35:24 2016
New Revision: 410397
URL: https://svnweb.freebsd.org/changeset/ports/410397

Log:
  - Update LICENSE
  - Fix RUN_DEPENDS
  - Add NO_ARCH
  - Fix indent
  - Bump PORTREVISION for dependency change

Modified:
  head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile

Modified: head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile	Sun Mar  6 06:35:19 2016	(r410396)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile	Sun Mar  6 06:35:24 2016	(r410397)
@@ -3,24 +3,28 @@
 
 PORTNAME=	hammer_cli_foreman_ssh
 PORTVERSION=	0.0.3
+PORTREVISION=	1
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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>


More information about the svn-ports-all mailing list