Skip to content

Commit

Permalink
sysutils/rubygem-smart_proxy_dynflow: Update to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 21, 2021
1 parent ec4ada8 commit 3defd7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions sysutils/rubygem-smart_proxy_dynflow/Makefile
@@ -1,5 +1,5 @@
PORTNAME= smart_proxy_dynflow
PORTVERSION= 0.2.1
PORTVERSION= 0.5.2
CATEGORIES= sysutils ruby
MASTER_SITES= RG

Expand All @@ -9,7 +9,10 @@ COMMENT= Plugin to use Dynflow in Foreman Smart Proxy
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy
RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \
rubygem-dynflow>=1.1<2:devel/rubygem-dynflow \
rubygem-rest-client>=0:www/rubygem-rest-client \
rubygem-sqlite3>=0:databases/rubygem-sqlite3

USES= gem
USE_RUBY= yes
Expand All @@ -21,9 +24,7 @@ PLIST_FILES= "@sample etc/foreman-proxy/settings.d/dynflow.yml.sample" \

post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
${INSTALL_DATA} ${WRKSRC}/settings.d/dynflow.yml.example \
${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/dynflow.yml.sample
${INSTALL_DATA} ${WRKSRC}/bundler.plugins.d/dynflow.rb \
${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/dynflow.rb
${INSTALL_DATA} ${WRKSRC}/settings.d/dynflow.yml.example ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/dynflow.yml.sample
${INSTALL_DATA} ${WRKSRC}/bundler.d/dynflow.rb ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/dynflow.rb

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions sysutils/rubygem-smart_proxy_dynflow/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1537604543
SHA256 (rubygem/smart_proxy_dynflow-0.2.1.gem) = 68fdec4d21b9e2685c491ad0ff23cc426325ca5791e4b1f4988e0184a34c5ff3
SIZE (rubygem/smart_proxy_dynflow-0.2.1.gem) = 19456
TIMESTAMP = 1626714662
SHA256 (rubygem/smart_proxy_dynflow-0.5.2.gem) = 643c7792e16ce7d1b8fc1f8bb5f87514a3f67875f1c251d76e794964c3321ea5
SIZE (rubygem/smart_proxy_dynflow-0.5.2.gem) = 29184

0 comments on commit 3defd7c

Please sign in to comment.