svn commit: r433460 - head/net/foreman-proxy

Rene Ladan rene at FreeBSD.org
Sun Feb 5 21:52:45 UTC 2017


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
 


More information about the svn-ports-head mailing list