aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-hammer_cli_foreman
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-20 12:40:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-20 12:40:44 +0000
commitce69d156233f5effa79c2c05f5172c6a3501fd98 (patch)
tree340c10b12222b67f60270651fe5ce269fd28ded1 /sysutils/rubygem-hammer_cli_foreman
parent9cffc34f24eb0fc483ccfb39d5bf9a32936029b5 (diff)
downloadports-ce69d156233f5effa79c2c05f5172c6a3501fd98.tar.gz
ports-ce69d156233f5effa79c2c05f5172c6a3501fd98.zip
- Update to version 0.1.4 [1]
- Remove <bsd.port.(pre|post).mk> inclusion - Cleanup post-install target PR: 195893 [1] Submitted by: maintainer [1]
Notes
Notes: svn path=/head/; revision=375000
Diffstat (limited to 'sysutils/rubygem-hammer_cli_foreman')
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/Makefile16
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/distinfo4
-rw-r--r--sysutils/rubygem-hammer_cli_foreman/files/patch-localization14
3 files changed, 9 insertions, 25 deletions
diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile
index 860717aa09a5..39fb0b4afddf 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.1.3
+PORTVERSION= 0.1.4
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -11,19 +11,17 @@ COMMENT= Foreman commands for Hammer CLI
LICENSE= GPLv3
-RUN_DEPENDS= rubygem-apipie-bindings>=0.0.8:${PORTSDIR}/devel/rubygem-apipie-bindings \
- rubygem-hammer_cli>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli \
+RUN_DEPENDS= rubygem-apipie-bindings>=0.0.11:${PORTSDIR}/devel/rubygem-apipie-bindings \
+ rubygem-hammer_cli>=0.1.4:${PORTSDIR}/sysutils/rubygem-hammer_cli \
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-.include <bsd.port.pre.mk>
-
post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer
- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
- ${INSTALL_DATA} ${FILESDIR}/foreman.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman.yml.sample
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
+ ${INSTALL_DATA} ${FILESDIR}/foreman.yml.sample \
+ ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-hammer_cli_foreman/distinfo b/sysutils/rubygem-hammer_cli_foreman/distinfo
index 31ea2b2d36b0..e0b4684db3af 100644
--- a/sysutils/rubygem-hammer_cli_foreman/distinfo
+++ b/sysutils/rubygem-hammer_cli_foreman/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/hammer_cli_foreman-0.1.3.gem) = 296920b904a97d52d4e3dae137bad06405be75ca1feeca70ed7ada103e69b14d
-SIZE (rubygem/hammer_cli_foreman-0.1.3.gem) = 199168
+SHA256 (rubygem/hammer_cli_foreman-0.1.4.gem) = 47dea037bd0fa6efa0e224426b1d3f61014ced70948bb9e76dfc50e36eda23e4
+SIZE (rubygem/hammer_cli_foreman-0.1.4.gem) = 382976
diff --git a/sysutils/rubygem-hammer_cli_foreman/files/patch-localization b/sysutils/rubygem-hammer_cli_foreman/files/patch-localization
deleted file mode 100644
index 01c35b3cb2cc..000000000000
--- a/sysutils/rubygem-hammer_cli_foreman/files/patch-localization
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/hammer_cli_foreman/i18n.rb
-+++ lib/hammer_cli_foreman/i18n.rb
-@@ -24,6 +24,11 @@ def locale_dir
- '/usr/share/locale'
- end
-
-+
-+ def domain_name
-+ "#{super}@system"
-+ end
-+
- end
-
- end