svn commit: r406671 - head/sysutils/rubygem-smart_proxy_remote_execution_ssh
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 19 08:38:29 UTC 2016
Author: sunpoet
Date: Tue Jan 19 08:38:27 2016
New Revision: 406671
URL: https://svnweb.freebsd.org/changeset/ports/406671
Log:
- Update to 0.0.11
- Sort PLIST_FILES
- Fix indent
Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
Modified:
head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo
Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
==============================================================================
--- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Tue Jan 19 08:38:23 2016 (r406670)
+++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile Tue Jan 19 08:38:27 2016 (r406671)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= smart_proxy_remote_execution_ssh
-PORTVERSION= 0.0.10
+PORTVERSION= 0.0.11
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@@ -17,20 +17,18 @@ RUN_DEPENDS= foreman-proxy>=1.9.0:${PORT
rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= share/foreman-proxy/bundler.d/remote_execution_ssh.rb \
- "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample"
+PLIST_FILES= "@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample" \
+ share/foreman-proxy/bundler.d/remote_execution_ssh.rb
post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
- ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \
- ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample
- ${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
- ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \
- ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
+ ${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \
+ ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample
+ ${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \
+ ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb
.include <bsd.port.mk>
Modified: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo
==============================================================================
--- head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:23 2016 (r406670)
+++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo Tue Jan 19 08:38:27 2016 (r406671)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = dc28364ad1329cf927c27e10107efb9d721fc51656350ecaf877954b148cc7ef
-SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.10.gem) = 23040
+SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 536b5232f199a3552aefd08a6e5ee19ed6f7cbd665268af7adf9d80b51b159f5
+SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.11.gem) = 23040
More information about the svn-ports-head
mailing list