Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 21:52:43 +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: r433460 - head/net/foreman-proxy
Message-ID:  <201702052152.v15Lqh1h097485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Feb  5 21:52:43 2017
New Revision: 433460
URL: https://svnweb.freebsd.org/changeset/ports/433460

Log:
  net/foreman-proxy: drop optional dependency on puppet3, bump PORTREVISION

Modified:
  head/net/foreman-proxy/Makefile

Modified: head/net/foreman-proxy/Makefile
==============================================================================
--- head/net/foreman-proxy/Makefile	Sun Feb  5 21:30:33 2017	(r433459)
+++ head/net/foreman-proxy/Makefile	Sun Feb  5 21:52:43 2017	(r433460)
@@ -3,6 +3,7 @@
 
 PORTNAME=	foreman-proxy
 PORTVERSION=	1.12.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.theforeman.org/foreman-proxy/
 
@@ -18,11 +19,8 @@ RUN_DEPENDS=	rubygem-bundler_ext>=0.4:sy
 		rubygem-sinatra>=1.4.3:www/rubygem-sinatra \
 		wget:ftp/wget
 
-OPTIONS_DEFINE=	BMC
-OPTIONS_RADIO=	PUPPET
-OPTIONS_RADIO_PUPPET=	PUPPET3 PUPPET4
+OPTIONS_DEFINE=	BMC PUPPET4
 BMC_DESC=	Depend on rubyipmi for BMC support
-PUPPET3_DESC=	Depend on Puppet 3.8
 PUPPET4_DESC=	Depend on Puppet 4
 
 USES=		tar:bzip2
@@ -48,8 +46,6 @@ SUB_LIST=	RUBY="${RUBY}" \
 PLIST_SUB=	${SUB_LIST} MKDIR="${MKDIR}"
 
 BMC_RUN_DEPENDS=	rubygem-rubyipmi>=0.10.0:sysutils/rubygem-rubyipmi
-PUPPET3_RUN_DEPENDS=	puppet:sysutils/puppet38 \
-			rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
 PUPPET4_RUN_DEPENDS=	puppet:sysutils/puppet4 \
 			rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
 



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