Date: Wed, 30 Oct 2013 02:48:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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... Message-ID: <201310300248.r9U2mhhT064040@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310300248.r9U2mhhT064040>