svn commit: r375000 - in head/sysutils/rubygem-hammer_cli_foreman: . files
Pawel Pekala
pawel at FreeBSD.org
Sat Dec 20 12:40:46 UTC 2014
Author: pawel
Date: Sat Dec 20 12:40:44 2014
New Revision: 375000
URL: https://svnweb.freebsd.org/changeset/ports/375000
QAT: https://qat.redports.org/buildarchive/r375000/
Log:
- 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]
Deleted:
head/sysutils/rubygem-hammer_cli_foreman/files/patch-localization
Modified:
head/sysutils/rubygem-hammer_cli_foreman/Makefile
head/sysutils/rubygem-hammer_cli_foreman/distinfo
Modified: head/sysutils/rubygem-hammer_cli_foreman/Makefile
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/Makefile Sat Dec 20 12:25:02 2014 (r374999)
+++ head/sysutils/rubygem-hammer_cli_foreman/Makefile Sat Dec 20 12:40:44 2014 (r375000)
@@ -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>
Modified: head/sysutils/rubygem-hammer_cli_foreman/distinfo
==============================================================================
--- head/sysutils/rubygem-hammer_cli_foreman/distinfo Sat Dec 20 12:25:02 2014 (r374999)
+++ head/sysutils/rubygem-hammer_cli_foreman/distinfo Sat Dec 20 12:40:44 2014 (r375000)
@@ -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
More information about the svn-ports-all
mailing list