From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 02:57:21 2013 Return-Path: Delivered-To: svn-ports-head@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 74D07A11; Wed, 30 Oct 2013 02:57:21 +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 539F52CA1; Wed, 30 Oct 2013 02:57:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U2vLuP069441; Wed, 30 Oct 2013 02:57:21 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U2vHOe069416; Wed, 30 Oct 2013 02:57:17 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310300257.r9U2vHOe069416@svn.freebsd.org> From: Steve Wills Date: Wed, 30 Oct 2013 02:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332050 - in head: sysutils/rubygem-fssm sysutils/rubygem-log4r sysutils/rubygem-murder sysutils/rubygem-sys-admin sysutils/rubygem-sys-cpu sysutils/rubygem-sys-filesystem sysutils/ruby... 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.14 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: Wed, 30 Oct 2013 02:57:21 -0000 Author: swills Date: Wed Oct 30 02:57:17 2013 New Revision: 332050 URL: http://svnweb.freebsd.org/changeset/ports/332050 Log: - Add stage support Modified: head/sysutils/rubygem-fssm/Makefile head/sysutils/rubygem-log4r/Makefile (contents, props changed) head/sysutils/rubygem-murder/Makefile (contents, props changed) head/sysutils/rubygem-sys-admin/Makefile head/sysutils/rubygem-sys-cpu/Makefile head/sysutils/rubygem-sys-filesystem/Makefile head/sysutils/rubygem-sys-host/Makefile head/sysutils/rubygem-sys-proctable/Makefile head/sysutils/rubygem-sys-uname/Makefile head/sysutils/rubygem-sys-uptime/Makefile head/textproc/rubygem-albino/Makefile (contents, props changed) head/textproc/rubygem-asciidoctor/Makefile head/textproc/rubygem-augeas/Makefile head/textproc/rubygem-coderay/Makefile (contents, props changed) head/textproc/rubygem-colorator/Makefile head/textproc/rubygem-colored/Makefile head/textproc/rubygem-compass-rails/Makefile head/textproc/rubygem-compass/Makefile Modified: head/sysutils/rubygem-fssm/Makefile ============================================================================== --- head/sysutils/rubygem-fssm/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-fssm/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -12,5 +12,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-log4r/Makefile ============================================================================== --- head/sysutils/rubygem-log4r/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-log4r/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-murder/Makefile ============================================================================== --- head/sysutils/rubygem-murder/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-murder/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -14,5 +14,4 @@ USE_PYTHON= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-admin/Makefile ============================================================================== --- head/sysutils/rubygem-sys-admin/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-admin/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-cpu/Makefile ============================================================================== --- head/sysutils/rubygem-sys-cpu/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-cpu/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-filesystem/Makefile ============================================================================== --- head/sysutils/rubygem-sys-filesystem/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-filesystem/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-host/Makefile ============================================================================== --- head/sysutils/rubygem-sys-host/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-host/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-proctable/Makefile ============================================================================== --- head/sysutils/rubygem-sys-proctable/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-proctable/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -17,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-uname/Makefile ============================================================================== --- head/sysutils/rubygem-sys-uname/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-uname/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-sys-uptime/Makefile ============================================================================== --- head/sysutils/rubygem-sys-uptime/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/sysutils/rubygem-sys-uptime/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/rubygem-albino/Makefile ============================================================================== --- head/textproc/rubygem-albino/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-albino/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -17,5 +17,4 @@ USE_PYTHON= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/rubygem-asciidoctor/Makefile ============================================================================== --- head/textproc/rubygem-asciidoctor/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-asciidoctor/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -14,6 +14,5 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe -NO_STAGE= yes .include Modified: head/textproc/rubygem-augeas/Makefile ============================================================================== --- head/textproc/rubygem-augeas/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-augeas/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -18,5 +18,4 @@ USE_GNOME= libxml2 RUBYGEM_AUTOPLIST= yes CONFIGURE_ARGS+= --with-opt-include="${LOCALBASE}/include/libxml2" -NO_STAGE= yes .include Modified: head/textproc/rubygem-coderay/Makefile ============================================================================== --- head/textproc/rubygem-coderay/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-coderay/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -16,5 +16,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/coderay -NO_STAGE= yes .include Modified: head/textproc/rubygem-colorator/Makefile ============================================================================== --- head/textproc/rubygem-colorator/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-colorator/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -14,5 +14,4 @@ USE_PYTHON= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/rubygem-colored/Makefile ============================================================================== --- head/textproc/rubygem-colored/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-colored/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -14,5 +14,4 @@ USE_RUBYGEMS= yes USE_RAKE= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/rubygem-compass-rails/Makefile ============================================================================== --- head/textproc/rubygem-compass-rails/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-compass-rails/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -14,6 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/rubygem-compass/Makefile ============================================================================== --- head/textproc/rubygem-compass/Makefile Wed Oct 30 02:56:33 2013 (r332049) +++ head/textproc/rubygem-compass/Makefile Wed Oct 30 02:57:17 2013 (r332050) @@ -19,5 +19,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/compass -NO_STAGE= yes .include