From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 02:56:37 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 C1EC9928; Wed, 30 Oct 2013 02:56:37 +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 A060D2C97; Wed, 30 Oct 2013 02:56:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U2ubrh069073; Wed, 30 Oct 2013 02:56:37 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U2uYvx069050; Wed, 30 Oct 2013 02:56:34 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310300256.r9U2uYvx069050@svn.freebsd.org> From: Steve Wills Date: Wed, 30 Oct 2013 02:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332049 - in head: print/rubygem-ttfunk russian/rubygem-russian russian/rubygem-rutils science/rubygem-ai4r security/rubygem-bcrypt-ruby security/rubygem-hmac security/rubygem-net-ssh s... 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:56:37 -0000 Author: swills Date: Wed Oct 30 02:56:33 2013 New Revision: 332049 URL: http://svnweb.freebsd.org/changeset/ports/332049 Log: - Add stage support Modified: head/print/rubygem-ttfunk/Makefile head/russian/rubygem-russian/Makefile (contents, props changed) head/russian/rubygem-rutils/Makefile (contents, props changed) head/science/rubygem-ai4r/Makefile head/security/rubygem-bcrypt-ruby/Makefile head/security/rubygem-hmac/Makefile head/security/rubygem-net-ssh-gateway/Makefile (contents, props changed) head/security/rubygem-net-ssh/Makefile head/security/rubygem-nmap-parser/Makefile head/security/rubygem-omniauth/Makefile head/security/rubygem-pyu-ruby-sasl/Makefile head/security/rubygem-rc4/Makefile head/security/rubygem-ruby-hmac/Makefile head/security/rubygem-six/Makefile head/security/rubygem-twitter_oauth/Makefile head/sysutils/rubygem-SyslogLogger/Makefile head/sysutils/rubygem-capistrano/Makefile Modified: head/print/rubygem-ttfunk/Makefile ============================================================================== --- head/print/rubygem-ttfunk/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/print/rubygem-ttfunk/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/russian/rubygem-russian/Makefile ============================================================================== --- head/russian/rubygem-russian/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/russian/rubygem-russian/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/russian/rubygem-rutils/Makefile ============================================================================== --- head/russian/rubygem-rutils/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/russian/rubygem-rutils/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/gilensize bin/rutilize -NO_STAGE= yes .include Modified: head/science/rubygem-ai4r/Makefile ============================================================================== --- head/science/rubygem-ai4r/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/science/rubygem-ai4r/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-bcrypt-ruby/Makefile ============================================================================== --- head/security/rubygem-bcrypt-ruby/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-bcrypt-ruby/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -14,5 +14,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-hmac/Makefile ============================================================================== --- head/security/rubygem-hmac/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-hmac/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes GEM_NAME= ${DISTNAME} -NO_STAGE= yes .include Modified: head/security/rubygem-net-ssh-gateway/Makefile ============================================================================== --- head/security/rubygem-net-ssh-gateway/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-net-ssh-gateway/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-net-ssh/Makefile ============================================================================== --- head/security/rubygem-net-ssh/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-net-ssh/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -21,7 +21,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPROMPT_PASSPHRASES} Modified: head/security/rubygem-nmap-parser/Makefile ============================================================================== --- head/security/rubygem-nmap-parser/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-nmap-parser/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-omniauth/Makefile ============================================================================== --- head/security/rubygem-omniauth/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-omniauth/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,6 +15,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-pyu-ruby-sasl/Makefile ============================================================================== --- head/security/rubygem-pyu-ruby-sasl/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-pyu-ruby-sasl/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-rc4/Makefile ============================================================================== --- head/security/rubygem-rc4/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-rc4/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-ruby-hmac/Makefile ============================================================================== --- head/security/rubygem-ruby-hmac/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-ruby-hmac/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-six/Makefile ============================================================================== --- head/security/rubygem-six/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-six/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -12,6 +12,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/rubygem-twitter_oauth/Makefile ============================================================================== --- head/security/rubygem-twitter_oauth/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/security/rubygem-twitter_oauth/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -17,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-SyslogLogger/Makefile ============================================================================== --- head/sysutils/rubygem-SyslogLogger/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/sysutils/rubygem-SyslogLogger/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/rubygem-capistrano/Makefile ============================================================================== --- head/sysutils/rubygem-capistrano/Makefile Wed Oct 30 02:54:59 2013 (r332048) +++ head/sysutils/rubygem-capistrano/Makefile Wed Oct 30 02:56:33 2013 (r332049) @@ -21,7 +21,6 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/cap bin/capify -NO_STAGE= yes post-install: @${ECHO_MSG} "======================================================================" @${ECHO_MSG}