Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2019 11:27:51 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494494 - head/net/foreman-proxy
Message-ID:  <201903031127.x23BRpFF073619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Mar  3 11:27:51 2019
New Revision: 494494
URL: https://svnweb.freebsd.org/changeset/ports/494494

Log:
  net/foreman-proxy: use Puppet 5 instead of expired Puppet 4 for optional Puppet
  integration. Bump PORTREVISION

Modified:
  head/net/foreman-proxy/Makefile

Modified: head/net/foreman-proxy/Makefile
==============================================================================
--- head/net/foreman-proxy/Makefile	Sun Mar  3 10:52:39 2019	(r494493)
+++ head/net/foreman-proxy/Makefile	Sun Mar  3 11:27:51 2019	(r494494)
@@ -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
 		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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903031127.x23BRpFF073619>