From owner-svn-ports-head@freebsd.org Sun Feb 5 21:52:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11A04CD2711; Sun, 5 Feb 2017 21:52:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D57471AF; Sun, 5 Feb 2017 21:52:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15LqhGE097486; Sun, 5 Feb 2017 21:52:43 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15Lqh1h097485; Sun, 5 Feb 2017 21:52:43 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702052152.v15Lqh1h097485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 5 Feb 2017 21:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433460 - head/net/foreman-proxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 21:52:45 -0000 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