svn commit: r385466 - in head/sysutils/rubygem-hammer_cli_foreman_ssh: . files

Michael Moll mmoll at FreeBSD.org
Tue May 5 11:19:17 UTC 2015


Author: mmoll
Date: Tue May  5 11:19:15 2015
New Revision: 385466
URL: https://svnweb.freebsd.org/changeset/ports/385466

Log:
  sysutils/rubygem-hammer_cli_foreman_ssh: update to 0.0.3
  
  PR:		199524
  Differential Revision:	https://reviews.freebsd.org/D2447
  Approved by:	mat (mentor)

Deleted:
  head/sysutils/rubygem-hammer_cli_foreman_ssh/files/
Modified:
  head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
  head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo

Modified: head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile	Tue May  5 11:16:20 2015	(r385465)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile	Tue May  5 11:19:15 2015	(r385466)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hammer_cli_foreman_ssh
-PORTVERSION=	0.0.2
+PORTVERSION=	0.0.3
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	RG
 
@@ -12,17 +12,15 @@ COMMENT=	SSH host commands for Hammer CL
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \
-		rubygem-net-ssh-multi>0:${PORTSDIR}/security/rubygem-net-ssh-multi
+		rubygem-net-ssh-multi>=1.2.1:${PORTSDIR}/security/rubygem-net-ssh-multi
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	"@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample"
 
-.include <bsd.port.pre.mk>
-
 post-install:
 		${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
-		${INSTALL_DATA} ${FILESDIR}/foreman_ssh.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
+		${INSTALL_DATA} ${WRKSRC}/config/foreman_ssh.yml ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo	Tue May  5 11:16:20 2015	(r385465)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo	Tue May  5 11:19:15 2015	(r385466)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = b75c930a185c6c18195fddf745cdfcfcc777c3a7ae873fbe4fc12a01971d4e7b
-SIZE (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = 6656
+SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.3.gem) = 6114e98f33cb8b1111a186e0bd69896b4bd356e37c5011610baefb5cf3eb6690
+SIZE (rubygem/hammer_cli_foreman_ssh-0.0.3.gem) = 6656


More information about the svn-ports-all mailing list