From owner-svn-ports-all@FreeBSD.ORG Wed Oct 30 02:39:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 028EBE22; Wed, 30 Oct 2013 02:39:19 +0000 (UTC) (envelope-from swills@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 D3E0C2BC9; Wed, 30 Oct 2013 02:39:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U2dIrk059357; Wed, 30 Oct 2013 02:39:18 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U2dF4B059336; Wed, 30 Oct 2013 02:39:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310300239.r9U2dF4B059336@svn.freebsd.org> From: Steve Wills Date: Wed, 30 Oct 2013 02:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332039 - in head/devel: rubygem-loquacious rubygem-main rubygem-map rubygem-mash rubygem-metaclass rubygem-method_source rubygem-minitest rubygem-minitest4 rubygem-mirror rubygem-mocha... 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: Wed, 30 Oct 2013 02:39:19 -0000 Author: swills Date: Wed Oct 30 02:39:14 2013 New Revision: 332039 URL: http://svnweb.freebsd.org/changeset/ports/332039 Log: - Add stage support Modified: head/devel/rubygem-loquacious/Makefile (contents, props changed) head/devel/rubygem-main/Makefile head/devel/rubygem-map/Makefile head/devel/rubygem-mash/Makefile head/devel/rubygem-metaclass/Makefile head/devel/rubygem-method_source/Makefile head/devel/rubygem-minitest/Makefile head/devel/rubygem-minitest4/Makefile head/devel/rubygem-mirror/Makefile head/devel/rubygem-mocha/Makefile head/devel/rubygem-mongo/Makefile head/devel/rubygem-mspec/Makefile head/devel/rubygem-multi_test/Makefile head/devel/rubygem-needle/Makefile (contents, props changed) head/devel/rubygem-nice-ffi/Makefile (contents, props changed) head/devel/rubygem-orm_adapter/Makefile head/devel/rubygem-paint/Makefile Modified: head/devel/rubygem-loquacious/Makefile ============================================================================== --- head/devel/rubygem-loquacious/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-loquacious/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST= yes RUN_DEPENDS= rubygem-rspec>=2.7.0:${PORTSDIR}/devel/rubygem-rspec -NO_STAGE= yes .include Modified: head/devel/rubygem-main/Makefile ============================================================================== --- head/devel/rubygem-main/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-main/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -18,5 +18,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-map/Makefile ============================================================================== --- head/devel/rubygem-map/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-map/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -14,5 +14,4 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-mash/Makefile ============================================================================== --- head/devel/rubygem-mash/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-mash/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-metaclass/Makefile ============================================================================== --- head/devel/rubygem-metaclass/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-metaclass/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-method_source/Makefile ============================================================================== --- head/devel/rubygem-method_source/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-method_source/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-minitest/Makefile ============================================================================== --- head/devel/rubygem-minitest/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-minitest/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-minitest4/Makefile ============================================================================== --- head/devel/rubygem-minitest4/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-minitest4/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -15,6 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-mirror/Makefile ============================================================================== --- head/devel/rubygem-mirror/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-mirror/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -18,5 +18,4 @@ USE_RUBYGEMS= yes GEM_NAME= rubygems-${PORTNAME}-${PORTVERSION} RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-mocha/Makefile ============================================================================== --- head/devel/rubygem-mocha/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-mocha/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -16,5 +16,4 @@ USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-mongo/Makefile ============================================================================== --- head/devel/rubygem-mongo/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-mongo/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -16,5 +16,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/mongo_console -NO_STAGE= yes .include Modified: head/devel/rubygem-mspec/Makefile ============================================================================== --- head/devel/rubygem-mspec/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-mspec/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/mspec bin/mkspec bin/mspec-ci bin/mspec-run bin/mspec-tag -NO_STAGE= yes .include Modified: head/devel/rubygem-multi_test/Makefile ============================================================================== --- head/devel/rubygem-multi_test/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-multi_test/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-needle/Makefile ============================================================================== --- head/devel/rubygem-needle/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-needle/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-nice-ffi/Makefile ============================================================================== --- head/devel/rubygem-nice-ffi/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-nice-ffi/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-orm_adapter/Makefile ============================================================================== --- head/devel/rubygem-orm_adapter/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-orm_adapter/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/rubygem-paint/Makefile ============================================================================== --- head/devel/rubygem-paint/Makefile Wed Oct 30 02:36:45 2013 (r332038) +++ head/devel/rubygem-paint/Makefile Wed Oct 30 02:39:14 2013 (r332039) @@ -12,5 +12,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include