From dec7a0aceb00f7287a280ec79d1b54f94fb4621e Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 3 Mar 2019 11:27:51 +0000 Subject: [PATCH] net/foreman-proxy: use Puppet 5 instead of expired Puppet 4 for optional Puppet integration. Bump PORTREVISION --- net/foreman-proxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 4cda7e02d6d2..f3b3da05402d 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= foreman-proxy PORTVERSION= 1.15.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.theforeman.org/foreman-proxy/ @@ -19,9 +20,9 @@ RUN_DEPENDS= rubygem-bundler_ext>=0.4:sysutils/rubygem-bundler_ext \ rubygem-sinatra>=2.0:www/rubygem-sinatra \ wget:ftp/wget -OPTIONS_DEFINE= BMC PUPPET4 +OPTIONS_DEFINE= BMC PUPPET5 BMC_DESC= Depend on rubyipmi for BMC support -PUPPET4_DESC= Depend on Puppet 4 +PUPPET5_DESC= Depend on Puppet 5 NO_ARCH= yes NO_BUILD= yes @@ -48,7 +49,7 @@ PLIST_SUB= ${SUB_LIST} MKDIR="${MKDIR}" SHEBANG_FILES= extra/foreman-debug-proxy BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.10.0:sysutils/rubygem-rubyipmi -PUPPET4_RUN_DEPENDS= puppet:sysutils/puppet4 \ +PUPPET5_RUN_DEPENDS= puppet:sysutils/puppet5 \ rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas post-patch: