From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 03:05:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7A94CA73; Fri, 18 Oct 2013 03:05:48 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 676312602; Fri, 18 Oct 2013 03:05:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9I35mfH038363; Fri, 18 Oct 2013 03:05:48 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9I35lIE038356; Fri, 18 Oct 2013 03:05:47 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310180305.r9I35lIE038356@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 18 Oct 2013 03:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330718 - in head: devel/rubygem-rascut sysutils/puppet sysutils/puppet27 www/rubygem-rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 03:05:48 -0000 Author: tabthorpe Date: Fri Oct 18 03:05:47 2013 New Revision: 330718 URL: http://svnweb.freebsd.org/changeset/ports/330718 Log: - Mark devel/rubygem-rascut broken - Remove dependancy on www/rubygem-mongerl from other ports With hat: portmgr Modified: head/devel/rubygem-rascut/Makefile (contents, props changed) head/sysutils/puppet/Makefile head/sysutils/puppet27/Makefile head/www/rubygem-rails/Makefile Modified: head/devel/rubygem-rascut/Makefile ============================================================================== --- head/devel/rubygem-rascut/Makefile Fri Oct 18 02:47:04 2013 (r330717) +++ head/devel/rubygem-rascut/Makefile Fri Oct 18 03:05:47 2013 (r330718) @@ -9,6 +9,9 @@ MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Ruby ActionSCript UTility +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2013-10-21 + RUN_DEPENDS= mongrel_rails:${PORTSDIR}/www/rubygem-mongrel \ rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure \ rackup:${PORTSDIR}/www/rubygem-rack \ Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Fri Oct 18 02:47:04 2013 (r330717) +++ head/sysutils/puppet/Makefile Fri Oct 18 03:05:47 2013 (r330718) @@ -40,11 +40,9 @@ MAN8= extlookup2hiera.8 puppet-agent.8 p puppet-resource_type.8 puppet-secret_agent.8 puppet-status.8 \ puppet.8 -OPTIONS_DEFINE= MONGREL OPTIONS_DEFAULT= PACKAGE_ORIGIN OPTIONS_SINGLE= PATCHES OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT -MONGREL_DESC= Run puppet server as a mongrel service PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE PATCHES_DESC= Optional exclusive patches @@ -52,10 +50,6 @@ PATCHES_DESC= Optional exclusi NO_STAGE= yes .include -.if ${PORT_OPTIONS:MMONGREL} -RUN_DEPENDS+= rubygem-mongrel>=0:${PORTSDIR}/www/rubygem-mongrel -.endif - .if ${PORT_OPTIONS:MPACKAGE_ROOT} .if ! ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root Modified: head/sysutils/puppet27/Makefile ============================================================================== --- head/sysutils/puppet27/Makefile Fri Oct 18 02:47:04 2013 (r330717) +++ head/sysutils/puppet27/Makefile Fri Oct 18 03:05:47 2013 (r330718) @@ -42,11 +42,9 @@ MAN8= filebucket.8 pi.8 puppet-agent.8 p puppet.8 puppetca.8 puppetd.8 puppetdoc.8 puppetmasterd.8 \ puppetqd.8 puppetrun.8 ralsh.8 -OPTIONS_DEFINE= MONGREL OPTIONS_DEFAULT= PACKAGE_ORIGIN OPTIONS_SINGLE= PATCHES OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT -MONGREL_DESC= Run puppet server as a mongrel service PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE PATCHES_DESC= Optional exclusive patches @@ -54,10 +52,6 @@ PATCHES_DESC= Optional exclusive patche NO_STAGE= yes .include -.if ${PORT_OPTIONS:MMONGREL} -RUN_DEPENDS+= rubygem-mongrel>=0:${PORTSDIR}/www/rubygem-mongrel -.endif - .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 Modified: head/www/rubygem-rails/Makefile ============================================================================== --- head/www/rubygem-rails/Makefile Fri Oct 18 02:47:04 2013 (r330717) +++ head/www/rubygem-rails/Makefile Fri Oct 18 03:05:47 2013 (r330718) @@ -41,9 +41,8 @@ USE_RUBY_RDOC= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -OPTIONS_DEFINE=FCGI MONGREL MONGRELCLUSTER PASSENGER MEMCACHE_CLIENT +OPTIONS_DEFINE=FCGI PASSENGER MEMCACHE_CLIENT FCGI_DESC= FastCGI backend -MONGREL_DESC= Mongrel backend MONGRELCLUSTER_DESC= Mongrel Cluster backend PASSENGER_DESC= Passenger backend MEMCACHE_CLIENT_DESC= MemCache-Client support @@ -60,14 +59,6 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/fcg RUN_DEPENDS+= rubygem-memcache-client>=1.2.0:${PORTSDIR}/databases/rubygem-memcache-client .endif -.if ${PORT_OPTIONS:MMONGREL} -RUN_DEPENDS+= rubygem-mongrel>=1.1.5:${PORTSDIR}/www/rubygem-mongrel -.endif - -.if ${PORT_OPTIONS:MMONGRELCLUSTER} -RUN_DEPENDS+= rubygem-mongrel_cluster>=1.0.5:${PORTSDIR}/www/rubygem-mongrel_cluster -.endif - .if ${PORT_OPTIONS:MPASSENGER} RUN_DEPENDS+= rubygem-passenger>=2.2.15:${PORTSDIR}/www/rubygem-passenger .endif