From owner-svn-ports-all@FreeBSD.ORG Wed Oct 30 02:48:47 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 848E3471; Wed, 30 Oct 2013 02:48:47 +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 62FE92C3C; Wed, 30 Oct 2013 02:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U2mlBd064071; Wed, 30 Oct 2013 02:48:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U2mhhT064040; Wed, 30 Oct 2013 02:48:43 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310300248.r9U2mhhT064040@svn.freebsd.org> From: Steve Wills Date: Wed, 30 Oct 2013 02:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332044 - in head: devel/rubygem-zentest dns/rubygem-dnsruby dns/rubygem-net-dns dns/rubygem-public_suffix finance/rubygem-money ftp/rubygem-curb graphics/rubygem-cairo graphics/rubygem... 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:48:47 -0000 Author: swills Date: Wed Oct 30 02:48:42 2013 New Revision: 332044 URL: http://svnweb.freebsd.org/changeset/ports/332044 Log: - Add stage support Modified: head/devel/rubygem-zentest/Makefile head/dns/rubygem-dnsruby/Makefile head/dns/rubygem-net-dns/Makefile head/dns/rubygem-public_suffix/Makefile head/finance/rubygem-money/Makefile head/ftp/rubygem-curb/Makefile head/graphics/rubygem-cairo/Makefile head/graphics/rubygem-captcha/Makefile head/graphics/rubygem-clutter-gtk/Makefile head/graphics/rubygem-clutter/Makefile head/graphics/rubygem-dragonfly/Makefile head/graphics/rubygem-exifr/Makefile head/graphics/rubygem-fastimage/Makefile head/graphics/rubygem-gdk_pixbuf2/Makefile head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-goocanvas/Makefile head/graphics/rubygem-graphviz/Makefile head/graphics/rubygem-image_science/Makefile head/graphics/rubygem-imagesize/Makefile (contents, props changed) Modified: head/devel/rubygem-zentest/Makefile ============================================================================== --- head/devel/rubygem-zentest/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/devel/rubygem-zentest/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -23,5 +23,4 @@ PLIST_FILES= bin/autotest \ bin/unit_diff \ bin/zentest -NO_STAGE= yes .include Modified: head/dns/rubygem-dnsruby/Makefile ============================================================================== --- head/dns/rubygem-dnsruby/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/dns/rubygem-dnsruby/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/dns/rubygem-net-dns/Makefile ============================================================================== --- head/dns/rubygem-net-dns/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/dns/rubygem-net-dns/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/dns/rubygem-public_suffix/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/rubygem-money/Makefile ============================================================================== --- head/finance/rubygem-money/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/finance/rubygem-money/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/ftp/rubygem-curb/Makefile ============================================================================== --- head/ftp/rubygem-curb/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/ftp/rubygem-curb/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-cairo/Makefile ============================================================================== --- head/graphics/rubygem-cairo/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-cairo/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-captcha/Makefile ============================================================================== --- head/graphics/rubygem-captcha/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-captcha/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-clutter-gtk/Makefile ============================================================================== --- head/graphics/rubygem-clutter-gtk/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-clutter-gtk/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-clutter/Makefile ============================================================================== --- head/graphics/rubygem-clutter/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-clutter/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-dragonfly/Makefile ============================================================================== --- head/graphics/rubygem-dragonfly/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-dragonfly/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -17,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-exifr/Makefile ============================================================================== --- head/graphics/rubygem-exifr/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-exifr/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -14,5 +14,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/exifr -NO_STAGE= yes .include Modified: head/graphics/rubygem-fastimage/Makefile ============================================================================== --- head/graphics/rubygem-fastimage/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-fastimage/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-gdk_pixbuf2/Makefile ============================================================================== --- head/graphics/rubygem-gdk_pixbuf2/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-gdk_pixbuf2/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-geokit/Makefile ============================================================================== --- head/graphics/rubygem-geokit/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-geokit/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-goocanvas/Makefile ============================================================================== --- head/graphics/rubygem-goocanvas/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-goocanvas/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -15,5 +15,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/rubygem-graphviz/Makefile ============================================================================== --- head/graphics/rubygem-graphviz/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-graphviz/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -20,5 +20,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/ruby2gv bin/gem2gv bin/dot2ruby bin/git2gv bin/xml2gv -NO_STAGE= yes .include Modified: head/graphics/rubygem-image_science/Makefile ============================================================================== --- head/graphics/rubygem-image_science/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-image_science/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -18,5 +18,4 @@ USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/image_science_thumb -NO_STAGE= yes .include Modified: head/graphics/rubygem-imagesize/Makefile ============================================================================== --- head/graphics/rubygem-imagesize/Makefile Wed Oct 30 02:47:06 2013 (r332043) +++ head/graphics/rubygem-imagesize/Makefile Wed Oct 30 02:48:42 2013 (r332044) @@ -13,5 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include