Date: Tue, 7 Jul 2015 12:59:16 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> Cc: "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: Re: svn commit: r391473 - in head: benchmarks/rubygem-benchmark-ips databases/rubygem-redis devel/rubygem-CFPropertyList devel/rubygem-attic devel/rubygem-benelux devel/rubygem-blankslate devel/rubygem... Message-ID: <CACM2dAap=kjOKJYt5PUUY-UQMAbTSmspYniCx866u%2BPhhK2h1w@mail.gmail.com> In-Reply-To: <CAMHz58T2XCZsUW8-MBS46WGfaxaYrHRP1b%2BgVivUicQrY9abEA@mail.gmail.com> References: <201507061805.t66I5c8X005946@repo.freebsd.org> <CACM2dAZiTaUv%2B8FDiBTEQaSBZ5p_VYmPM32-Wd3Fzeg9LZ7b1A@mail.gmail.com> <CAMHz58T2XCZsUW8-MBS46WGfaxaYrHRP1b%2BgVivUicQrY9abEA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Which entirely defeats the point. Either we standardize it, or we don't go change it for some arbitrary subset. On Tue, Jul 7, 2015 at 11:01 AM, Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org > wrote: > On Tue, Jul 7, 2015 at 10:38 PM, Philip M. Gollucci <pgollucci@p6m7g8.com> > wrote: > >> Why is this way not the other? Personally I prefer the other way, but I >> don't see this documented anywhere in PBH either way. >> >> > We do not have rules for such detailed style problem. That's why I only > modified my ports in this commit. I see no need to put these build-related > knobs in different section. > > On Mon, Jul 6, 2015 at 2:05 PM, Sunpoet Po-Chuan Hsieh < >> sunpoet@freebsd.org> wrote: >> >>> Author: sunpoet >>> Date: Mon Jul 6 18:05:37 2015 >>> New Revision: 391473 >>> URL: https://svnweb.freebsd.org/changeset/ports/391473 >>> >>> Log: >>> - Remove blank line between NO_ARCH and USE_RUBY >>> >>> Modified: >>> head/benchmarks/rubygem-benchmark-ips/Makefile >>> head/databases/rubygem-redis/Makefile >>> head/devel/rubygem-CFPropertyList/Makefile >>> head/devel/rubygem-attic/Makefile >>> head/devel/rubygem-benelux/Makefile >>> head/devel/rubygem-blankslate/Makefile >>> head/devel/rubygem-bones/Makefile >>> head/devel/rubygem-buftok/Makefile >>> head/devel/rubygem-celluloid-io/Makefile >>> head/devel/rubygem-colorize/Makefile >>> head/devel/rubygem-cucumber-core/Makefile >>> head/devel/rubygem-drydock/Makefile >>> head/devel/rubygem-gibbler/Makefile >>> head/devel/rubygem-inflecto/Makefile >>> head/devel/rubygem-jekyll-coffeescript/Makefile >>> head/devel/rubygem-lumberjack/Makefile >>> head/devel/rubygem-memoizable/Makefile >>> head/devel/rubygem-mercenary/Makefile >>> head/devel/rubygem-nenv/Makefile >>> head/devel/rubygem-notiffany/Makefile >>> head/devel/rubygem-open4/Makefile >>> head/devel/rubygem-retryable/Makefile >>> head/devel/rubygem-storable/Makefile >>> head/devel/rubygem-subexec/Makefile >>> head/devel/rubygem-sysinfo/Makefile >>> head/devel/rubygem-tdiff/Makefile >>> head/devel/rubygem-toml/Makefile >>> head/dns/rubygem-public_suffix_service/Makefile >>> head/emulators/rubygem-fission/Makefile >>> head/graphics/rubygem-png/Makefile >>> head/misc/rubygem-iesd/Makefile >>> head/net-im/rubygem-hipchat/Makefile >>> head/net/rubygem-amq-client/Makefile >>> head/net/rubygem-amq-protocol/Makefile >>> head/net/rubygem-amqp/Makefile >>> head/net/rubygem-aws-ses/Makefile >>> head/net/rubygem-dropbox-sdk/Makefile >>> head/net/rubygem-httpauth/Makefile >>> head/net/rubygem-rubytter/Makefile >>> head/net/rubygem-simple_oauth/Makefile >>> head/net/rubygem-t/Makefile >>> head/net/rubygem-twitter/Makefile >>> head/net/rubygem-uri-redis/Makefile >>> head/sysutils/rubygem-guard-compat/Makefile >>> head/sysutils/rubygem-parallel/Makefile >>> head/sysutils/rubygem-shellany/Makefile >>> head/textproc/rubygem-css_parser/Makefile >>> head/textproc/rubygem-multi_xml/Makefile >>> head/textproc/rubygem-parslet/Makefile >>> head/textproc/rubygem-yard/Makefile >>> head/www/rubygem-em-websocket/Makefile >>> head/www/rubygem-faraday/Makefile >>> head/www/rubygem-gollum-grit_adapter/Makefile >>> head/www/rubygem-http-form_data/Makefile >>> head/www/rubygem-http/Makefile >>> head/www/rubygem-multipart-post/Makefile >>> head/www/rubygem-net-http-digest_auth/Makefile >>> head/www/rubygem-net-http-persistent/Makefile >>> head/www/rubygem-pagerduty/Makefile >>> head/www/rubygem-robots/Makefile >>> head/www/rubygem-webrobots/Makefile >>> >>> Modified: head/benchmarks/rubygem-benchmark-ips/Makefile >>> >>> ============================================================================== >>> --- head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/benchmarks/rubygem-benchmark-ips/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Iterations per second enhanceme >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/databases/rubygem-redis/Makefile >>> >>> ============================================================================== >>> --- head/databases/rubygem-redis/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/databases/rubygem-redis/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-CFPropertyList/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-CFPropertyList/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-attic/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-attic/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-attic/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Place to hide private instance >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-benelux/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-benelux/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-benelux/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORT >>> >>> rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-blankslate/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-blankslate/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-blankslate/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Abstract base class with no pre >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-bones/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-bones/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-bones/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1 >>> rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-buftok/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-buftok/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-buftok/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entiti >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-celluloid-io/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-celluloid-io/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:$ >>> rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-colorize/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-colorize/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-colorize/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby String class extension >>> LICENSE= GPLv2 >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-cucumber-core/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-cucumber-core/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-drydock/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-drydock/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-drydock/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line ap >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-gibbler/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-gibbler/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-gibbler/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby object >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-inflecto/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-inflecto/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-inflecto/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Inflector for strings >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-jekyll-coffeescript/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/devel/rubygem-jekyll-coffeescript/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-lumberjack/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-lumberjack/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-lumberjack/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logg >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-memoizable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-memoizable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-memoizable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-mercenary/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-mercenary/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-mercenary/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible librar >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-nenv/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-nenv/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-nenv/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-notiffany/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-notiffany/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-notiffany/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDI >>> rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-open4/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-open4/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-open4/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY >>> LICENSE_COMB= dual >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-retryable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-retryable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-retryable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code bloc >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-storable/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-storable/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/devel/rubygem-storable/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and o >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-subexec/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-subexec/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-subexec/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess wit >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-sysinfo/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-sysinfo/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-sysinfo/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD >>> rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-tdiff/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-tdiff/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-tdiff/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Calculates the differences betw >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/devel/rubygem-toml/Makefile >>> >>> ============================================================================== >>> --- head/devel/rubygem-toml/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/devel/rubygem-toml/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/dns/rubygem-public_suffix_service/Makefile >>> >>> ============================================================================== >>> --- head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain name >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/emulators/rubygem-fission/Makefile >>> >>> ============================================================================== >>> --- head/emulators/rubygem-fission/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/emulators/rubygem-fission/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/graphics/rubygem-png/Makefile >>> >>> ============================================================================== >>> --- head/graphics/rubygem-png/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/graphics/rubygem-png/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/misc/rubygem-iesd/Makefile >>> >>> ============================================================================== >>> --- head/misc/rubygem-iesd/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/misc/rubygem-iesd/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache an >>> LICENSE= BSD2CLAUSE >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net-im/rubygem-hipchat/Makefile >>> >>> ============================================================================== >>> --- head/net-im/rubygem-hipchat/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net-im/rubygem-hipchat/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTS >>> rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amq-client/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amq-client/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-amq-client/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0 >>> >>> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amq-protocol/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amq-protocol/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-amq-protocol/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-amqp/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-amqp/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-amqp/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2 >>> >>> rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-aws-ses/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-aws-ses/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-aws-ses/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORT >>> >>> rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-dropbox-sdk/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-dropbox-sdk/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-httpauth/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-httpauth/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-httpauth/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-rubytter/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-rubytter/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-rubytter/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTS >>> rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-simple_oauth/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-simple_oauth/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/net/rubygem-simple_oauth/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth heade >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-t/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-t/Makefile Mon Jul 6 17:48:28 2015 (r391472) >>> +++ head/net/rubygem-t/Makefile Mon Jul 6 18:05:37 2015 (r391473) >>> @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${POR >>> rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-twitter/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-twitter/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-twitter/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >>> >>> rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/net/rubygem-uri-redis/Makefile >>> >>> ============================================================================== >>> --- head/net/rubygem-uri-redis/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/net/rubygem-uri-redis/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://hos >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-guard-compat/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-guard-compat/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plug >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-parallel/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-parallel/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-parallel/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Run any kind of code in paralle >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/sysutils/rubygem-shellany/Makefile >>> >>> ============================================================================== >>> --- head/sysutils/rubygem-shellany/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/sysutils/rubygem-shellany/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command ou >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-css_parser/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-css_parser/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-css_parser/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-multi_xml/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-multi_xml/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI >>> NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-parslet/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-parslet/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/textproc/rubygem-parslet/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/textproc/rubygem-yard/Makefile >>> >>> ============================================================================== >>> --- head/textproc/rubygem-yard/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/textproc/rubygem-yard/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Documentation generation tool f >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-em-websocket/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-em-websocket/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-em-websocket/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12. >>> >>> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-faraday/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-faraday/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-faraday/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-gollum-grit_adapter/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-gollum-grit_adapter/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -14,7 +14,6 @@ LICENSE= MIT >>> RUN_DEPENDS= >>> rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-http-form_data/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-http-form_data/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-http-form_data/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Build form data request bodies >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-http/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-http/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-http/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${ >>> >>> rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-multipart-post/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-multipart-post/Makefile Mon Jul 6 17:48:28 >>> 2015 (r391472) >>> +++ head/www/rubygem-multipart-post/Makefile Mon Jul 6 18:05:37 >>> 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net: >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-net-http-digest_auth/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-net-http-digest_auth/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Di >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-net-http-persistent/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >>> 17:48:28 2015 (r391472) >>> +++ head/www/rubygem-net-http-persistent/Makefile Mon Jul 6 >>> 18:05:37 2015 (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Manages persistent connections >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-pagerduty/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-pagerduty/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-pagerduty/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt >>> RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-robots/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-robots/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-robots/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots. >>> LICENSE= MIT >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> >>> Modified: head/www/rubygem-webrobots/Makefile >>> >>> ============================================================================== >>> --- head/www/rubygem-webrobots/Makefile Mon Jul 6 17:48:28 2015 >>> (r391472) >>> +++ head/www/rubygem-webrobots/Makefile Mon Jul 6 18:05:37 2015 >>> (r391473) >>> @@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web >>> LICENSE= BSD2CLAUSE >>> >>> NO_ARCH= yes >>> - >>> USE_RUBY= yes >>> USE_RUBYGEMS= yes >>> RUBYGEM_AUTOPLIST= yes >>> _______________________________________________ >>> svn-ports-all@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/svn-ports-all >>> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >>> >> >> >> >> -- >> >> --------------------------------------------------------------------------------- >> Curb: Your ride is here >> 4096R/D21D2752 >> <http://pgp.mit.edu/pks/lookup?op=get&search=0xF699A450D21D2752> ECDF >> B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 >> Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 >> Member, Apache Software Foundation >> Committer, FreeBSD Foundation >> Consultant, P6M7G8 Inc. >> Sr. Director IT Operations, Curb >> >> What doesn't kill us can only make us stronger; >> Except it almost kills you. >> > > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 <http://pgp.mit.edu/pks/lookup?op=get&search=0xF699A450D21D2752> ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACM2dAap=kjOKJYt5PUUY-UQMAbTSmspYniCx866u%2BPhhK2h1w>