diff --git a/Mk/Uses/gem.mk b/Mk/Uses/gem.mk index de5f2fbd6..a1e772739 100644 --- a/Mk/Uses/gem.mk +++ b/Mk/Uses/gem.mk @@ -19,6 +19,9 @@ IGNORE= Incorrect 'USES+= gem:${gem_ARGS}' usage: argument [${arg}] is not recog . endif . endfor +# "USES=gem" implies "USES=ruby" +.include "${USESDIR}/ruby.mk" + PKGNAMEPREFIX?= rubygem- EXTRACT_SUFX= .gem EXTRACT_ONLY= diff --git a/Mk/bsd.ruby.mk b/Mk/Uses/ruby.mk similarity index 89% rename from Mk/bsd.ruby.mk rename to Mk/Uses/ruby.mk index a9a6ce425..4087966bd 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/Uses/ruby.mk @@ -1,11 +1,16 @@ -# bsd.ruby.mk - Utility definitions for Ruby related ports. +# Provide support for Ruby releated ports. # - -.if !defined(Ruby_Include) - -Ruby_Include= bsd.ruby.mk -Ruby_Include_MAINTAINER= ruby@FreeBSD.org - +# Feature: ruby +# Usage: USES=ruby[:args,..] +# Valid ARGS: build, extconf, run, setup +# ARGS description: +# build Says that ruby is required only for build time. +# extconf Says that the port uses extconf.rb to configure. +# none Says that no dependency is added to the port. +# Intended to be used with lang/ruby*. +# run Says that ruby is required only for run time. +# setup Says that the port uses setup.rb to configure and +# build. # # [variables that a user may define] # @@ -23,20 +28,12 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.org # RUBY_SITELIBDIR, and RUBY_SITEARCHLIBDIR. # RUBY_VER - Set to the alternative short version of ruby in the # form of `x.y' (see below for current value). -# USE_RUBY - Says that the port uses ruby for building and running. -# RUBY_NO_BUILD_DEPENDS - Says that the port should not build-depend on ruby. -# RUBY_NO_RUN_DEPENDS - Says that the port should not run-depend on ruby. -# USE_RUBY_EXTCONF - Says that the port uses extconf.rb to configure. -# Implies USE_RUBY. # RUBY_EXTCONF - Set to the alternative name of extconf.rb # (default: extconf.rb). # RUBY_EXTCONF_SUBDIRS - Set to list of subdirectories, if multiple modules # are included. -# USE_RUBY_SETUP - Says that the port uses setup.rb to configure and -# build. # RUBY_SETUP - Set to the alternative name of setup.rb # (default: setup.rb). -# USE_RUBYGEMS - Do not use this -- instead USES=gem # # [variables that each port should not (re)define] # @@ -93,6 +90,25 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.org # RUBY_MODDOCDIR - Installation path for the module's documents. # RUBY_MODEXAMPLESDIR - Installation path for the module's examples. # +# MAINTAINER: ruby@FreeBSD.org + +.if !defined(_INCLUDE_USES_RUBY_MK) +_INCLUDE_USES_RUBY_MK= yes + +_valid_ARGS= build extconf none run setup + +# "USES=gem" implies "USES=ruby" +. if defined(_INCLUDE_USES_GEM_MK) +ruby_ARGS= +. endif + +# Sanity check +. for arg in ${ruby_ARGS} +. if empty(_valid_ARGS:M${arg}) +IGNORE= Incorrect 'USES+= ruby:${ruby_ARGS}' usage: argument [${arg}] is not recognized +. endif +. endfor + . if defined(RUBY_DEFAULT_VER) WARNING+= "RUBY_DEFAULT_VER is defined, consider using DEFAULT_VERSIONS=ruby=${RUBY_DEFAULT_VER} instead" @@ -282,8 +298,7 @@ RUBY_FLAGS+= -d # # extconf.rb support # -. if defined(USE_RUBY_EXTCONF) -USE_RUBY= yes +. if ${ruby_ARGS:Mextconf} RUBY_EXTCONF?= extconf.rb CONFIGURE_ARGS+= --with-opt-dir="${LOCALBASE}" @@ -308,7 +323,7 @@ ruby-extconf-configure: # # setup.rb support # -. if defined(USE_RUBY_SETUP) +. if ${ruby_ARGS:Msetup} RUBY_SETUP?= setup.rb do-configure: ruby-setup-configure @@ -333,15 +348,17 @@ ruby-setup-install: ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install --prefix=${STAGEDIR} . endif -. if defined(USE_RUBY) -. if !defined(RUBY_NO_BUILD_DEPENDS) +. if !${ruby_ARGS:Mbuild} && !${ruby_ARGS:Mrun} && !${ruby_ARGS:Mnone} EXTRACT_DEPENDS+= ${DEPEND_RUBY} PATCH_DEPENDS+= ${DEPEND_RUBY} BUILD_DEPENDS+= ${DEPEND_RUBY} -. endif -. if !defined(RUBY_NO_RUN_DEPENDS) RUN_DEPENDS+= ${DEPEND_RUBY} -. endif +. elif ${ruby_ARGS:Mbuild} +EXTRACT_DEPENDS+= ${DEPEND_RUBY} +PATCH_DEPENDS+= ${DEPEND_RUBY} +BUILD_DEPENDS+= ${DEPEND_RUBY} +. elif ${ruby_ARGS:Mrun} +RUN_DEPENDS+= ${DEPEND_RUBY} . endif . endif # _INVALID_RUBY_VER diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 50c8be9ae..34c4a3792 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -371,9 +371,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_OCAML - If set, this port relies on the OCaml language. # Implies inclusion of bsd.ocaml.mk. (Also see # that file for more information on USE_OCAML*). -# USE_RUBY - If set, this port relies on the Ruby language. -# Implies inclusion of bsd.ruby.mk. (Also see -# that file for more information on USE_RUBY_*). ## # USE_GECKO - If set, this port uses the Gecko/Mozilla product. # See bsd.gecko.mk for more details. @@ -1386,10 +1383,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.java.mk" . endif -. if defined(USE_RUBY) -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -. endif - . if defined(USE_OCAML) .include "${PORTSDIR}/Mk/bsd.ocaml.mk" . endif @@ -1635,8 +1628,7 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \ DISABLE_LICENSES="${DISABLE_LICENSES:Dyes}" \ PORTNAME=${PORTNAME} \ NO_ARCH=${NO_ARCH} \ - "NO_ARCH_IGNORE=${NO_ARCH_IGNORE}" \ - USE_RUBY=${USE_RUBY} + "NO_ARCH_IGNORE=${NO_ARCH_IGNORE}" . if !empty(USES:Mssl) QA_ENV+= USESSSL=yes . endif diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 621445045..5d60596d8 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -161,6 +161,10 @@ DEV_ERROR+= "USE_TCL and USE_TK are no longer supported, please use USES=tcl or DEV_ERROR+= "USE_FPC=yes is no longer supported, please use USES=fpc" .endif +.if ! empty(USES:Mruby) && ! empty(USES:Mgem) +DEV_ERROR= "'USES=gem' implies 'USES=ruby'. You should not specify both of them" +.endif + .for _type in EXAMPLES DOCS . if defined(PORT${_type}) && empty(_REALLY_ALL_POSSIBLE_OPTIONS:M${_type}) DEV_ERROR+= "PORT${_type} does not do anything unless the ${_type} option is present." @@ -203,7 +207,9 @@ SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \ INSTALLS_EGGINFO USE_DOS2UNIX NO_STAGE USE_RUBYGEMS USE_GHOSTSCRIPT \ USE_GHOSTSCRIPT_BUILD USE_GHOSTSCRIPT_RUN USE_AUTOTOOLS APACHE_PORT \ USE_FPC_RUN WANT_FPC_BASE WANT_FPC_ALL USE_QT4 USE_QT5 QT_NONSTANDARD \ - XORG_CAT CARGO_USE_GITHUB CARGO_USE_GITLAB CARGO_GIT_SUBDIR + XORG_CAT CARGO_USE_GITHUB CARGO_USE_GITLAB CARGO_GIT_SUBDIR \ + USE_RUBY USE_RUBY_EXTCONF USE_RUBY_SETUP RUBY_NO_BUILD_DEPENDS \ + RUBY_NO_RUN_DEPENDS SANITY_DEPRECATED= MLINKS \ USE_MYSQL WANT_MYSQL_VER \ PYDISTUTILS_INSTALLNOSINGLE \ @@ -294,6 +300,11 @@ XORG_CAT_ALT= USES=xorg-cat:${XORG_CAT} CARGO_USE_GITHUB_ALT= CARGO_CRATES \(regenerate it with make cargo-crates\) CARGO_USE_GITLAB_ALT= CARGO_CRATES \(regenerate it with make cargo-crates\) CARGO_GIT_SUBDIR_ALT= CARGO_CRATES \(regenerate it with make cargo-crates\) +USE_RUBY_ALT= USES=ruby +USE_RUBY_EXTCONF_ALT= USES=ruby:extconf +USE_RUBY_SETUP_ALT= USES=ruby:setup +RUBY_NO_BUILD_DEPENDS_ALT= USES=ruby:run +RUBY_NO_RUN_DEPENDS_ALT= USES=ruby:build .for a in ${SANITY_DEPRECATED} . if defined(${a}) diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile index 40c5bc816..3cb61f88e 100644 --- a/accessibility/rubygem-atk/Makefile +++ b/accessibility/rubygem-atk/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 USES= gem gnome USE_GNOME= atk -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-archive-tar-minitar/Makefile b/archivers/rubygem-archive-tar-minitar/Makefile index 9d3fd1c39..57ccc68dc 100644 --- a/archivers/rubygem-archive-tar-minitar/Makefile +++ b/archivers/rubygem-archive-tar-minitar/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-minitar>=${PORTVERSION}<1:archivers/rubygem-minitar \ rubygem-minitar-cli>=${PORTVERSION}<1:archivers/rubygem-minitar-cli USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-archive-zip/Makefile b/archivers/rubygem-archive-zip/Makefile index f7e4a9475..bbeb35f40 100644 --- a/archivers/rubygem-archive-zip/Makefile +++ b/archivers/rubygem-archive-zip/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-io-like>=0.3.0<0.4:devel/rubygem-io-like USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-bzip2-ruby/Makefile b/archivers/rubygem-bzip2-ruby/Makefile index acbfcb42b..c3aa628f6 100644 --- a/archivers/rubygem-bzip2-ruby/Makefile +++ b/archivers/rubygem-bzip2-ruby/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/brianmario/bzip2-ruby LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -USE_RUBY= yes USES= gem .include diff --git a/archivers/rubygem-fpm/Makefile b/archivers/rubygem-fpm/Makefile index a88c490af..9b12be9b7 100644 --- a/archivers/rubygem-fpm/Makefile +++ b/archivers/rubygem-fpm/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-arr-pm>=0.0.11<0.1:devel/rubygem-arr-pm \ rubygem-stud>=0:devel/rubygem-stud USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-libarchive/Makefile b/archivers/rubygem-libarchive/Makefile index 9eea518a5..63872289a 100644 --- a/archivers/rubygem-libarchive/Makefile +++ b/archivers/rubygem-libarchive/Makefile @@ -10,7 +10,6 @@ WWW= https://bitbucket.org/winebarrel/libarchive-ruby LICENSE= BSD3CLAUSE -USE_RUBY= yes USES= dos2unix gem libarchive DOS2UNIX_FILES= ext/depend diff --git a/archivers/rubygem-minitar-cli/Makefile b/archivers/rubygem-minitar-cli/Makefile index 512d04d4e..9a3b11cbb 100644 --- a/archivers/rubygem-minitar-cli/Makefile +++ b/archivers/rubygem-minitar-cli/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-minitar>=0.8.0<1:archivers/rubygem-minitar \ rubygem-powerbar>=1.0<2:devel/rubygem-powerbar USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-minitar/Makefile b/archivers/rubygem-minitar/Makefile index 5131299ba..af78ea670 100644 --- a/archivers/rubygem-minitar/Makefile +++ b/archivers/rubygem-minitar/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/docs/bsdl.txt LICENSE_FILE_RUBY= ${WRKSRC}/docs/ruby.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-ruby-xz/Makefile b/archivers/rubygem-ruby-xz/Makefile index fc165d509..8bb2bab64 100644 --- a/archivers/rubygem-ruby-xz/Makefile +++ b/archivers/rubygem-ruby-xz/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-rubyzip/Makefile b/archivers/rubygem-rubyzip/Makefile index 8d32e1cb2..6963b4a0a 100644 --- a/archivers/rubygem-rubyzip/Makefile +++ b/archivers/rubygem-rubyzip/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-rubyzip13/Makefile b/archivers/rubygem-rubyzip13/Makefile index d555e8a38..e5efa941c 100644 --- a/archivers/rubygem-rubyzip13/Makefile +++ b/archivers/rubygem-rubyzip13/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-rubyzip2/Makefile b/archivers/rubygem-rubyzip2/Makefile index 48734e51e..f5d86bcac 100644 --- a/archivers/rubygem-rubyzip2/Makefile +++ b/archivers/rubygem-rubyzip2/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/postmodern/rubyzip2 NO_ARCH= yes -USE_RUBY= yes USES= cpe gem CPE_VENDOR= rubyzip_project diff --git a/archivers/rubygem-rubyzip20/Makefile b/archivers/rubygem-rubyzip20/Makefile index d682a9f6b..737741b46 100644 --- a/archivers/rubygem-rubyzip20/Makefile +++ b/archivers/rubygem-rubyzip20/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/archivers/rubygem-snappy/Makefile b/archivers/rubygem-snappy/Makefile index 54728c876..13f90d579 100644 --- a/archivers/rubygem-snappy/Makefile +++ b/archivers/rubygem-snappy/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libsnappy.so:archivers/snappy USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= smoke.sh \ vendor/snappy/config.status \ diff --git a/audio/ruby-smf/Makefile b/audio/ruby-smf/Makefile index 288ef1f39..71df33a0e 100644 --- a/audio/ruby-smf/Makefile +++ b/audio/ruby-smf/Makefile @@ -12,9 +12,7 @@ WWW= http://www.funaba.org/code #smf LICENSE= BSD2CLAUSE -USE_RUBY= yes -USES= shebangfix -USE_RUBY_SETUP= yes +USES= ruby:setup shebangfix RUBY_SETUP= install.rb SHEBANG_FILES= sample/*.rb diff --git a/audio/ruby-taglib/Makefile b/audio/ruby-taglib/Makefile index 87d1c8624..bfed1fdd1 100644 --- a/audio/ruby-taglib/Makefile +++ b/audio/ruby-taglib/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= libtag.so:audio/taglib NO_ARCH= yes NO_BUILD= yes -USE_RUBY= yes -USES= tar:bzip2 +USES= ruby tar:bzip2 OPTIONS_DEFINE= DOCS diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile index 4d134b365..58b440749 100644 --- a/audio/rubygem-librmpd/Makefile +++ b/audio/rubygem-librmpd/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index 50717b3b6..7c1ef25f3 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/moumar/ruby-mp3info LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/audio/rubygem-ruby-ogginfo/Makefile b/audio/rubygem-ruby-ogginfo/Makefile index f7bf1876e..c8110aacd 100644 --- a/audio/rubygem-ruby-ogginfo/Makefile +++ b/audio/rubygem-ruby-ogginfo/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/moumar/ruby-ogginfo LICENSE= GPLv3 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/audio/rubygem-ruby-shout/Makefile b/audio/rubygem-ruby-shout/Makefile index 4c32fa504..6b373a492 100644 --- a/audio/rubygem-ruby-shout/Makefile +++ b/audio/rubygem-ruby-shout/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libshout.so:audio/libshout CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include" -USE_RUBY= yes USES= gem .include diff --git a/audio/squash/Makefile b/audio/squash/Makefile index ef94be5b4..742c87dcc 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS+= libao.so:audio/libao \ libvorbis.so:audio/libvorbis RUN_DEPENDS= id3v2:audio/id3v2 -USES= compiler:c11 gmake ncurses tar:bzip2 -USE_RUBY= yes +USES= compiler:c11 gmake ncurses ruby tar:bzip2 MAKE_ARGS= CC="${CC}" CFLAGS+= -fcommon diff --git a/benchmarks/rubygem-benchmark-ips/Makefile b/benchmarks/rubygem-benchmark-ips/Makefile index ab6b94c63..1e4bf56f7 100644 --- a/benchmarks/rubygem-benchmark-ips/Makefile +++ b/benchmarks/rubygem-benchmark-ips/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-benchmark-memory/Makefile b/benchmarks/rubygem-benchmark-memory/Makefile index c9905f3f7..bf64b3921 100644 --- a/benchmarks/rubygem-benchmark-memory/Makefile +++ b/benchmarks/rubygem-benchmark-memory/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-memory_profiler>=0.9:devel/rubygem-memory_profiler USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-benchmark/Makefile b/benchmarks/rubygem-benchmark/Makefile index cadc85917..57ec1e23d 100644 --- a/benchmarks/rubygem-benchmark/Makefile +++ b/benchmarks/rubygem-benchmark/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/benchmarks/rubygem-derailed_benchmarks/Makefile b/benchmarks/rubygem-derailed_benchmarks/Makefile index 85bcd871e..081a7c794 100644 --- a/benchmarks/rubygem-derailed_benchmarks/Makefile +++ b/benchmarks/rubygem-derailed_benchmarks/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \ rubygem-unicode_plot>=0.0.4<1.0.0:textproc/rubygem-unicode_plot USES= gem -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-gitlab-derailed_benchmarks diff --git a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile index 96fec1507..0f30ea12c 100644 --- a/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile +++ b/benchmarks/rubygem-gitlab-derailed_benchmarks/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-benchmark-ips>=2.0.0:benchmarks/rubygem-benchmark-ips \ rubygem-thor>=0.19:devel/rubygem-thor USES= gem -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-derailed_benchmarks diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile index 23a63a9e2..19d4195b2 100644 --- a/benchmarks/rubygem-railsbench/Makefile +++ b/benchmarks/rubygem-railsbench/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile index 1591a41a0..5aa207258 100644 --- a/biology/ruby-bio/Makefile +++ b/biology/ruby-bio/Makefile @@ -17,9 +17,7 @@ OPTIONS_DEFINE= BDB4 MYSQL PGSQL DOCS BDB4_DESC= bdb4 support for faster flat file indexing NO_ARCH= yes -USES= shebangfix -USE_RUBY= yes -USE_RUBY_SETUP= yes +USES= ruby:setup shebangfix SHEBANG_FILES= sample/biofetch.rb ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby diff --git a/biology/rubygem-bio-executables/Makefile b/biology/rubygem-bio-executables/Makefile index 2d0913c0c..5d95e6f1a 100644 --- a/biology/rubygem-bio-executables/Makefile +++ b/biology/rubygem-bio-executables/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-bio>=2.0.0:biology/rubygem-bio \ rubygem-bio-old-biofetch-emulator>=0.0.1:biology/rubygem-bio-old-biofetch-emulator USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/biology/rubygem-bio-old-biofetch-emulator/Makefile b/biology/rubygem-bio-old-biofetch-emulator/Makefile index f3e35ae73..9f7f76f36 100644 --- a/biology/rubygem-bio-old-biofetch-emulator/Makefile +++ b/biology/rubygem-bio-old-biofetch-emulator/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-bio>=1.4.2:biology/rubygem-bio USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/biology/rubygem-bio-shell/Makefile b/biology/rubygem-bio-shell/Makefile index d18fcf757..dca9e7eca 100644 --- a/biology/rubygem-bio-shell/Makefile +++ b/biology/rubygem-bio-shell/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-bio>=2.0.0:biology/rubygem-bio USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/biology/rubygem-bio/Makefile b/biology/rubygem-bio/Makefile index 5c3300113..f017f0fa4 100644 --- a/biology/rubygem-bio/Makefile +++ b/biology/rubygem-bio/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 42d88d2d1..32a7e7b2b 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -13,11 +13,10 @@ BROKEN_i386= type 'hash' does not provide a call operator BROKEN_powerpc= type 'hash' does not provide a call operator BROKEN_sparc64= does not compile on sparc64: gcc bug -USES= compiler:c++0x gmake gl python qt:5 +USES= compiler:c++0x gmake gl python ruby qt:5 USE_GITHUB= yes GH_ACCOUNT= KLayout USE_GL= gl -USE_RUBY= yes USE_QT= core buildtools designer gui multimedia network printsupport \ qmake sql svg testlib uitools widgets xml xmlpatterns USE_LDCONFIG= yes diff --git a/cad/rubygem-gdsii/Makefile b/cad/rubygem-gdsii/Makefile index 6af5f5115..ec0d5ef62 100644 --- a/cad/rubygem-gdsii/Makefile +++ b/cad/rubygem-gdsii/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/comms/rubygem-callsign/Makefile b/comms/rubygem-callsign/Makefile index d74dad92b..4a45a2253 100644 --- a/comms/rubygem-callsign/Makefile +++ b/comms/rubygem-callsign/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-hashie>=0:devel/rubygem-hashie \ rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/comms/rubygem-ruby-termios/Makefile b/comms/rubygem-ruby-termios/Makefile index 366ba7efc..a0a205b41 100644 --- a/comms/rubygem-ruby-termios/Makefile +++ b/comms/rubygem-ruby-termios/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/comms/rubygem-serialport/Makefile b/comms/rubygem-serialport/Makefile index 17f608faa..d0a9e5a85 100644 --- a/comms/rubygem-serialport/Makefile +++ b/comms/rubygem-serialport/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/serialport LICENSE= GPLv2 USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= test/set_readtimeout.rb .include diff --git a/converters/rubygem-base32/Makefile b/converters/rubygem-base32/Makefile index 077408609..23a89754b 100644 --- a/converters/rubygem-base32/Makefile +++ b/converters/rubygem-base32/Makefile @@ -8,7 +8,6 @@ COMMENT= Ruby extension for base32 encoding and decoding WWW= https://github.com/stesla/base32 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/converters/rubygem-base64/Makefile b/converters/rubygem-base64/Makefile index 015710c14..cfff6d4de 100644 --- a/converters/rubygem-base64/Makefile +++ b/converters/rubygem-base64/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/converters/rubygem-iconv/Makefile b/converters/rubygem-iconv/Makefile index e3c64231f..f00b45f9e 100644 --- a/converters/rubygem-iconv/Makefile +++ b/converters/rubygem-iconv/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt USES= gem iconv -USE_RUBY= yes .include diff --git a/converters/rubygem-json-ld-preloaded/Makefile b/converters/rubygem-json-ld-preloaded/Makefile index 5e52cf293..5955738d5 100644 --- a/converters/rubygem-json-ld-preloaded/Makefile +++ b/converters/rubygem-json-ld-preloaded/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-json-ld>=3.2<4:converters/rubygem-json-ld \ rubygem-rdf>=3.2<4:www/rubygem-rdf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/converters/rubygem-json-ld/Makefile b/converters/rubygem-json-ld/Makefile index e804d1b1e..8f08e5aba 100644 --- a/converters/rubygem-json-ld/Makefile +++ b/converters/rubygem-json-ld/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-json-canonicalization>=0.3<1:devel/rubygem-json-canonicaliz rubygem-rdf>=3.2.9<4:www/rubygem-rdf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/converters/rubygem-po_to_json/Makefile b/converters/rubygem-po_to_json/Makefile index f5a2431d0..4779ab026 100644 --- a/converters/rubygem-po_to_json/Makefile +++ b/converters/rubygem-po_to_json/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-json>=1.6.0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/converters/rubygem-ruby-bsdconv/Makefile b/converters/rubygem-ruby-bsdconv/Makefile index d4ace6c4f..882d2bd23 100644 --- a/converters/rubygem-ruby-bsdconv/Makefile +++ b/converters/rubygem-ruby-bsdconv/Makefile @@ -12,7 +12,6 @@ LICENSE= ISCL LIB_DEPENDS= libbsdconv.so:converters/bsdconv CONFIGURE_ARGS= --with-bsdconv-dir=${LOCALBASE} -USE_RUBY= yes USES= gem .include diff --git a/converters/rubygem-url_safe_base64/Makefile b/converters/rubygem-url_safe_base64/Makefile index 6e3527b4e..7ad9d9e01 100644 --- a/converters/rubygem-url_safe_base64/Makefile +++ b/converters/rubygem-url_safe_base64/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/converters/rubygem-xdr/Makefile b/converters/rubygem-xdr/Makefile index 309f03bfc..0a1c73940 100644 --- a/converters/rubygem-xdr/Makefile +++ b/converters/rubygem-xdr/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/puppetdb-terminus6/Makefile b/databases/puppetdb-terminus6/Makefile index 827e90399..05a79a1ec 100644 --- a/databases/puppetdb-terminus6/Makefile +++ b/databases/puppetdb-terminus6/Makefile @@ -14,9 +14,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= puppet6>=0:sysutils/puppet6 CONFLICTS_INSTALL= puppetdb-terminus5 puppetdb-terminus7 -USE_RUBY= yes NO_BUILD= yes -USES= gmake +USES= gmake ruby post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile diff --git a/databases/puppetdb-terminus7/Makefile b/databases/puppetdb-terminus7/Makefile index 625748f1d..753ab3804 100644 --- a/databases/puppetdb-terminus7/Makefile +++ b/databases/puppetdb-terminus7/Makefile @@ -14,9 +14,8 @@ LICENSE= APACHE20 BUILD_DEPENDS= puppet7>=0:sysutils/puppet7 CONFLICTS_INSTALL= puppetdb-terminus5 puppetdb-terminus6 -USE_RUBY= yes NO_BUILD= yes -USES= gmake +USES= gmake ruby post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile diff --git a/databases/redis/Makefile b/databases/redis/Makefile index e17a04de2..ca13a0446 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -43,7 +43,7 @@ TLS_USES= ssl TLS_MAKE_ENV= BUILD_TLS=yes TRIB_CATEGORIES= ruby TRIB_RUN_DEPENDS= rubygem-redis>=2.2:databases/rubygem-redis -TRIB_USE= RUBY=yes +TRIB_USES= ruby .include diff --git a/databases/redis6/Makefile b/databases/redis6/Makefile index 6e30e1d7f..0e19b78d9 100644 --- a/databases/redis6/Makefile +++ b/databases/redis6/Makefile @@ -42,7 +42,7 @@ TLS_USES= ssl TLS_MAKE_ENV= BUILD_TLS=yes TRIB_CATEGORIES= ruby TRIB_RUN_DEPENDS= rubygem-redis>=2.2:databases/rubygem-redis -TRIB_USE= RUBY=yes +TRIB_USES= ruby .include diff --git a/databases/redis62/Makefile b/databases/redis62/Makefile index c482e4dcf..e43f0e507 100644 --- a/databases/redis62/Makefile +++ b/databases/redis62/Makefile @@ -44,7 +44,7 @@ TLS_USES= ssl TLS_MAKE_ENV= BUILD_TLS=yes TRIB_CATEGORIES= ruby TRIB_RUN_DEPENDS= rubygem-redis>=2.2:databases/rubygem-redis -TRIB_USE= RUBY=yes +TRIB_USES= ruby .include diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index 14d6e0a62..f4845f0e6 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -28,7 +28,7 @@ OPTIONS_DEFAULT= PERL .include .if ${PORT_OPTIONS:MRUBY} -USE_RUBY= yes +USES+= ruby PLIST_SUB+= WITH_RUBY="" CONFIGURE_ARGS+= --enable-ruby .else diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index b4b1f20ec..8873e3eee 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -18,9 +18,7 @@ BROKEN_RUBY32= yes BUILD_DEPENDS= rubygem-rdoc>=0.a:devel/rubygem-rdoc -USES= bdb shebangfix tar:bzip2 -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USES= bdb ruby:extconf shebangfix tar:bzip2 SHEBANG_FILES= examples/basic.rb examples/cats.rb examples/cursor.rb \ examples/func.rb examples/join.rb examples/lock.rb \ diff --git a/databases/ruby-qdbm/Makefile b/databases/ruby-qdbm/Makefile index 58f30af08..cae7a0573 100644 --- a/databases/ruby-qdbm/Makefile +++ b/databases/ruby-qdbm/Makefile @@ -14,9 +14,8 @@ LICENSE_FILE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/COPYING LIB_DEPENDS= libqdbm.so:databases/qdbm -USES= iconv shebangfix +USES= iconv ruby shebangfix SHEBANG_FILES= curia/rbcrtest depot/rbdptest myrbdoc villa/rbvltest -USE_RUBY= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ruby GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/databases/ruby-tokyocabinet/Makefile b/databases/ruby-tokyocabinet/Makefile index 9449e3e54..8ecb0082d 100644 --- a/databases/ruby-tokyocabinet/Makefile +++ b/databases/ruby-tokyocabinet/Makefile @@ -12,8 +12,7 @@ WWW= https://dbmx.net/tokyocabinet/ LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USES= ruby:extconf INSTALL_TARGET= site-install diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile index f03b6dee6..bd477d395 100644 --- a/databases/ruby-xapian/Makefile +++ b/databases/ruby-xapian/Makefile @@ -17,8 +17,7 @@ BUILD_DEPENDS= rubygem-rdoc>=0:devel/rubygem-rdoc \ xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -USES= compiler:c++11-lang libtool tar:xz -USE_RUBY= yes +USES= compiler:c++11-lang libtool ruby tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ diff --git a/databases/rubygem-active_model_serializers/Makefile b/databases/rubygem-active_model_serializers/Makefile index a7815ccd2..d7542ec5e 100644 --- a/databases/rubygem-active_model_serializers/Makefile +++ b/databases/rubygem-active_model_serializers/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel5>=4.1<7.1:databases/rubygem-activemodel5 \ rubygem-jsonapi-renderer>=0.1.1<0.3:devel/rubygem-jsonapi-renderer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-active_model_serializers61/Makefile b/databases/rubygem-active_model_serializers61/Makefile index 268929acd..205537524 100644 --- a/databases/rubygem-active_model_serializers61/Makefile +++ b/databases/rubygem-active_model_serializers61/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel61>=4.1<7.1:databases/rubygem-activemodel61 \ rubygem-jsonapi-renderer>=0.1.1<0.3:devel/rubygem-jsonapi-renderer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-active_record_query_trace/Makefile b/databases/rubygem-active_record_query_trace/Makefile index fbccd6a84..834b2928e 100644 --- a/databases/rubygem-active_record_query_trace/Makefile +++ b/databases/rubygem-active_record_query_trace/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/brunofacca/active-record-query-trace LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel-serializers-xml/Makefile b/databases/rubygem-activemodel-serializers-xml/Makefile index ddf4d4801..67d2eeaab 100644 --- a/databases/rubygem-activemodel-serializers-xml/Makefile +++ b/databases/rubygem-activemodel-serializers-xml/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ rubygem-builder>=3.1<4:devel/rubygem-builder USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel4/Makefile b/databases/rubygem-activemodel4/Makefile index 721dcd34d..dca7169a7 100644 --- a/databases/rubygem-activemodel4/Makefile +++ b/databases/rubygem-activemodel4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 rubygem-builder>=3.1<4:devel/rubygem-builder USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel5/Makefile b/databases/rubygem-activemodel5/Makefile index c8267ca5f..732e3a846 100644 --- a/databases/rubygem-activemodel5/Makefile +++ b/databases/rubygem-activemodel5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel50/Makefile b/databases/rubygem-activemodel50/Makefile index 976b1ea42..5a9be52a3 100644 --- a/databases/rubygem-activemodel50/Makefile +++ b/databases/rubygem-activemodel50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel52/Makefile b/databases/rubygem-activemodel52/Makefile index f1e8208ed..847de092d 100644 --- a/databases/rubygem-activemodel52/Makefile +++ b/databases/rubygem-activemodel52/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel60/Makefile b/databases/rubygem-activemodel60/Makefile index 7016a42e7..ed3bb4952 100644 --- a/databases/rubygem-activemodel60/Makefile +++ b/databases/rubygem-activemodel60/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel61/Makefile b/databases/rubygem-activemodel61/Makefile index c47bd3bd3..bdc09ea46 100644 --- a/databases/rubygem-activemodel61/Makefile +++ b/databases/rubygem-activemodel61/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activemodel70/Makefile b/databases/rubygem-activemodel70/Makefile index 11f162f94..b752f42b7 100644 --- a/databases/rubygem-activemodel70/Makefile +++ b/databases/rubygem-activemodel70/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord-explain-analyze/Makefile b/databases/rubygem-activerecord-explain-analyze/Makefile index 2f6de4c7f..4f2fb4d88 100644 --- a/databases/rubygem-activerecord-explain-analyze/Makefile +++ b/databases/rubygem-activerecord-explain-analyze/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activerecord61>=4:databases/rubygem-activerecord61 \ rubygem-pg>=0:databases/rubygem-pg USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord-import/Makefile b/databases/rubygem-activerecord-import/Makefile index 61c77a157..6245bf5bc 100644 --- a/databases/rubygem-activerecord-import/Makefile +++ b/databases/rubygem-activerecord-import/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activerecord4>=4.2:databases/rubygem-activerecord4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord-jdbc-adapter/Makefile b/databases/rubygem-activerecord-jdbc-adapter/Makefile index ffe422d01..8075d5260 100644 --- a/databases/rubygem-activerecord-jdbc-adapter/Makefile +++ b/databases/rubygem-activerecord-jdbc-adapter/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= jruby:lang/jruby \ rubygem-activerecord5>=5.1.0:databases/rubygem-activerecord5 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile index 4f7e8c125..dcf71ee3c 100644 --- a/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile +++ b/databases/rubygem-activerecord-jdbcmysql-adapter/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= jruby:lang/jruby \ rubygem-jdbc-mysql>=5.1.36:databases/rubygem-jdbc-mysql NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-activerecord-session_store/Makefile b/databases/rubygem-activerecord-session_store/Makefile index d78ea3b4a..04237fca4 100644 --- a/databases/rubygem-activerecord-session_store/Makefile +++ b/databases/rubygem-activerecord-session_store/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack60>=5.2.4.1:www/rubygem-actionpack60 \ rubygem-railties60>=5.2.4.1:www/rubygem-railties60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord4/Makefile b/databases/rubygem-activerecord4/Makefile index c602446e0..f48e5e8c2 100644 --- a/databases/rubygem-activerecord4/Makefile +++ b/databases/rubygem-activerecord4/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:databases/rubygem-activemodel4 rubygem-arel6>=6.0<7:databases/rubygem-arel6 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord5/Makefile b/databases/rubygem-activerecord5/Makefile index 3f7f2567e..e8c87824b 100644 --- a/databases/rubygem-activerecord5/Makefile +++ b/databases/rubygem-activerecord5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel5>=${PORTVERSION}:databases/rubygem-activemodel5 rubygem-arel8>=8.0,1<9,1:databases/rubygem-arel8 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord50/Makefile b/databases/rubygem-activerecord50/Makefile index 6fd2e3bb6..741068982 100644 --- a/databases/rubygem-activerecord50/Makefile +++ b/databases/rubygem-activerecord50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel50>=${PORTVERSION}:databases/rubygem-activemodel rubygem-arel7>=7.0,1<8,1:databases/rubygem-arel7 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord52/Makefile b/databases/rubygem-activerecord52/Makefile index 6880af8d2..c2bd30640 100644 --- a/databases/rubygem-activerecord52/Makefile +++ b/databases/rubygem-activerecord52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel rubygem-arel>=9.0:databases/rubygem-arel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord60/Makefile b/databases/rubygem-activerecord60/Makefile index dcdbfd3be..58e8b97b2 100644 --- a/databases/rubygem-activerecord60/Makefile +++ b/databases/rubygem-activerecord60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel60>=${PORTVERSION}<${PORTVERSION}_99:databases/r rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord61/Makefile b/databases/rubygem-activerecord61/Makefile index 8e683d219..45bc40d79 100644 --- a/databases/rubygem-activerecord61/Makefile +++ b/databases/rubygem-activerecord61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel61>=${PORTVERSION}<${PORTVERSION}_99:databases/r rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-activerecord70/Makefile b/databases/rubygem-activerecord70/Makefile index 6ae4e8664..8b467fd9c 100644 --- a/databases/rubygem-activerecord70/Makefile +++ b/databases/rubygem-activerecord70/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel70>=${PORTVERSION}<${PORTVERSION}_99:databases/r rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-after_commit_queue/Makefile b/databases/rubygem-after_commit_queue/Makefile index a1b418314..2475ac7b4 100644 --- a/databases/rubygem-after_commit_queue/Makefile +++ b/databases/rubygem-after_commit_queue/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-activerecord4>=3.0:databases/rubygem-activerecord4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-amalgalite/Makefile b/databases/rubygem-amalgalite/Makefile index 6b30c51ad..f6696f022 100644 --- a/databases/rubygem-amalgalite/Makefile +++ b/databases/rubygem-amalgalite/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-arrayfields>=4.9<5:devel/rubygem-arrayfields USES= gem -USE_RUBY= yes PLIST_FILES= bin/amalgalite-pack diff --git a/databases/rubygem-arel-helpers/Makefile b/databases/rubygem-arel-helpers/Makefile index 569fa099a..78f4f7f38 100644 --- a/databases/rubygem-arel-helpers/Makefile +++ b/databases/rubygem-arel-helpers/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-arel/Makefile b/databases/rubygem-arel/Makefile index 08ee8cad4..05d8b9c4a 100644 --- a/databases/rubygem-arel/Makefile +++ b/databases/rubygem-arel/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-arel6/Makefile b/databases/rubygem-arel6/Makefile index bf482099f..59513e27a 100644 --- a/databases/rubygem-arel6/Makefile +++ b/databases/rubygem-arel6/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-arel7/Makefile b/databases/rubygem-arel7/Makefile index f66209b24..38a20d5fb 100644 --- a/databases/rubygem-arel7/Makefile +++ b/databases/rubygem-arel7/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-arel8/Makefile b/databases/rubygem-arel8/Makefile index 503dc4ce9..f9748ab0e 100644 --- a/databases/rubygem-arel8/Makefile +++ b/databases/rubygem-arel8/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-awesome_nested_set/Makefile b/databases/rubygem-awesome_nested_set/Makefile index dd01c0c05..0c9811c89 100644 --- a/databases/rubygem-awesome_nested_set/Makefile +++ b/databases/rubygem-awesome_nested_set/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activerecord4>=4.0.0<7.1:databases/rubygem-activerecord4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile index a959b5e3f..f155ce606 100644 --- a/databases/rubygem-bdb1/Makefile +++ b/databases/rubygem-bdb1/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/knu/ruby-bdb1 LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= examples/*.rb diff --git a/databases/rubygem-bigrecord/Makefile b/databases/rubygem-bigrecord/Makefile index c82c5e47c..45722f7f8 100644 --- a/databases/rubygem-bigrecord/Makefile +++ b/databases/rubygem-bigrecord/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \ rubygem-uuidtools>=2.0.0:devel/rubygem-uuidtools NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-brpoplpush-redis_script/Makefile b/databases/rubygem-brpoplpush-redis_script/Makefile index 3760a529d..3856f0ef3 100644 --- a/databases/rubygem-brpoplpush-redis_script/Makefile +++ b/databases/rubygem-brpoplpush-redis_script/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.5<2:devel/rubygem-concurrent-ruby \ rubygem-redis>=1.0<6:databases/rubygem-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-couchrest/Makefile b/databases/rubygem-couchrest/Makefile index 651327911..79cea0adc 100644 --- a/databases/rubygem-couchrest/Makefile +++ b/databases/rubygem-couchrest/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-httpclient>=2.8<3:www/rubygem-httpclient \ rubygem-multi_json>=1.7<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-dalli/Makefile b/databases/rubygem-dalli/Makefile index 8069ad4a0..07bc4ab6d 100644 --- a/databases/rubygem-dalli/Makefile +++ b/databases/rubygem-dalli/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-data_objects/Makefile b/databases/rubygem-data_objects/Makefile index 2761a6eea..49412341c 100644 --- a/databases/rubygem-data_objects/Makefile +++ b/databases/rubygem-data_objects/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.1:www/rubygem-addressable NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-datamapper/Makefile b/databases/rubygem-datamapper/Makefile index 9926c64c6..2d81f0468 100644 --- a/databases/rubygem-datamapper/Makefile +++ b/databases/rubygem-datamapper/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-dm-aggregates>=${PORTVERSION}:databases/rubygem-dm-aggregat NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dbd-mysql/Makefile b/databases/rubygem-dbd-mysql/Makefile index 502191f9c..b0732d8a5 100644 --- a/databases/rubygem-dbd-mysql/Makefile +++ b/databases/rubygem-dbd-mysql/Makefile @@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-dbi>=0:databases/rubygem-dbi \ rubygem-mysql>=0:databases/rubygem-mysql -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dbd-pg/Makefile b/databases/rubygem-dbd-pg/Makefile index 02f6ae7ca..8048703e6 100644 --- a/databases/rubygem-dbd-pg/Makefile +++ b/databases/rubygem-dbd-pg/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dbi>=0.4.0:databases/rubygem-dbi \ rubygem-pg>=0:databases/rubygem-pg NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dbd-sqlite3/Makefile b/databases/rubygem-dbd-sqlite3/Makefile index 05e8dbb16..b322e97c2 100644 --- a/databases/rubygem-dbd-sqlite3/Makefile +++ b/databases/rubygem-dbd-sqlite3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dbi>=0.4.0:databases/rubygem-dbi \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dbf/Makefile b/databases/rubygem-dbf/Makefile index 58287b763..30f90a084 100644 --- a/databases/rubygem-dbf/Makefile +++ b/databases/rubygem-dbf/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes CONFLICTS_INSTALL= dbf diff --git a/databases/rubygem-dbi/Makefile b/databases/rubygem-dbi/Makefile index 2e59746a3..bd4e41141 100644 --- a/databases/rubygem-dbi/Makefile +++ b/databases/rubygem-dbi/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-deprecated2>=2.0.1:devel/rubygem-deprecated2 \ rubygem-aspectr>=0:devel/rubygem-aspectr NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/dbi bin/test_broken_dbi diff --git a/databases/rubygem-dbm/Makefile b/databases/rubygem-dbm/Makefile index eed067aec..d4ec5c090 100644 --- a/databases/rubygem-dbm/Makefile +++ b/databases/rubygem-dbm/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ruby/dbm LICENSE= BSD2CLAUSE USES= gem -USE_RUBY= yes OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND= BDB GDBM LIBC QDBM diff --git a/databases/rubygem-discard-rails61/Makefile b/databases/rubygem-discard-rails61/Makefile index 05e889ee6..a43f2d52b 100644 --- a/databases/rubygem-discard-rails61/Makefile +++ b/databases/rubygem-discard-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord61>=4.2<8:databases/rubygem-activerecord61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-dm-aggregates/Makefile b/databases/rubygem-dm-aggregates/Makefile index 00e18f7c0..a12d22901 100644 --- a/databases/rubygem-dm-aggregates/Makefile +++ b/databases/rubygem-dm-aggregates/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-chunked_query/Makefile b/databases/rubygem-dm-chunked_query/Makefile index 45fdd77c9..5ef01129f 100644 --- a/databases/rubygem-dm-chunked_query/Makefile +++ b/databases/rubygem-dm-chunked_query/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dm-aggregates>=1.0:databases/rubygem-dm-aggregates \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-constraints/Makefile b/databases/rubygem-dm-constraints/Makefile index a6505f7d7..d28be58ac 100644 --- a/databases/rubygem-dm-constraints/Makefile +++ b/databases/rubygem-dm-constraints/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile index 5672e6048..ba9395138 100644 --- a/databases/rubygem-dm-core/Makefile +++ b/databases/rubygem-dm-core/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-do-adapter/Makefile b/databases/rubygem-dm-do-adapter/Makefile index 839ee63ec..7a19b141c 100644 --- a/databases/rubygem-dm-do-adapter/Makefile +++ b/databases/rubygem-dm-do-adapter/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-data_objects>=0.10.6:databases/rubygem-data_objects \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-migrations/Makefile b/databases/rubygem-dm-migrations/Makefile index b7aee34b4..7607803cd 100644 --- a/databases/rubygem-dm-migrations/Makefile +++ b/databases/rubygem-dm-migrations/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-mysql-adapter/Makefile b/databases/rubygem-dm-mysql-adapter/Makefile index 0ab29532a..4efc153c3 100644 --- a/databases/rubygem-dm-mysql-adapter/Makefile +++ b/databases/rubygem-dm-mysql-adapter/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dm-do-adapter>=${PORTVERSION}:databases/rubygem-dm-do-adapt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-observer/Makefile b/databases/rubygem-dm-observer/Makefile index 64259c8e6..f1cae8eba 100644 --- a/databases/rubygem-dm-observer/Makefile +++ b/databases/rubygem-dm-observer/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-pager/Makefile b/databases/rubygem-dm-pager/Makefile index a9a8a5a1c..412663216 100644 --- a/databases/rubygem-dm-pager/Makefile +++ b/databases/rubygem-dm-pager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dm-aggregates>=0.10.1:databases/rubygem-dm-aggregates \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-paperclip/Makefile b/databases/rubygem-dm-paperclip/Makefile index bdb759a8e..4c065248e 100644 --- a/databases/rubygem-dm-paperclip/Makefile +++ b/databases/rubygem-dm-paperclip/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-dm-core>=1.2.0:databases/rubygem-dm-core \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-postgres-adapter/Makefile b/databases/rubygem-dm-postgres-adapter/Makefile index 6d48630ab..f6f8a05d5 100644 --- a/databases/rubygem-dm-postgres-adapter/Makefile +++ b/databases/rubygem-dm-postgres-adapter/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dm-do-adapter>=${PORTVERSION}:databases/rubygem-dm-do-adapt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-serializer/Makefile b/databases/rubygem-dm-serializer/Makefile index c03e538d1..8f413b3f7 100644 --- a/databases/rubygem-dm-serializer/Makefile +++ b/databases/rubygem-dm-serializer/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-dm-core>=1.2.0<1.3:databases/rubygem-dm-core \ rubygem-multi_json>=1.0<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-dm-timestamps/Makefile b/databases/rubygem-dm-timestamps/Makefile index 00d8869e5..74aea0aab 100644 --- a/databases/rubygem-dm-timestamps/Makefile +++ b/databases/rubygem-dm-timestamps/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-transactions/Makefile b/databases/rubygem-dm-transactions/Makefile index 670375c31..662d63fac 100644 --- a/databases/rubygem-dm-transactions/Makefile +++ b/databases/rubygem-dm-transactions/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-dm-types/Makefile b/databases/rubygem-dm-types/Makefile index 29d1aa55d..2680ad0d2 100644 --- a/databases/rubygem-dm-types/Makefile +++ b/databases/rubygem-dm-types/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-bcrypt-ruby>=3.0<4:security/rubygem-bcrypt-ruby \ rubygem-uuidtools>=2.1<3:devel/rubygem-uuidtools USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-dm-validations/Makefile b/databases/rubygem-dm-validations/Makefile index 228b4a4a7..a155a7b2f 100644 --- a/databases/rubygem-dm-validations/Makefile +++ b/databases/rubygem-dm-validations/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-do_mysql/Makefile b/databases/rubygem-do_mysql/Makefile index d4087521f..2f79c0ca6 100644 --- a/databases/rubygem-do_mysql/Makefile +++ b/databases/rubygem-do_mysql/Makefile @@ -10,6 +10,5 @@ WWW= https://rubygems.org/gems/do_mysql RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects USES= gem mysql -USE_RUBY= yes .include diff --git a/databases/rubygem-do_postgres/Makefile b/databases/rubygem-do_postgres/Makefile index baab437ff..a88cb8b27 100644 --- a/databases/rubygem-do_postgres/Makefile +++ b/databases/rubygem-do_postgres/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/do_postgres RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects -USE_RUBY= yes USES= gem pgsql .include diff --git a/databases/rubygem-do_sqlite3/Makefile b/databases/rubygem-do_sqlite3/Makefile index 6c4584e78..c0878d831 100644 --- a/databases/rubygem-do_sqlite3/Makefile +++ b/databases/rubygem-do_sqlite3/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/do_sqlite3 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects -USE_RUBY= yes USES= gem CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} diff --git a/databases/rubygem-em-redis-unified/Makefile b/databases/rubygem-em-redis-unified/Makefile index e4424f141..32fef27cc 100644 --- a/databases/rubygem-em-redis-unified/Makefile +++ b/databases/rubygem-em-redis-unified/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-eventmachine>=0.12.10:devel/rubygem-eventmachine USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-fabrication/Makefile b/databases/rubygem-fabrication/Makefile index 4b76da037..137384d7b 100644 --- a/databases/rubygem-fabrication/Makefile +++ b/databases/rubygem-fabrication/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-familia/Makefile b/databases/rubygem-familia/Makefile index 2841d9fe9..4976affcb 100644 --- a/databases/rubygem-familia/Makefile +++ b/databases/rubygem-familia/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-gibbler>=0.8.6:devel/rubygem-gibbler \ rubygem-uri-redis>=0.4.2:net/rubygem-uri-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-flipper-active_record-rails61/Makefile b/databases/rubygem-flipper-active_record-rails61/Makefile index 75bdb77e6..bf6aaa13c 100644 --- a/databases/rubygem-flipper-active_record-rails61/Makefile +++ b/databases/rubygem-flipper-active_record-rails61/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activerecord61>=5.0<7:databases/rubygem-activerecord61 \ rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-flipper-active_record/Makefile b/databases/rubygem-flipper-active_record/Makefile index e7589da8b..7f5602d22 100644 --- a/databases/rubygem-flipper-active_record/Makefile +++ b/databases/rubygem-flipper-active_record/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-activerecord50>=4.2<8:databases/rubygem-activerecord50 \ rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-gdbm/Makefile b/databases/rubygem-gdbm/Makefile index 56007b9aa..ec818490c 100644 --- a/databases/rubygem-gdbm/Makefile +++ b/databases/rubygem-gdbm/Makefile @@ -13,6 +13,5 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libgdbm.so:databases/gdbm USES= gem -USE_RUBY= yes .include diff --git a/databases/rubygem-globalid-rails5/Makefile b/databases/rubygem-globalid-rails5/Makefile index 5e177889d..736f45b38 100644 --- a/databases/rubygem-globalid-rails5/Makefile +++ b/databases/rubygem-globalid-rails5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid-rails50/Makefile b/databases/rubygem-globalid-rails50/Makefile index b0289b50b..4df6c25e9 100644 --- a/databases/rubygem-globalid-rails50/Makefile +++ b/databases/rubygem-globalid-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport50>=5.0:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid-rails52/Makefile b/databases/rubygem-globalid-rails52/Makefile index d989e23fc..303972c6a 100644 --- a/databases/rubygem-globalid-rails52/Makefile +++ b/databases/rubygem-globalid-rails52/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport52>=5.0:devel/rubygem-activesupport52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid-rails60/Makefile b/databases/rubygem-globalid-rails60/Makefile index 206ade640..18098c655 100644 --- a/databases/rubygem-globalid-rails60/Makefile +++ b/databases/rubygem-globalid-rails60/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport60>=5.0:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid-rails61/Makefile b/databases/rubygem-globalid-rails61/Makefile index 934538de2..af2d5d251 100644 --- a/databases/rubygem-globalid-rails61/Makefile +++ b/databases/rubygem-globalid-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport61>=5.0:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid-rails70/Makefile b/databases/rubygem-globalid-rails70/Makefile index 56ddccab3..c955768a8 100644 --- a/databases/rubygem-globalid-rails70/Makefile +++ b/databases/rubygem-globalid-rails70/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport70>=5.0:devel/rubygem-activesupport70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-globalid/Makefile b/databases/rubygem-globalid/Makefile index 83f4de444..26ac8b88c 100644 --- a/databases/rubygem-globalid/Makefile +++ b/databases/rubygem-globalid/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-her/Makefile b/databases/rubygem-her/Makefile index ed9e335ec..e8e6209e5 100644 --- a/databases/rubygem-her/Makefile +++ b/databases/rubygem-her/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel4>=4.2.1:databases/rubygem-activemodel4 \ rubygem-multi_json>=1.7<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-hiredis/Makefile b/databases/rubygem-hiredis/Makefile index e16fe803c..e77e2e770 100644 --- a/databases/rubygem-hiredis/Makefile +++ b/databases/rubygem-hiredis/Makefile @@ -14,6 +14,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= redis>=0:databases/redis USES= gem gmake -USE_RUBY= yes .include diff --git a/databases/rubygem-influxdb/Makefile b/databases/rubygem-influxdb/Makefile index dd17ee0ba..a665ecdf5 100644 --- a/databases/rubygem-influxdb/Makefile +++ b/databases/rubygem-influxdb/Makefile @@ -10,7 +10,6 @@ WWW= http://influxdb.org/ LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-jdbc-mysql/Makefile b/databases/rubygem-jdbc-mysql/Makefile index 65d73eb0b..2e4982f4d 100644 --- a/databases/rubygem-jdbc-mysql/Makefile +++ b/databases/rubygem-jdbc-mysql/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= jruby:lang/jruby NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-leo_manager_client/Makefile b/databases/rubygem-leo_manager_client/Makefile index 35757a43b..20958d10c 100644 --- a/databases/rubygem-leo_manager_client/Makefile +++ b/databases/rubygem-leo_manager_client/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-marginalia/Makefile b/databases/rubygem-marginalia/Makefile index ab730620a..76d53b829 100644 --- a/databases/rubygem-marginalia/Makefile +++ b/databases/rubygem-marginalia/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack61>=2.3:www/rubygem-actionpack61 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-mario-redis-lock/Makefile b/databases/rubygem-mario-redis-lock/Makefile index 7a078f578..bef18e525 100644 --- a/databases/rubygem-mario-redis-lock/Makefile +++ b/databases/rubygem-mario-redis-lock/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-redis>=3.0.5:databases/rubygem-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-memcache-client/Makefile b/databases/rubygem-memcache-client/Makefile index babc2b814..cb015770a 100644 --- a/databases/rubygem-memcache-client/Makefile +++ b/databases/rubygem-memcache-client/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/memcached_top diff --git a/databases/rubygem-memcache/Makefile b/databases/rubygem-memcache/Makefile index 478b955ee..cd6a8b099 100644 --- a/databases/rubygem-memcache/Makefile +++ b/databases/rubygem-memcache/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libmemcached.so:databases/libmemcached CONFIGURE_ARGS= --with-opt-dir=${LOCALBASE} GEM_ENV= EXTERNAL_LIB="yes" -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-mysql/Makefile b/databases/rubygem-mysql/Makefile index 3e3bb2bfe..24dc78d15 100644 --- a/databases/rubygem-mysql/Makefile +++ b/databases/rubygem-mysql/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/luislavena/mysql-gem LICENSE= GPLv2 RUBY LICENSE_COMB= dual -USE_RUBY= yes USES= gem mysql .include diff --git a/databases/rubygem-mysql2/Makefile b/databases/rubygem-mysql2/Makefile index 19ae236ea..16636c918 100644 --- a/databases/rubygem-mysql2/Makefile +++ b/databases/rubygem-mysql2/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem mysql ssl -USE_RUBY= yes .include diff --git a/databases/rubygem-openid-redis-store/Makefile b/databases/rubygem-openid-redis-store/Makefile index e28399328..4da26595a 100644 --- a/databases/rubygem-openid-redis-store/Makefile +++ b/databases/rubygem-openid-redis-store/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-redis>=0:databases/rubygem-redis \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-paranoia/Makefile b/databases/rubygem-paranoia/Makefile index d792798be..d5e476f48 100644 --- a/databases/rubygem-paranoia/Makefile +++ b/databases/rubygem-paranoia/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activerecord60>=5.1<7.1:databases/rubygem-activerecord60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-pg/Makefile b/databases/rubygem-pg/Makefile index a29de84aa..b5525ea95 100644 --- a/databases/rubygem-pg/Makefile +++ b/databases/rubygem-pg/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem pgsql -USE_RUBY= yes CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` diff --git a/databases/rubygem-pg13/Makefile b/databases/rubygem-pg13/Makefile index 9b4ebb78f..02660e8ad 100644 --- a/databases/rubygem-pg13/Makefile +++ b/databases/rubygem-pg13/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem pgsql -USE_RUBY= yes CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir` diff --git a/databases/rubygem-pg_array_parser/Makefile b/databases/rubygem-pg_array_parser/Makefile index f728869d5..c3a6ac7df 100644 --- a/databases/rubygem-pg_array_parser/Makefile +++ b/databases/rubygem-pg_array_parser/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/dockyard/pg_array_parser LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-pg_query/Makefile b/databases/rubygem-pg_query/Makefile index cd0767cf7..eb526a5c7 100644 --- a/databases/rubygem-pg_query/Makefile +++ b/databases/rubygem-pg_query/Makefile @@ -14,6 +14,5 @@ BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname RUN_DEPENDS= rubygem-google-protobuf>=3.19.2:devel/rubygem-google-protobuf USES= gem -USE_RUBY= yes .include diff --git a/databases/rubygem-pghero-rails5/Makefile b/databases/rubygem-pghero-rails5/Makefile index 0089a4ebe..df32c4525 100644 --- a/databases/rubygem-pghero-rails5/Makefile +++ b/databases/rubygem-pghero-rails5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord5>=5:databases/rubygem-activerecord5 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-pghero-rails50/Makefile b/databases/rubygem-pghero-rails50/Makefile index 1bce9a27d..25b2d0108 100644 --- a/databases/rubygem-pghero-rails50/Makefile +++ b/databases/rubygem-pghero-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord50>=5:databases/rubygem-activerecord50 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-pghero-rails61/Makefile b/databases/rubygem-pghero-rails61/Makefile index 33876d2cd..20fd6a7a9 100644 --- a/databases/rubygem-pghero-rails61/Makefile +++ b/databases/rubygem-pghero-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord61>=5:databases/rubygem-activerecord61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-pghero/Makefile b/databases/rubygem-pghero/Makefile index 009a651d1..e7e9851c8 100644 --- a/databases/rubygem-pghero/Makefile +++ b/databases/rubygem-pghero/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord60>=6:databases/rubygem-activerecord60 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-pl-puppetdb-ruby/Makefile b/databases/rubygem-pl-puppetdb-ruby/Makefile index ab6d34566..7b028dd10 100644 --- a/databases/rubygem-pl-puppetdb-ruby/Makefile +++ b/databases/rubygem-pl-puppetdb-ruby/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-httparty>0:www/rubygem-httparty -USE_RUBY= yes USES= gem NO_ARCH= yes diff --git a/databases/rubygem-postgres_ext/Makefile b/databases/rubygem-postgres_ext/Makefile index dd57926a2..b193d1531 100644 --- a/databases/rubygem-postgres_ext/Makefile +++ b/databases/rubygem-postgres_ext/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4 \ rubygem-pg_array_parser>=0.0.9:databases/rubygem-pg_array_parser NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/databases/rubygem-puppetdb_cli/Makefile b/databases/rubygem-puppetdb_cli/Makefile index 880a44c8d..6fedf7c65 100644 --- a/databases/rubygem-puppetdb_cli/Makefile +++ b/databases/rubygem-puppetdb_cli/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-cri>=2.15<3:devel/rubygem-cri \ rubygem-pl-puppetdb-ruby>=2.0.3<2.1:databases/rubygem-pl-puppetdb-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-rbase/Makefile b/databases/rubygem-rbase/Makefile index 3d5badb4a..7680dad4e 100644 --- a/databases/rubygem-rbase/Makefile +++ b/databases/rubygem-rbase/Makefile @@ -8,7 +8,6 @@ COMMENT= Library to create/read/write to XBase databases (*.DBF files) WWW= https://rubygems.org/gems/rbase USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-red-arrow-dataset/Makefile b/databases/rubygem-red-arrow-dataset/Makefile index a64689bed..f1bbeca14 100644 --- a/databases/rubygem-red-arrow-dataset/Makefile +++ b/databases/rubygem-red-arrow-dataset/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-red-arrow/Makefile b/databases/rubygem-red-arrow/Makefile index 6c1e34b77..895b60cc9 100644 --- a/databases/rubygem-red-arrow/Makefile +++ b/databases/rubygem-red-arrow/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bigdecimal>=2.0.3:math/rubygem-bigdecimal \ rubygem-pkg-config>=0:devel/rubygem-pkg-config \ USES= gem localbase -USE_RUBY= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/databases/rubygem-red-gandiva/Makefile b/databases/rubygem-red-gandiva/Makefile index 1453be0f0..6879fc7f3 100644 --- a/databases/rubygem-red-gandiva/Makefile +++ b/databases/rubygem-red-gandiva/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-red-parquet/Makefile b/databases/rubygem-red-parquet/Makefile index 74b1917e2..e9a253561 100644 --- a/databases/rubygem-red-parquet/Makefile +++ b/databases/rubygem-red-parquet/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-red-plasma/Makefile b/databases/rubygem-red-plasma/Makefile index 3b82afa8b..a7a291676 100644 --- a/databases/rubygem-red-plasma/Makefile +++ b/databases/rubygem-red-plasma/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libarrow-glib.so:databases/arrow-glib RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack-rails5/Makefile b/databases/rubygem-redis-actionpack-rails5/Makefile index cd1d8c3b8..b50fdf867 100644 --- a/databases/rubygem-redis-actionpack-rails5/Makefile +++ b/databases/rubygem-redis-actionpack-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack5>=5<8:www/rubygem-actionpack5 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack-rails50/Makefile b/databases/rubygem-redis-actionpack-rails50/Makefile index 883db4322..59a01b921 100644 --- a/databases/rubygem-redis-actionpack-rails50/Makefile +++ b/databases/rubygem-redis-actionpack-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack50>=5<8:www/rubygem-actionpack50 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack-rails52/Makefile b/databases/rubygem-redis-actionpack-rails52/Makefile index 001dd5b94..ea1ee7959 100644 --- a/databases/rubygem-redis-actionpack-rails52/Makefile +++ b/databases/rubygem-redis-actionpack-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=5<8:www/rubygem-actionpack52 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack-rails60/Makefile b/databases/rubygem-redis-actionpack-rails60/Makefile index 7f8d0327f..6bf3351e9 100644 --- a/databases/rubygem-redis-actionpack-rails60/Makefile +++ b/databases/rubygem-redis-actionpack-rails60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack60>=5<8:www/rubygem-actionpack60 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack-rails61/Makefile b/databases/rubygem-redis-actionpack-rails61/Makefile index 86951fbbe..ca500dd37 100644 --- a/databases/rubygem-redis-actionpack-rails61/Makefile +++ b/databases/rubygem-redis-actionpack-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5<8:www/rubygem-actionpack61 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-actionpack/Makefile b/databases/rubygem-redis-actionpack/Makefile index 38c2ce750..bdeb36017 100644 --- a/databases/rubygem-redis-actionpack/Makefile +++ b/databases/rubygem-redis-actionpack/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack52>=5<8:www/rubygem-actionpack52 \ rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-client/Makefile b/databases/rubygem-redis-client/Makefile index 1bd838405..ea2d5b159 100644 --- a/databases/rubygem-redis-client/Makefile +++ b/databases/rubygem-redis-client/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-connection_pool>=0:net/rubygem-connection_pool USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-cluster-client/Makefile b/databases/rubygem-redis-cluster-client/Makefile index 9440dbbbb..632ffcf53 100644 --- a/databases/rubygem-redis-cluster-client/Makefile +++ b/databases/rubygem-redis-cluster-client/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-redis-client>=0.10:databases/rubygem-redis-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-clustering/Makefile b/databases/rubygem-redis-clustering/Makefile index b7cb6c3dd..39fe8d9a8 100644 --- a/databases/rubygem-redis-clustering/Makefile +++ b/databases/rubygem-redis-clustering/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-redis>=${PORTVERSION}:databases/rubygem-redis \ rubygem-redis-cluster-client>=0.3.7:databases/rubygem-redis-cluster-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-namespace/Makefile b/databases/rubygem-redis-namespace/Makefile index 961c780c3..967967fe7 100644 --- a/databases/rubygem-redis-namespace/Makefile +++ b/databases/rubygem-redis-namespace/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-redis>=4:databases/rubygem-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis-namespace18/Makefile b/databases/rubygem-redis-namespace18/Makefile index 75c93efa8..602d7f7eb 100644 --- a/databases/rubygem-redis-namespace18/Makefile +++ b/databases/rubygem-redis-namespace18/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-redis>=3.0.4:databases/rubygem-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis/Makefile b/databases/rubygem-redis/Makefile index 22064cd54..e0e5352dc 100644 --- a/databases/rubygem-redis/Makefile +++ b/databases/rubygem-redis/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-redis-client>=0.9.0:databases/rubygem-redis-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-redis4/Makefile b/databases/rubygem-redis4/Makefile index 5043e27ba..105ebdae8 100644 --- a/databases/rubygem-redis4/Makefile +++ b/databases/rubygem-redis4/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-scenic61/Makefile b/databases/rubygem-scenic61/Makefile index 63a1cdd38..d0c8676be 100644 --- a/databases/rubygem-scenic61/Makefile +++ b/databases/rubygem-scenic61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord61>=4.0.0:databases/rubygem-activerecord61 \ rubygem-railties61>=4.0.0:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-sdbm/Makefile b/databases/rubygem-sdbm/Makefile index 2d554572b..1dd216131 100644 --- a/databases/rubygem-sdbm/Makefile +++ b/databases/rubygem-sdbm/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/ruby/sdbm LICENSE= BSD2CLAUSE USES= gem -USE_RUBY= yes .include diff --git a/databases/rubygem-seed-fu/Makefile b/databases/rubygem-seed-fu/Makefile index b780c6258..29e67557c 100644 --- a/databases/rubygem-seed-fu/Makefile +++ b/databases/rubygem-seed-fu/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord61>=3.1:databases/rubygem-activerecord61 \ rubygem-activesupport61>=3.1:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile index ede8bcfc5..d50912e41 100644 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ b/databases/rubygem-sqlite3-ruby/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/sqlite3_ruby diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 5f6aa638d..167dda1f3 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= gem -USE_RUBY= yes CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} diff --git a/databases/rubygem-state_machines-activemodel/Makefile b/databases/rubygem-state_machines-activemodel/Makefile index 50ec570db..3fa692bd6 100644 --- a/databases/rubygem-state_machines-activemodel/Makefile +++ b/databases/rubygem-state_machines-activemodel/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel60>=5.1:databases/rubygem-activemodel60 \ rubygem-state_machines>=0.5.0:devel/rubygem-state_machines USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-state_machines-activerecord/Makefile b/databases/rubygem-state_machines-activerecord/Makefile index b12a67961..34e889894 100644 --- a/databases/rubygem-state_machines-activerecord/Makefile +++ b/databases/rubygem-state_machines-activerecord/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord60>=5.1:databases/rubygem-activerecord60 \ rubygem-state_machines-activemodel>=0.8.0:databases/rubygem-state_machines-activemodel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/databases/rubygem-tarantool/Makefile b/databases/rubygem-tarantool/Makefile index 1cc68dbcf..0e6f28012 100644 --- a/databases/rubygem-tarantool/Makefile +++ b/databases/rubygem-tarantool/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= rubygem-bin_utils>=0.0.3<0.1:devel/rubygem-bin_utils \ rubygem-sumbur>=0.0.2:devel/rubygem-sumbur USES= gem -USE_RUBY= yes .include diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 634ce3488..8150bd38c 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -25,7 +25,6 @@ PHP_VARS= IGNORE_WITH_PHP="80 81 82" PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/py-xapian@${PY_FLAVOR} PYTHON_USES= python:run RUBY_RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/ruby-xapian -RUBY_USE= RUBY=yes -RUBY_VARS= RUBY_NO_BUILD_DEPENDS=yes +RUBY_USES= ruby:run .include diff --git a/deskutils/rubygem-shellplay/Makefile b/deskutils/rubygem-shellplay/Makefile index 5487602fa..6fb891eb2 100644 --- a/deskutils/rubygem-shellplay/Makefile +++ b/deskutils/rubygem-shellplay/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \ rubygem-shell2html>=0.0.6:textproc/rubygem-shell2html USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/deskutils/rubygem-taskjuggler/Makefile b/deskutils/rubygem-taskjuggler/Makefile index 0b162dcf6..f8f99cbfa 100644 --- a/deskutils/rubygem-taskjuggler/Makefile +++ b/deskutils/rubygem-taskjuggler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-mail>=2.7.1,2<3,2:mail/rubygem-mail \ rubygem-term-ansicolor>=1.7.1<2:devel/rubygem-term-ansicolor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/cvsdelta/Makefile b/devel/cvsdelta/Makefile index 6b88b4a07..b07780dc0 100644 --- a/devel/cvsdelta/Makefile +++ b/devel/cvsdelta/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cvsdelta summarizes differences between local and in-cvs files WWW= http://cvsdelta.sourceforge.net/ -USE_RUBY= yes +USES= ruby NO_BUILD= yes PLIST_FILES= bin/cvsdelta \ diff --git a/devel/cvsspam/Makefile b/devel/cvsspam/Makefile index 0a294a6a1..0adc3ebf0 100644 --- a/devel/cvsspam/Makefile +++ b/devel/cvsspam/Makefile @@ -11,7 +11,7 @@ WWW= http://www.badgers-in-foil.co.uk/projects/cvsspam/ LICENSE= GPLv2 -USE_RUBY= yes +USES= ruby NO_BUILD= yes NO_ARCH= yes diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index f80061a2a..43db02116 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -42,8 +42,7 @@ RUN_DEPENDS= ${MY_DEPENDS} \ gitlab-shell>=13.22.1:devel/gitlab-shell LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= cpe gmake go:modules,no_targets pkgconfig -USE_RUBY= yes +USES= cpe gmake go:modules,no_targets pkgconfig ruby CPE_VENDOR= gitlab diff --git a/devel/ignition-cmake/Makefile b/devel/ignition-cmake/Makefile index 200b2552f..4bafcd4b2 100644 --- a/devel/ignition-cmake/Makefile +++ b/devel/ignition-cmake/Makefile @@ -9,8 +9,7 @@ WWW= https://ignitionrobotics.org/home LICENSE= APACHE20 -USES= cmake pkgconfig -USE_RUBY= yes +USES= cmake pkgconfig ruby CMAKE_OFF= BUILD_TESTING diff --git a/devel/ignition-msgs/Makefile b/devel/ignition-msgs/Makefile index 972515386..504a31cc4 100644 --- a/devel/ignition-msgs/Makefile +++ b/devel/ignition-msgs/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake \ LIB_DEPENDS= libprotobuf.so:devel/protobuf \ libignition-math6.so:math/ignition-math -USES= compiler:c++11-lang cmake -USE_RUBY= yes +USES= compiler:c++11-lang cmake ruby USE_LDCONFIG= yes BB_ACCOUNT= ignitionrobotics diff --git a/devel/ignition-tools/Makefile b/devel/ignition-tools/Makefile index e6bb93e28..1bfc57fab 100644 --- a/devel/ignition-tools/Makefile +++ b/devel/ignition-tools/Makefile @@ -11,9 +11,8 @@ WWW= https://ignitionrobotics.org/home LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang pkgconfig shebangfix +USES= cmake compiler:c++11-lang pkgconfig ruby shebangfix SHEBANG_FILES= src/ign.in -USE_RUBY= yes BB_ACCOUNT= ignitionrobotics BB_PROJECT= ign-tools diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 87db530ca..591ee8f6a 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -12,11 +12,10 @@ LICENSE= APACHE20 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl -USES= compiler:c++11-lang cmake gettext +USES= compiler:c++11-lang cmake gettext ruby USE_GITHUB= yes GH_ACCOUNT= puppetlabs -USE_RUBY= yes CMAKE_ON= LEATHERMAN_SHARED CMAKE_OFF= ENABLE_CXX_WERROR USE_LDCONFIG= yes diff --git a/devel/libpafe-ruby/Makefile b/devel/libpafe-ruby/Makefile index 5a5e5770f..8bf0bb0b1 100644 --- a/devel/libpafe-ruby/Makefile +++ b/devel/libpafe-ruby/Makefile @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpafe.so:devel/libpafe -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USES= ruby:extconf PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/pasori.so diff --git a/devel/newfile/Makefile b/devel/newfile/Makefile index 7482ffbf9..672d14edb 100644 --- a/devel/newfile/Makefile +++ b/devel/newfile/Makefile @@ -11,9 +11,10 @@ WWW= http://newfile.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USES= ruby + GNU_CONFIGURE= yes NO_ARCH= yes -USE_RUBY= yes PORTDOCS= newfile.html diff --git a/devel/ocl-icd/Makefile b/devel/ocl-icd/Makefile index ef7fe1254..a059bddac 100644 --- a/devel/ocl-icd/Makefile +++ b/devel/ocl-icd/Makefile @@ -12,12 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= opencl>3.0:devel/opencl -USES= autoreconf gmake libtool localbase:ldflags pathfix +USES= autoreconf gmake libtool localbase:ldflags pathfix ruby:build USE_GITHUB= yes GH_ACCOUNT= OCL-dev -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -DCL_TARGET_OPENCL_VERSION=300 diff --git a/devel/p4delta/Makefile b/devel/p4delta/Makefile index dde26aa4a..ffdeecf12 100644 --- a/devel/p4delta/Makefile +++ b/devel/p4delta/Makefile @@ -9,7 +9,8 @@ WWW= http://p4delta.sourceforge.net/ RUN_DEPENDS= ${LOCALBASE}/bin/p4:devel/p4 -USE_RUBY= yes +USES= ruby + NO_BUILD= yes PLIST_FILES= bin/p4delta man/man1/p4delta.1.gz diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index 490528800..0902b6fe8 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Binary search library for Ruby WWW= http://0xcc.net/ruby-bsearch/ -USE_RUBY= yes +USES= ruby NO_BUILD= yes diff --git a/devel/ruby-gems/Makefile b/devel/ruby-gems/Makefile index 32da39bbc..e498d9bb4 100644 --- a/devel/ruby-gems/Makefile +++ b/devel/ruby-gems/Makefile @@ -15,8 +15,7 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/MIT.txt LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt -USES= cpe tar:tgz -USE_RUBY= yes +USES= cpe ruby tar:tgz GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER} GEMS_ENV= GEM_HOME=${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} diff --git a/devel/ruby-rbprof/Makefile b/devel/ruby-rbprof/Makefile index 63b6a66c5..e47c87842 100644 --- a/devel/ruby-rbprof/Makefile +++ b/devel/ruby-rbprof/Makefile @@ -14,9 +14,7 @@ OPTIONS_DEFINE= DOCS #RUN_DEPENDS= ${RUBY_SITELIBDIR}/runit/error.rb:devel/ruby-unit \ # ${RUBY_SITELIBDIR}/aspectr.rb:devel/ruby-aspectr -USES= dos2unix - -USE_RUBY= yes +USES= dos2unix ruby NO_BUILD= yes diff --git a/devel/ruby-setup.rb/Makefile b/devel/ruby-setup.rb/Makefile index 744ad5104..d69d4ad6d 100644 --- a/devel/ruby-setup.rb/Makefile +++ b/devel/ruby-setup.rb/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Common installer script for ruby packages WWW= http://www.loveruby.net/en/setup.html -USE_RUBY= yes +USES= ruby NO_BUILD= yes diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 2da90c79e..d1b8b6afc 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -4,8 +4,7 @@ MAINTAINER= lev@FreeBSD.org COMMENT= Ruby bindings for version control system WWW= https://subversion.apache.org/ -USES+= compiler:c11 -USE_RUBY= yes +USES+= compiler:c11 ruby PORTREVISION_114= 0 PORTREVISION_LTS= 0 diff --git a/devel/rubygem-CFPropertyList/Makefile b/devel/rubygem-CFPropertyList/Makefile index 0d9c49670..7b58b9955 100644 --- a/devel/rubygem-CFPropertyList/Makefile +++ b/devel/rubygem-CFPropertyList/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-abstract/Makefile b/devel/rubygem-abstract/Makefile index 9d0de15e8..c121a4002 100644 --- a/devel/rubygem-abstract/Makefile +++ b/devel/rubygem-abstract/Makefile @@ -11,7 +11,6 @@ WWW= https://rubygems.org/gems/abstract LICENSE= RUBY USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionpack-action_caching/Makefile b/devel/rubygem-actionpack-action_caching/Makefile index e9aa19cda..dbe1ed20d 100644 --- a/devel/rubygem-actionpack-action_caching/Makefile +++ b/devel/rubygem-actionpack-action_caching/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionpack-page_caching/Makefile b/devel/rubygem-actionpack-page_caching/Makefile index f87fe5fc7..ea10498bb 100644 --- a/devel/rubygem-actionpack-page_caching/Makefile +++ b/devel/rubygem-actionpack-page_caching/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview4/Makefile b/devel/rubygem-actionview4/Makefile index 1bda0963b..42cf0b9b8 100644 --- a/devel/rubygem-actionview4/Makefile +++ b/devel/rubygem-actionview4/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview5/Makefile b/devel/rubygem-actionview5/Makefile index ef12d289d..68b67869e 100644 --- a/devel/rubygem-actionview5/Makefile +++ b/devel/rubygem-actionview5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview50/Makefile b/devel/rubygem-actionview50/Makefile index 4c1a6db65..8ffb21937 100644 --- a/devel/rubygem-actionview50/Makefile +++ b/devel/rubygem-actionview50/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview52/Makefile b/devel/rubygem-actionview52/Makefile index a13b6b049..0678ce366 100644 --- a/devel/rubygem-actionview52/Makefile +++ b/devel/rubygem-actionview52/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview60/Makefile b/devel/rubygem-actionview60/Makefile index 610070c17..f4edc87f3 100644 --- a/devel/rubygem-actionview60/Makefile +++ b/devel/rubygem-actionview60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview61/Makefile b/devel/rubygem-actionview61/Makefile index cedb34f20..f2d482d8a 100644 --- a/devel/rubygem-actionview61/Makefile +++ b/devel/rubygem-actionview61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-actionview70/Makefile b/devel/rubygem-actionview70/Makefile index bb7780429..6b3154d5a 100644 --- a/devel/rubygem-actionview70/Makefile +++ b/devel/rubygem-actionview70/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-active_scaffold/Makefile b/devel/rubygem-active_scaffold/Makefile index 78b74d98c..839a42b50 100644 --- a/devel/rubygem-active_scaffold/Makefile +++ b/devel/rubygem-active_scaffold/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-cow_proxy>=0.3<1:devel/rubygem-cow_proxy \ rubygem-request_store>=1.3<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob4/Makefile b/devel/rubygem-activejob4/Makefile index 23c4df4f2..9516cfbbb 100644 --- a/devel/rubygem-activejob4/Makefile +++ b/devel/rubygem-activejob4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 rubygem-globalid>=0.3.0:databases/rubygem-globalid USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob5/Makefile b/devel/rubygem-activejob5/Makefile index 6423f4685..16e1ae9af 100644 --- a/devel/rubygem-activejob5/Makefile +++ b/devel/rubygem-activejob5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 rubygem-globalid-rails5>=0.3.6:databases/rubygem-globalid-rails5 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob50/Makefile b/devel/rubygem-activejob50/Makefile index 161fd235c..09c824d93 100644 --- a/devel/rubygem-activejob50/Makefile +++ b/devel/rubygem-activejob50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport rubygem-globalid-rails50>=0.3.6:databases/rubygem-globalid-rails50 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob52/Makefile b/devel/rubygem-activejob52/Makefile index 9d90f5edf..a1c926cd9 100644 --- a/devel/rubygem-activejob52/Makefile +++ b/devel/rubygem-activejob52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport rubygem-globalid-rails52>=0.3.6:databases/rubygem-globalid-rails52 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob60/Makefile b/devel/rubygem-activejob60/Makefile index d0ec4f619..6592e086d 100644 --- a/devel/rubygem-activejob60/Makefile +++ b/devel/rubygem-activejob60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob61/Makefile b/devel/rubygem-activejob61/Makefile index 43d078c9a..949b70970 100644 --- a/devel/rubygem-activejob61/Makefile +++ b/devel/rubygem-activejob61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-globalid-rails61>=0.3.6:databases/rubygem-globalid-rails61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activejob70/Makefile b/devel/rubygem-activejob70/Makefile index b16223af2..840ff18df 100644 --- a/devel/rubygem-activejob70/Makefile +++ b/devel/rubygem-activejob70/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rub rubygem-globalid-rails70>=0.3.6:databases/rubygem-globalid-rails70 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activemessaging/Makefile b/devel/rubygem-activemessaging/Makefile index 257fb68c3..879da6622 100644 --- a/devel/rubygem-activemessaging/Makefile +++ b/devel/rubygem-activemessaging/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activerecord-deprecated_finders/Makefile b/devel/rubygem-activerecord-deprecated_finders/Makefile index 18b469eb2..e666110f4 100644 --- a/devel/rubygem-activerecord-deprecated_finders/Makefile +++ b/devel/rubygem-activerecord-deprecated_finders/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-activesupport4/Makefile b/devel/rubygem-activesupport4/Makefile index 18e4434ab..4c3f8e9ab 100644 --- a/devel/rubygem-activesupport4/Makefile +++ b/devel/rubygem-activesupport4/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2:devel/rubygem-i18n \ rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport5/Makefile b/devel/rubygem-activesupport5/Makefile index ad12a0d51..69963bb4f 100644 --- a/devel/rubygem-activesupport5/Makefile +++ b/devel/rubygem-activesupport5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport50/Makefile b/devel/rubygem-activesupport50/Makefile index fd8c2ae02..d71d762f3 100644 --- a/devel/rubygem-activesupport50/Makefile +++ b/devel/rubygem-activesupport50/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport52/Makefile b/devel/rubygem-activesupport52/Makefile index 03b9c8ef1..c7fc9ab57 100644 --- a/devel/rubygem-activesupport52/Makefile +++ b/devel/rubygem-activesupport52/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-tzinfo1>=1.1<2:devel/rubygem-tzinfo1 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport60/Makefile b/devel/rubygem-activesupport60/Makefile index d75d0fcee..9dc6f25a6 100644 --- a/devel/rubygem-activesupport60/Makefile +++ b/devel/rubygem-activesupport60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.2.2<3:devel/rubygem-zeitwerk USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport61/Makefile b/devel/rubygem-activesupport61/Makefile index b85449a59..adcfbc2c3 100644 --- a/devel/rubygem-activesupport61/Makefile +++ b/devel/rubygem-activesupport61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.3<3:devel/rubygem-zeitwerk USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-activesupport70/Makefile b/devel/rubygem-activesupport70/Makefile index 926c2c402..80b643289 100644 --- a/devel/rubygem-activesupport70/Makefile +++ b/devel/rubygem-activesupport70/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-tzinfo>=2.0<3:devel/rubygem-tzinfo USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-airborne/Makefile b/devel/rubygem-airborne/Makefile index 895de2729..412ed816e 100644 --- a/devel/rubygem-airborne/Makefile +++ b/devel/rubygem-airborne/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-rspec>=3.8<4:devel/rubygem-rspec USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-akismet/Makefile b/devel/rubygem-akismet/Makefile index 6dc5546ef..a1cbbfe38 100644 --- a/devel/rubygem-akismet/Makefile +++ b/devel/rubygem-akismet/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-algebrick/Makefile b/devel/rubygem-algebrick/Makefile index d1220f45b..cead12195 100644 --- a/devel/rubygem-algebrick/Makefile +++ b/devel/rubygem-algebrick/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-algorithms/Makefile b/devel/rubygem-algorithms/Makefile index 8a9a22582..562012519 100644 --- a/devel/rubygem-algorithms/Makefile +++ b/devel/rubygem-algorithms/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/kanwei/algorithms LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-aliyun-sdk/Makefile b/devel/rubygem-aliyun-sdk/Makefile index b303f7430..4d584cb0c 100644 --- a/devel/rubygem-aliyun-sdk/Makefile +++ b/devel/rubygem-aliyun-sdk/Makefile @@ -13,6 +13,5 @@ RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \ rubygem-rest-client>=2.0<3:www/rubygem-rest-client USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-allison/Makefile b/devel/rubygem-allison/Makefile index af13a0b56..37e914692 100644 --- a/devel/rubygem-allison/Makefile +++ b/devel/rubygem-allison/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/evan/allison NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/allison diff --git a/devel/rubygem-amazing_print/Makefile b/devel/rubygem-amazing_print/Makefile index 05ea9bd2e..7d53628ce 100644 --- a/devel/rubygem-amazing_print/Makefile +++ b/devel/rubygem-amazing_print/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-analogger/Makefile b/devel/rubygem-analogger/Makefile index e563f055e..e7d485ce3 100644 --- a/devel/rubygem-analogger/Makefile +++ b/devel/rubygem-analogger/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-eventmachine>=1.2.5:devel/rubygem-eventmachine NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix PLIST_FILES= bin/analogger diff --git a/devel/rubygem-annoy/Makefile b/devel/rubygem-annoy/Makefile index 34d270545..5c5096912 100644 --- a/devel/rubygem-annoy/Makefile +++ b/devel/rubygem-annoy/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ansi/Makefile b/devel/rubygem-ansi/Makefile index 04c430c90..76bf78444 100644 --- a/devel/rubygem-ansi/Makefile +++ b/devel/rubygem-ansi/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-apipie-bindings/Makefile b/devel/rubygem-apipie-bindings/Makefile index 7c79aaf5d..a008b2c23 100644 --- a/devel/rubygem-apipie-bindings/Makefile +++ b/devel/rubygem-apipie-bindings/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-gssapi>=0:security/rubygem-gssapi \ rubygem-rest-client>=1.6.5<3.0.0:www/rubygem-rest-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-apipie-params/Makefile b/devel/rubygem-apipie-params/Makefile index 3b8145a2b..2b6c9ce4f 100644 --- a/devel/rubygem-apipie-params/Makefile +++ b/devel/rubygem-apipie-params/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-app_config/Makefile b/devel/rubygem-app_config/Makefile index 79e530673..b49b2df80 100644 --- a/devel/rubygem-app_config/Makefile +++ b/devel/rubygem-app_config/Makefile @@ -10,7 +10,6 @@ WWW= https://oshuma.github.io/app_config/ LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-appraisal/Makefile b/devel/rubygem-appraisal/Makefile index 82df81dce..66d6901e9 100644 --- a/devel/rubygem-appraisal/Makefile +++ b/devel/rubygem-appraisal/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-thor>=0.14.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-arr-pm/Makefile b/devel/rubygem-arr-pm/Makefile index 60e71e534..f4464c219 100644 --- a/devel/rubygem-arr-pm/Makefile +++ b/devel/rubygem-arr-pm/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/arr-pm LICENSE= APACHE20 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-arrayfields/Makefile b/devel/rubygem-arrayfields/Makefile index 3bd344c42..632b2e2f3 100644 --- a/devel/rubygem-arrayfields/Makefile +++ b/devel/rubygem-arrayfields/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ascii85/Makefile b/devel/rubygem-ascii85/Makefile index e24764960..61584443f 100644 --- a/devel/rubygem-ascii85/Makefile +++ b/devel/rubygem-ascii85/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-asetus/Makefile b/devel/rubygem-asetus/Makefile index 47de66d0e..b66a858fe 100644 --- a/devel/rubygem-asetus/Makefile +++ b/devel/rubygem-asetus/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-aspectr/Makefile b/devel/rubygem-aspectr/Makefile index a3641aa3c..3dfe8b3e2 100644 --- a/devel/rubygem-aspectr/Makefile +++ b/devel/rubygem-aspectr/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ast/Makefile b/devel/rubygem-ast/Makefile index 0ea28847b..7fd08090e 100644 --- a/devel/rubygem-ast/Makefile +++ b/devel/rubygem-ast/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-astrolabe/Makefile b/devel/rubygem-astrolabe/Makefile index 965efe60d..3c95885d9 100644 --- a/devel/rubygem-astrolabe/Makefile +++ b/devel/rubygem-astrolabe/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-parser>=2.2:devel/rubygem-parser USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-async-io/Makefile b/devel/rubygem-async-io/Makefile index feb370419..363d963ff 100644 --- a/devel/rubygem-async-io/Makefile +++ b/devel/rubygem-async-io/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-async>=0:devel/rubygem-async USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-async/Makefile b/devel/rubygem-async/Makefile index ab96675a9..baa65c306 100644 --- a/devel/rubygem-async/Makefile +++ b/devel/rubygem-async/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-console>=1.10<2:devel/rubygem-console \ rubygem-timers>=4.1<5:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-atomic/Makefile b/devel/rubygem-atomic/Makefile index ee40c1c32..087896ade 100644 --- a/devel/rubygem-atomic/Makefile +++ b/devel/rubygem-atomic/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ruby-concurrency/atomic LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-attic/Makefile b/devel/rubygem-attic/Makefile index 00c29932a..4737339c9 100644 --- a/devel/rubygem-attic/Makefile +++ b/devel/rubygem-attic/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-attr_required/Makefile b/devel/rubygem-attr_required/Makefile index 615b8c9d0..88da87d0f 100644 --- a/devel/rubygem-attr_required/Makefile +++ b/devel/rubygem-attr_required/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-authlogic/Makefile b/devel/rubygem-authlogic/Makefile index a784b5fc9..aea45e2bd 100644 --- a/devel/rubygem-authlogic/Makefile +++ b/devel/rubygem-authlogic/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activemodel60>=5.2<7.1:databases/rubygem-activemodel60 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-avro/Makefile b/devel/rubygem-avro/Makefile index 13889bf15..c525fbfc2 100644 --- a/devel/rubygem-avro/Makefile +++ b/devel/rubygem-avro/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-multi_json>=1.0<2:devel/rubygem-multi_json USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-awesome_print/Makefile b/devel/rubygem-awesome_print/Makefile index 581c0892d..efe8e692d 100644 --- a/devel/rubygem-awesome_print/Makefile +++ b/devel/rubygem-awesome_print/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-awrence/Makefile b/devel/rubygem-awrence/Makefile index 4f360ac9c..e58b806f4 100644 --- a/devel/rubygem-awrence/Makefile +++ b/devel/rubygem-awrence/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-crt/Makefile b/devel/rubygem-aws-crt/Makefile index 1e7d9f32f..066acbf14 100644 --- a/devel/rubygem-aws-crt/Makefile +++ b/devel/rubygem-aws-crt/Makefile @@ -14,7 +14,6 @@ BUILD_DEPENDS= cmake:devel/cmake-core RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi USES= gem python:env shebangfix -USE_RUBY= yes #NO_ARCH= yes diff --git a/devel/rubygem-aws-eventstream/Makefile b/devel/rubygem-aws-eventstream/Makefile index 538d47490..a28eecdad 100644 --- a/devel/rubygem-aws-eventstream/Makefile +++ b/devel/rubygem-aws-eventstream/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index e21d4eebd..18d45ac0a 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-accessanalyzer/Makefile b/devel/rubygem-aws-sdk-accessanalyzer/Makefile index 070a4ecfb..dc68cf596 100644 --- a/devel/rubygem-aws-sdk-accessanalyzer/Makefile +++ b/devel/rubygem-aws-sdk-accessanalyzer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-account/Makefile b/devel/rubygem-aws-sdk-account/Makefile index 66a88313d..6c9cd9c55 100644 --- a/devel/rubygem-aws-sdk-account/Makefile +++ b/devel/rubygem-aws-sdk-account/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-acm/Makefile b/devel/rubygem-aws-sdk-acm/Makefile index b3f806d95..5953bcf11 100644 --- a/devel/rubygem-aws-sdk-acm/Makefile +++ b/devel/rubygem-aws-sdk-acm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-acmpca/Makefile b/devel/rubygem-aws-sdk-acmpca/Makefile index c927074dd..6692be8e6 100644 --- a/devel/rubygem-aws-sdk-acmpca/Makefile +++ b/devel/rubygem-aws-sdk-acmpca/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-alexaforbusiness/Makefile b/devel/rubygem-aws-sdk-alexaforbusiness/Makefile index 6dd29996b..6f485001b 100644 --- a/devel/rubygem-aws-sdk-alexaforbusiness/Makefile +++ b/devel/rubygem-aws-sdk-alexaforbusiness/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-amplify/Makefile b/devel/rubygem-aws-sdk-amplify/Makefile index cf9642e28..73ba198de 100644 --- a/devel/rubygem-aws-sdk-amplify/Makefile +++ b/devel/rubygem-aws-sdk-amplify/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-amplifybackend/Makefile b/devel/rubygem-aws-sdk-amplifybackend/Makefile index 236ffd111..929b25724 100644 --- a/devel/rubygem-aws-sdk-amplifybackend/Makefile +++ b/devel/rubygem-aws-sdk-amplifybackend/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile b/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile index d11fb98a6..68e5f4af7 100644 --- a/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile +++ b/devel/rubygem-aws-sdk-amplifyuibuilder/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-apigateway/Makefile b/devel/rubygem-aws-sdk-apigateway/Makefile index 1f195c92f..59a2537a8 100644 --- a/devel/rubygem-aws-sdk-apigateway/Makefile +++ b/devel/rubygem-aws-sdk-apigateway/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile b/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile index 4a47470b8..d0aaf1458 100644 --- a/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile +++ b/devel/rubygem-aws-sdk-apigatewaymanagementapi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-apigatewayv2/Makefile b/devel/rubygem-aws-sdk-apigatewayv2/Makefile index 162d3076f..99e273b6b 100644 --- a/devel/rubygem-aws-sdk-apigatewayv2/Makefile +++ b/devel/rubygem-aws-sdk-apigatewayv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appconfig/Makefile b/devel/rubygem-aws-sdk-appconfig/Makefile index cc2e02f66..5ca2cb1fc 100644 --- a/devel/rubygem-aws-sdk-appconfig/Makefile +++ b/devel/rubygem-aws-sdk-appconfig/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appconfigdata/Makefile b/devel/rubygem-aws-sdk-appconfigdata/Makefile index ed4a1b3a5..9eacd64a6 100644 --- a/devel/rubygem-aws-sdk-appconfigdata/Makefile +++ b/devel/rubygem-aws-sdk-appconfigdata/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appflow/Makefile b/devel/rubygem-aws-sdk-appflow/Makefile index 0f5628411..ee89425e6 100644 --- a/devel/rubygem-aws-sdk-appflow/Makefile +++ b/devel/rubygem-aws-sdk-appflow/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile index b482d788f..5053078ae 100644 --- a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile +++ b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-applicationautoscaling/Makefile b/devel/rubygem-aws-sdk-applicationautoscaling/Makefile index a887eb8b6..46e16a048 100644 --- a/devel/rubygem-aws-sdk-applicationautoscaling/Makefile +++ b/devel/rubygem-aws-sdk-applicationautoscaling/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile index 7843ce858..3ca43ae20 100644 --- a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile +++ b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile b/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile index ce3bc194c..dedcd9724 100644 --- a/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile +++ b/devel/rubygem-aws-sdk-applicationdiscoveryservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-applicationinsights/Makefile b/devel/rubygem-aws-sdk-applicationinsights/Makefile index a0c62d725..6a75132ae 100644 --- a/devel/rubygem-aws-sdk-applicationinsights/Makefile +++ b/devel/rubygem-aws-sdk-applicationinsights/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appmesh/Makefile b/devel/rubygem-aws-sdk-appmesh/Makefile index 91128e2fd..e48284107 100644 --- a/devel/rubygem-aws-sdk-appmesh/Makefile +++ b/devel/rubygem-aws-sdk-appmesh/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appregistry/Makefile b/devel/rubygem-aws-sdk-appregistry/Makefile index 17c25fa36..7fcb28426 100644 --- a/devel/rubygem-aws-sdk-appregistry/Makefile +++ b/devel/rubygem-aws-sdk-appregistry/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-apprunner/Makefile b/devel/rubygem-aws-sdk-apprunner/Makefile index 151584a28..bf3f74cda 100644 --- a/devel/rubygem-aws-sdk-apprunner/Makefile +++ b/devel/rubygem-aws-sdk-apprunner/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appstream/Makefile b/devel/rubygem-aws-sdk-appstream/Makefile index bee16e47e..cfef20fb3 100644 --- a/devel/rubygem-aws-sdk-appstream/Makefile +++ b/devel/rubygem-aws-sdk-appstream/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-appsync/Makefile b/devel/rubygem-aws-sdk-appsync/Makefile index 52aa75229..5b3da52a6 100644 --- a/devel/rubygem-aws-sdk-appsync/Makefile +++ b/devel/rubygem-aws-sdk-appsync/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-athena/Makefile b/devel/rubygem-aws-sdk-athena/Makefile index 39842af08..9395b85ff 100644 --- a/devel/rubygem-aws-sdk-athena/Makefile +++ b/devel/rubygem-aws-sdk-athena/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-auditmanager/Makefile b/devel/rubygem-aws-sdk-auditmanager/Makefile index 0ba179005..bb5742808 100644 --- a/devel/rubygem-aws-sdk-auditmanager/Makefile +++ b/devel/rubygem-aws-sdk-auditmanager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-augmentedairuntime/Makefile b/devel/rubygem-aws-sdk-augmentedairuntime/Makefile index 9eb6386b0..272c204f8 100644 --- a/devel/rubygem-aws-sdk-augmentedairuntime/Makefile +++ b/devel/rubygem-aws-sdk-augmentedairuntime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-autoscaling/Makefile b/devel/rubygem-aws-sdk-autoscaling/Makefile index 5ba34744e..e7154df95 100644 --- a/devel/rubygem-aws-sdk-autoscaling/Makefile +++ b/devel/rubygem-aws-sdk-autoscaling/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-autoscalingplans/Makefile b/devel/rubygem-aws-sdk-autoscalingplans/Makefile index 20e2c9487..b6b803f9a 100644 --- a/devel/rubygem-aws-sdk-autoscalingplans/Makefile +++ b/devel/rubygem-aws-sdk-autoscalingplans/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-backup/Makefile b/devel/rubygem-aws-sdk-backup/Makefile index b9a351df6..a89f5518b 100644 --- a/devel/rubygem-aws-sdk-backup/Makefile +++ b/devel/rubygem-aws-sdk-backup/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-backupgateway/Makefile b/devel/rubygem-aws-sdk-backupgateway/Makefile index 35fe04476..c33578a4a 100644 --- a/devel/rubygem-aws-sdk-backupgateway/Makefile +++ b/devel/rubygem-aws-sdk-backupgateway/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-backupstorage/Makefile b/devel/rubygem-aws-sdk-backupstorage/Makefile index 198a84011..6ccebbd25 100644 --- a/devel/rubygem-aws-sdk-backupstorage/Makefile +++ b/devel/rubygem-aws-sdk-backupstorage/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-batch/Makefile b/devel/rubygem-aws-sdk-batch/Makefile index ae1f0569d..2716a2253 100644 --- a/devel/rubygem-aws-sdk-batch/Makefile +++ b/devel/rubygem-aws-sdk-batch/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-billingconductor/Makefile b/devel/rubygem-aws-sdk-billingconductor/Makefile index 53ae80ff7..0c5995e2e 100644 --- a/devel/rubygem-aws-sdk-billingconductor/Makefile +++ b/devel/rubygem-aws-sdk-billingconductor/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-braket/Makefile b/devel/rubygem-aws-sdk-braket/Makefile index 4262e9683..b307d19a1 100644 --- a/devel/rubygem-aws-sdk-braket/Makefile +++ b/devel/rubygem-aws-sdk-braket/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-budgets/Makefile b/devel/rubygem-aws-sdk-budgets/Makefile index 8c8102d08..39bb0980b 100644 --- a/devel/rubygem-aws-sdk-budgets/Makefile +++ b/devel/rubygem-aws-sdk-budgets/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chime/Makefile b/devel/rubygem-aws-sdk-chime/Makefile index ff3c086ee..b71c296dd 100644 --- a/devel/rubygem-aws-sdk-chime/Makefile +++ b/devel/rubygem-aws-sdk-chime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chimesdkidentity/Makefile b/devel/rubygem-aws-sdk-chimesdkidentity/Makefile index 7f8185077..613023c79 100644 --- a/devel/rubygem-aws-sdk-chimesdkidentity/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkidentity/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile b/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile index cf1f4e59d..b94ac0c6a 100644 --- a/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmediapipelines/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile b/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile index b9635bdaa..0ec10c112 100644 --- a/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmeetings/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile b/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile index ec1e9d845..fdbd0223c 100644 --- a/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkmessaging/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-chimesdkvoice/Makefile b/devel/rubygem-aws-sdk-chimesdkvoice/Makefile index e0b3a3b92..cbcc564d5 100644 --- a/devel/rubygem-aws-sdk-chimesdkvoice/Makefile +++ b/devel/rubygem-aws-sdk-chimesdkvoice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloud9/Makefile b/devel/rubygem-aws-sdk-cloud9/Makefile index 1f730b5e8..131de40c5 100644 --- a/devel/rubygem-aws-sdk-cloud9/Makefile +++ b/devel/rubygem-aws-sdk-cloud9/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile b/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile index 20967686f..cbf939a86 100644 --- a/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile +++ b/devel/rubygem-aws-sdk-cloudcontrolapi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-clouddirectory/Makefile b/devel/rubygem-aws-sdk-clouddirectory/Makefile index 0c0b7f0fa..52a1bd2fd 100644 --- a/devel/rubygem-aws-sdk-clouddirectory/Makefile +++ b/devel/rubygem-aws-sdk-clouddirectory/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index 1df3a423e..fcf8d3531 100644 --- a/devel/rubygem-aws-sdk-cloudformation/Makefile +++ b/devel/rubygem-aws-sdk-cloudformation/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudfront/Makefile b/devel/rubygem-aws-sdk-cloudfront/Makefile index 20d543dd2..d9c0c40f4 100644 --- a/devel/rubygem-aws-sdk-cloudfront/Makefile +++ b/devel/rubygem-aws-sdk-cloudfront/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudhsm/Makefile b/devel/rubygem-aws-sdk-cloudhsm/Makefile index 050890d5a..669c6a138 100644 --- a/devel/rubygem-aws-sdk-cloudhsm/Makefile +++ b/devel/rubygem-aws-sdk-cloudhsm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudhsmv2/Makefile b/devel/rubygem-aws-sdk-cloudhsmv2/Makefile index b7779ed7e..4998bdb7e 100644 --- a/devel/rubygem-aws-sdk-cloudhsmv2/Makefile +++ b/devel/rubygem-aws-sdk-cloudhsmv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudsearch/Makefile b/devel/rubygem-aws-sdk-cloudsearch/Makefile index a0388fb74..a84b5daf6 100644 --- a/devel/rubygem-aws-sdk-cloudsearch/Makefile +++ b/devel/rubygem-aws-sdk-cloudsearch/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudsearchdomain/Makefile b/devel/rubygem-aws-sdk-cloudsearchdomain/Makefile index 8d95d69ba..a1965d30e 100644 --- a/devel/rubygem-aws-sdk-cloudsearchdomain/Makefile +++ b/devel/rubygem-aws-sdk-cloudsearchdomain/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudtrail/Makefile b/devel/rubygem-aws-sdk-cloudtrail/Makefile index 1f6613577..18bf67183 100644 --- a/devel/rubygem-aws-sdk-cloudtrail/Makefile +++ b/devel/rubygem-aws-sdk-cloudtrail/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudwatch/Makefile b/devel/rubygem-aws-sdk-cloudwatch/Makefile index 87c52aa6a..d0e2fb975 100644 --- a/devel/rubygem-aws-sdk-cloudwatch/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatch/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudwatchevents/Makefile b/devel/rubygem-aws-sdk-cloudwatchevents/Makefile index b3ce3706e..3f187afc0 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevents/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchevents/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile b/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile index f7a693bea..4ed184783 100644 --- a/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchevidently/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index 36374ab3d..e84643cb9 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cloudwatchrum/Makefile b/devel/rubygem-aws-sdk-cloudwatchrum/Makefile index 6875d4eeb..b98feb122 100644 --- a/devel/rubygem-aws-sdk-cloudwatchrum/Makefile +++ b/devel/rubygem-aws-sdk-cloudwatchrum/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codeartifact/Makefile b/devel/rubygem-aws-sdk-codeartifact/Makefile index 0f9702b0e..c0c900b7c 100644 --- a/devel/rubygem-aws-sdk-codeartifact/Makefile +++ b/devel/rubygem-aws-sdk-codeartifact/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codebuild/Makefile b/devel/rubygem-aws-sdk-codebuild/Makefile index e80dfc72c..df362057b 100644 --- a/devel/rubygem-aws-sdk-codebuild/Makefile +++ b/devel/rubygem-aws-sdk-codebuild/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codecommit/Makefile b/devel/rubygem-aws-sdk-codecommit/Makefile index 68fb75892..265216020 100644 --- a/devel/rubygem-aws-sdk-codecommit/Makefile +++ b/devel/rubygem-aws-sdk-codecommit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codedeploy/Makefile b/devel/rubygem-aws-sdk-codedeploy/Makefile index 4c3e73a39..6eb86fdca 100644 --- a/devel/rubygem-aws-sdk-codedeploy/Makefile +++ b/devel/rubygem-aws-sdk-codedeploy/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codeguruprofiler/Makefile b/devel/rubygem-aws-sdk-codeguruprofiler/Makefile index d90ecb435..f54005150 100644 --- a/devel/rubygem-aws-sdk-codeguruprofiler/Makefile +++ b/devel/rubygem-aws-sdk-codeguruprofiler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codegurureviewer/Makefile b/devel/rubygem-aws-sdk-codegurureviewer/Makefile index af18ce0e8..b351ff7a5 100644 --- a/devel/rubygem-aws-sdk-codegurureviewer/Makefile +++ b/devel/rubygem-aws-sdk-codegurureviewer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codepipeline/Makefile b/devel/rubygem-aws-sdk-codepipeline/Makefile index b094e0fcf..91d9c1242 100644 --- a/devel/rubygem-aws-sdk-codepipeline/Makefile +++ b/devel/rubygem-aws-sdk-codepipeline/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codestar/Makefile b/devel/rubygem-aws-sdk-codestar/Makefile index 5688b8c52..b49b13b8a 100644 --- a/devel/rubygem-aws-sdk-codestar/Makefile +++ b/devel/rubygem-aws-sdk-codestar/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codestarconnections/Makefile b/devel/rubygem-aws-sdk-codestarconnections/Makefile index 8a63ffd38..9bd6c602c 100644 --- a/devel/rubygem-aws-sdk-codestarconnections/Makefile +++ b/devel/rubygem-aws-sdk-codestarconnections/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-codestarnotifications/Makefile b/devel/rubygem-aws-sdk-codestarnotifications/Makefile index 33fbc8d3e..cbe8e15c1 100644 --- a/devel/rubygem-aws-sdk-codestarnotifications/Makefile +++ b/devel/rubygem-aws-sdk-codestarnotifications/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cognitoidentity/Makefile b/devel/rubygem-aws-sdk-cognitoidentity/Makefile index def34b24d..147b30c30 100644 --- a/devel/rubygem-aws-sdk-cognitoidentity/Makefile +++ b/devel/rubygem-aws-sdk-cognitoidentity/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile b/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile index e60228f7e..68301bdbd 100644 --- a/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile +++ b/devel/rubygem-aws-sdk-cognitoidentityprovider/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-cognitosync/Makefile b/devel/rubygem-aws-sdk-cognitosync/Makefile index 5e25e6281..de941f93a 100644 --- a/devel/rubygem-aws-sdk-cognitosync/Makefile +++ b/devel/rubygem-aws-sdk-cognitosync/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-comprehend/Makefile b/devel/rubygem-aws-sdk-comprehend/Makefile index d55cecc6e..a9dcfe0ea 100644 --- a/devel/rubygem-aws-sdk-comprehend/Makefile +++ b/devel/rubygem-aws-sdk-comprehend/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-comprehendmedical/Makefile b/devel/rubygem-aws-sdk-comprehendmedical/Makefile index d21ba1f95..c9812b92b 100644 --- a/devel/rubygem-aws-sdk-comprehendmedical/Makefile +++ b/devel/rubygem-aws-sdk-comprehendmedical/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-computeoptimizer/Makefile b/devel/rubygem-aws-sdk-computeoptimizer/Makefile index dc722f205..c8560a791 100644 --- a/devel/rubygem-aws-sdk-computeoptimizer/Makefile +++ b/devel/rubygem-aws-sdk-computeoptimizer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-configservice/Makefile b/devel/rubygem-aws-sdk-configservice/Makefile index bc043a264..95fa69904 100644 --- a/devel/rubygem-aws-sdk-configservice/Makefile +++ b/devel/rubygem-aws-sdk-configservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index 55ce1517f..a9da833b8 100644 --- a/devel/rubygem-aws-sdk-connect/Makefile +++ b/devel/rubygem-aws-sdk-connect/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connectcampaignservice/Makefile b/devel/rubygem-aws-sdk-connectcampaignservice/Makefile index f35566124..9c0e371a5 100644 --- a/devel/rubygem-aws-sdk-connectcampaignservice/Makefile +++ b/devel/rubygem-aws-sdk-connectcampaignservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connectcases/Makefile b/devel/rubygem-aws-sdk-connectcases/Makefile index 75783d4fa..f27606ede 100644 --- a/devel/rubygem-aws-sdk-connectcases/Makefile +++ b/devel/rubygem-aws-sdk-connectcases/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connectcontactlens/Makefile b/devel/rubygem-aws-sdk-connectcontactlens/Makefile index 1b5e3ae0b..b3f58ea3a 100644 --- a/devel/rubygem-aws-sdk-connectcontactlens/Makefile +++ b/devel/rubygem-aws-sdk-connectcontactlens/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connectparticipant/Makefile b/devel/rubygem-aws-sdk-connectparticipant/Makefile index ca5e55fde..290afd74f 100644 --- a/devel/rubygem-aws-sdk-connectparticipant/Makefile +++ b/devel/rubygem-aws-sdk-connectparticipant/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-connectwisdomservice/Makefile b/devel/rubygem-aws-sdk-connectwisdomservice/Makefile index f93b7b2b8..341dea00d 100644 --- a/devel/rubygem-aws-sdk-connectwisdomservice/Makefile +++ b/devel/rubygem-aws-sdk-connectwisdomservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-controltower/Makefile b/devel/rubygem-aws-sdk-controltower/Makefile index e79615497..2ee163645 100644 --- a/devel/rubygem-aws-sdk-controltower/Makefile +++ b/devel/rubygem-aws-sdk-controltower/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile index 4a6b0791c..c5f15abba 100644 --- a/devel/rubygem-aws-sdk-core/Makefile +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream \ rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-core2/Makefile b/devel/rubygem-aws-sdk-core2/Makefile index 65f793884..87f347baa 100644 --- a/devel/rubygem-aws-sdk-core2/Makefile +++ b/devel/rubygem-aws-sdk-core2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sigv4>=1.0<2:devel/rubygem-aws-sigv4 \ rubygem-jmespath>=1.0<2:devel/rubygem-jmespath USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-costandusagereportservice/Makefile b/devel/rubygem-aws-sdk-costandusagereportservice/Makefile index e71a7482a..71bc216e7 100644 --- a/devel/rubygem-aws-sdk-costandusagereportservice/Makefile +++ b/devel/rubygem-aws-sdk-costandusagereportservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-costexplorer/Makefile b/devel/rubygem-aws-sdk-costexplorer/Makefile index be9224169..b9e778032 100644 --- a/devel/rubygem-aws-sdk-costexplorer/Makefile +++ b/devel/rubygem-aws-sdk-costexplorer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-customerprofiles/Makefile b/devel/rubygem-aws-sdk-customerprofiles/Makefile index 350327bbb..6255cd827 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/Makefile +++ b/devel/rubygem-aws-sdk-customerprofiles/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-databasemigrationservice/Makefile b/devel/rubygem-aws-sdk-databasemigrationservice/Makefile index 5b6aa470d..7fb9afe1d 100644 --- a/devel/rubygem-aws-sdk-databasemigrationservice/Makefile +++ b/devel/rubygem-aws-sdk-databasemigrationservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-dataexchange/Makefile b/devel/rubygem-aws-sdk-dataexchange/Makefile index 7850910b6..edba359ab 100644 --- a/devel/rubygem-aws-sdk-dataexchange/Makefile +++ b/devel/rubygem-aws-sdk-dataexchange/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-datapipeline/Makefile b/devel/rubygem-aws-sdk-datapipeline/Makefile index 65c0d9896..be704cc03 100644 --- a/devel/rubygem-aws-sdk-datapipeline/Makefile +++ b/devel/rubygem-aws-sdk-datapipeline/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-datasync/Makefile b/devel/rubygem-aws-sdk-datasync/Makefile index b8df8f89f..ad5054a51 100644 --- a/devel/rubygem-aws-sdk-datasync/Makefile +++ b/devel/rubygem-aws-sdk-datasync/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-dax/Makefile b/devel/rubygem-aws-sdk-dax/Makefile index 30faac46c..1da2d6c94 100644 --- a/devel/rubygem-aws-sdk-dax/Makefile +++ b/devel/rubygem-aws-sdk-dax/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-detective/Makefile b/devel/rubygem-aws-sdk-detective/Makefile index 7b32f630a..2bbecc2bc 100644 --- a/devel/rubygem-aws-sdk-detective/Makefile +++ b/devel/rubygem-aws-sdk-detective/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-devicefarm/Makefile b/devel/rubygem-aws-sdk-devicefarm/Makefile index 6558a809e..e06ce233e 100644 --- a/devel/rubygem-aws-sdk-devicefarm/Makefile +++ b/devel/rubygem-aws-sdk-devicefarm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-devopsguru/Makefile b/devel/rubygem-aws-sdk-devopsguru/Makefile index a728f5132..639f52efe 100644 --- a/devel/rubygem-aws-sdk-devopsguru/Makefile +++ b/devel/rubygem-aws-sdk-devopsguru/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-directconnect/Makefile b/devel/rubygem-aws-sdk-directconnect/Makefile index af97a0809..db4177c34 100644 --- a/devel/rubygem-aws-sdk-directconnect/Makefile +++ b/devel/rubygem-aws-sdk-directconnect/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-directoryservice/Makefile b/devel/rubygem-aws-sdk-directoryservice/Makefile index 09b806502..37629d7fc 100644 --- a/devel/rubygem-aws-sdk-directoryservice/Makefile +++ b/devel/rubygem-aws-sdk-directoryservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-dlm/Makefile b/devel/rubygem-aws-sdk-dlm/Makefile index e630d96f0..bfeb5ebe2 100644 --- a/devel/rubygem-aws-sdk-dlm/Makefile +++ b/devel/rubygem-aws-sdk-dlm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-docdb/Makefile b/devel/rubygem-aws-sdk-docdb/Makefile index 5ea9a6ed3..311ae3401 100644 --- a/devel/rubygem-aws-sdk-docdb/Makefile +++ b/devel/rubygem-aws-sdk-docdb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-drs/Makefile b/devel/rubygem-aws-sdk-drs/Makefile index 5333f4ecb..8dc65581d 100644 --- a/devel/rubygem-aws-sdk-drs/Makefile +++ b/devel/rubygem-aws-sdk-drs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-dynamodb/Makefile b/devel/rubygem-aws-sdk-dynamodb/Makefile index 4bbf93a48..e61c44738 100644 --- a/devel/rubygem-aws-sdk-dynamodb/Makefile +++ b/devel/rubygem-aws-sdk-dynamodb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile index 9effdabe7..157376cc0 100644 --- a/devel/rubygem-aws-sdk-dynamodbstreams/Makefile +++ b/devel/rubygem-aws-sdk-dynamodbstreams/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ebs/Makefile b/devel/rubygem-aws-sdk-ebs/Makefile index 177485c15..ad821cbf9 100644 --- a/devel/rubygem-aws-sdk-ebs/Makefile +++ b/devel/rubygem-aws-sdk-ebs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ec2/Makefile b/devel/rubygem-aws-sdk-ec2/Makefile index 6d14491c4..1e9519fdc 100644 --- a/devel/rubygem-aws-sdk-ec2/Makefile +++ b/devel/rubygem-aws-sdk-ec2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile b/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile index ad3da0c6d..243485252 100644 --- a/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile +++ b/devel/rubygem-aws-sdk-ec2instanceconnect/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ecr/Makefile b/devel/rubygem-aws-sdk-ecr/Makefile index 6a5d48d10..71c25b847 100644 --- a/devel/rubygem-aws-sdk-ecr/Makefile +++ b/devel/rubygem-aws-sdk-ecr/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ecrpublic/Makefile b/devel/rubygem-aws-sdk-ecrpublic/Makefile index d19042f50..5f6fb4767 100644 --- a/devel/rubygem-aws-sdk-ecrpublic/Makefile +++ b/devel/rubygem-aws-sdk-ecrpublic/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ecs/Makefile b/devel/rubygem-aws-sdk-ecs/Makefile index bf1cae896..24ec93ad7 100644 --- a/devel/rubygem-aws-sdk-ecs/Makefile +++ b/devel/rubygem-aws-sdk-ecs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-efs/Makefile b/devel/rubygem-aws-sdk-efs/Makefile index 20e1f0285..b0f263510 100644 --- a/devel/rubygem-aws-sdk-efs/Makefile +++ b/devel/rubygem-aws-sdk-efs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-eks/Makefile b/devel/rubygem-aws-sdk-eks/Makefile index 74bab1d8d..347fe55f4 100644 --- a/devel/rubygem-aws-sdk-eks/Makefile +++ b/devel/rubygem-aws-sdk-eks/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticache/Makefile b/devel/rubygem-aws-sdk-elasticache/Makefile index fc30e2282..5940e07fa 100644 --- a/devel/rubygem-aws-sdk-elasticache/Makefile +++ b/devel/rubygem-aws-sdk-elasticache/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile b/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile index afd8a4c5c..aaec98310 100644 --- a/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile +++ b/devel/rubygem-aws-sdk-elasticbeanstalk/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticinference/Makefile b/devel/rubygem-aws-sdk-elasticinference/Makefile index 626d90003..89123d575 100644 --- a/devel/rubygem-aws-sdk-elasticinference/Makefile +++ b/devel/rubygem-aws-sdk-elasticinference/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile b/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile index e92301fb8..2ea0f504e 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile +++ b/devel/rubygem-aws-sdk-elasticloadbalancing/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile b/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile index 15beaa6c7..14ce59c31 100644 --- a/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile +++ b/devel/rubygem-aws-sdk-elasticloadbalancingv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elasticsearchservice/Makefile b/devel/rubygem-aws-sdk-elasticsearchservice/Makefile index 836351db5..fda956dcb 100644 --- a/devel/rubygem-aws-sdk-elasticsearchservice/Makefile +++ b/devel/rubygem-aws-sdk-elasticsearchservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-elastictranscoder/Makefile b/devel/rubygem-aws-sdk-elastictranscoder/Makefile index 6d80745c1..013552502 100644 --- a/devel/rubygem-aws-sdk-elastictranscoder/Makefile +++ b/devel/rubygem-aws-sdk-elastictranscoder/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-emr/Makefile b/devel/rubygem-aws-sdk-emr/Makefile index 3d11b6fd4..bb2593aa2 100644 --- a/devel/rubygem-aws-sdk-emr/Makefile +++ b/devel/rubygem-aws-sdk-emr/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-emrcontainers/Makefile b/devel/rubygem-aws-sdk-emrcontainers/Makefile index 05ecd48c8..8205fe261 100644 --- a/devel/rubygem-aws-sdk-emrcontainers/Makefile +++ b/devel/rubygem-aws-sdk-emrcontainers/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-emrserverless/Makefile b/devel/rubygem-aws-sdk-emrserverless/Makefile index bb31ff882..761122275 100644 --- a/devel/rubygem-aws-sdk-emrserverless/Makefile +++ b/devel/rubygem-aws-sdk-emrserverless/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-eventbridge/Makefile b/devel/rubygem-aws-sdk-eventbridge/Makefile index 538176524..b4c9fe92c 100644 --- a/devel/rubygem-aws-sdk-eventbridge/Makefile +++ b/devel/rubygem-aws-sdk-eventbridge/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-finspace/Makefile b/devel/rubygem-aws-sdk-finspace/Makefile index 1ddbb8883..454322933 100644 --- a/devel/rubygem-aws-sdk-finspace/Makefile +++ b/devel/rubygem-aws-sdk-finspace/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-finspacedata/Makefile b/devel/rubygem-aws-sdk-finspacedata/Makefile index 5c8f54a5b..d09594731 100644 --- a/devel/rubygem-aws-sdk-finspacedata/Makefile +++ b/devel/rubygem-aws-sdk-finspacedata/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-firehose/Makefile b/devel/rubygem-aws-sdk-firehose/Makefile index 7eede35f5..208b1f45f 100644 --- a/devel/rubygem-aws-sdk-firehose/Makefile +++ b/devel/rubygem-aws-sdk-firehose/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-fis/Makefile b/devel/rubygem-aws-sdk-fis/Makefile index ae86fc528..684483142 100644 --- a/devel/rubygem-aws-sdk-fis/Makefile +++ b/devel/rubygem-aws-sdk-fis/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-fms/Makefile b/devel/rubygem-aws-sdk-fms/Makefile index 1a509d7e1..2d12553a0 100644 --- a/devel/rubygem-aws-sdk-fms/Makefile +++ b/devel/rubygem-aws-sdk-fms/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-forecastqueryservice/Makefile b/devel/rubygem-aws-sdk-forecastqueryservice/Makefile index 5a5aab5d9..7f8989db4 100644 --- a/devel/rubygem-aws-sdk-forecastqueryservice/Makefile +++ b/devel/rubygem-aws-sdk-forecastqueryservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-forecastservice/Makefile b/devel/rubygem-aws-sdk-forecastservice/Makefile index eb880a2d6..22de9165d 100644 --- a/devel/rubygem-aws-sdk-forecastservice/Makefile +++ b/devel/rubygem-aws-sdk-forecastservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-frauddetector/Makefile b/devel/rubygem-aws-sdk-frauddetector/Makefile index 6919235fa..d7b6b5131 100644 --- a/devel/rubygem-aws-sdk-frauddetector/Makefile +++ b/devel/rubygem-aws-sdk-frauddetector/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-fsx/Makefile b/devel/rubygem-aws-sdk-fsx/Makefile index 9463d2257..1518a5a9a 100644 --- a/devel/rubygem-aws-sdk-fsx/Makefile +++ b/devel/rubygem-aws-sdk-fsx/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-gamelift/Makefile b/devel/rubygem-aws-sdk-gamelift/Makefile index 8d7c44672..c4e225fc8 100644 --- a/devel/rubygem-aws-sdk-gamelift/Makefile +++ b/devel/rubygem-aws-sdk-gamelift/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-gamesparks/Makefile b/devel/rubygem-aws-sdk-gamesparks/Makefile index 2dab93e25..1d64caa0a 100644 --- a/devel/rubygem-aws-sdk-gamesparks/Makefile +++ b/devel/rubygem-aws-sdk-gamesparks/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-glacier/Makefile b/devel/rubygem-aws-sdk-glacier/Makefile index 64add040d..867b061b9 100644 --- a/devel/rubygem-aws-sdk-glacier/Makefile +++ b/devel/rubygem-aws-sdk-glacier/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-globalaccelerator/Makefile b/devel/rubygem-aws-sdk-globalaccelerator/Makefile index 8c101af19..fdecfc3a5 100644 --- a/devel/rubygem-aws-sdk-globalaccelerator/Makefile +++ b/devel/rubygem-aws-sdk-globalaccelerator/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index d18ca7da1..25e07da68 100644 --- a/devel/rubygem-aws-sdk-glue/Makefile +++ b/devel/rubygem-aws-sdk-glue/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-gluedatabrew/Makefile b/devel/rubygem-aws-sdk-gluedatabrew/Makefile index 68414aa63..ebc5d29b7 100644 --- a/devel/rubygem-aws-sdk-gluedatabrew/Makefile +++ b/devel/rubygem-aws-sdk-gluedatabrew/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-greengrass/Makefile b/devel/rubygem-aws-sdk-greengrass/Makefile index 56e33f68b..4b9118e30 100644 --- a/devel/rubygem-aws-sdk-greengrass/Makefile +++ b/devel/rubygem-aws-sdk-greengrass/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-greengrassv2/Makefile b/devel/rubygem-aws-sdk-greengrassv2/Makefile index 96c2061e9..5fe8301ad 100644 --- a/devel/rubygem-aws-sdk-greengrassv2/Makefile +++ b/devel/rubygem-aws-sdk-greengrassv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-groundstation/Makefile b/devel/rubygem-aws-sdk-groundstation/Makefile index c6a920dd6..e195b536a 100644 --- a/devel/rubygem-aws-sdk-groundstation/Makefile +++ b/devel/rubygem-aws-sdk-groundstation/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-guardduty/Makefile b/devel/rubygem-aws-sdk-guardduty/Makefile index 0354a3ab4..f9dd6d4ab 100644 --- a/devel/rubygem-aws-sdk-guardduty/Makefile +++ b/devel/rubygem-aws-sdk-guardduty/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-health/Makefile b/devel/rubygem-aws-sdk-health/Makefile index d570990c0..7da5f7a68 100644 --- a/devel/rubygem-aws-sdk-health/Makefile +++ b/devel/rubygem-aws-sdk-health/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-healthlake/Makefile b/devel/rubygem-aws-sdk-healthlake/Makefile index e89dcd254..f62544159 100644 --- a/devel/rubygem-aws-sdk-healthlake/Makefile +++ b/devel/rubygem-aws-sdk-healthlake/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-honeycode/Makefile b/devel/rubygem-aws-sdk-honeycode/Makefile index f7af0d0f4..0aed54d87 100644 --- a/devel/rubygem-aws-sdk-honeycode/Makefile +++ b/devel/rubygem-aws-sdk-honeycode/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index 0a2a08b20..e8ed7edad 100644 --- a/devel/rubygem-aws-sdk-iam/Makefile +++ b/devel/rubygem-aws-sdk-iam/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-identitystore/Makefile b/devel/rubygem-aws-sdk-identitystore/Makefile index eceef14eb..52df6f146 100644 --- a/devel/rubygem-aws-sdk-identitystore/Makefile +++ b/devel/rubygem-aws-sdk-identitystore/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-imagebuilder/Makefile b/devel/rubygem-aws-sdk-imagebuilder/Makefile index 7c17415f8..6594ba906 100644 --- a/devel/rubygem-aws-sdk-imagebuilder/Makefile +++ b/devel/rubygem-aws-sdk-imagebuilder/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-importexport/Makefile b/devel/rubygem-aws-sdk-importexport/Makefile index c19988d9f..0ce3f2153 100644 --- a/devel/rubygem-aws-sdk-importexport/Makefile +++ b/devel/rubygem-aws-sdk-importexport/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv2>=1.0<2:devel/rubygem-aws-sigv2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-inspector/Makefile b/devel/rubygem-aws-sdk-inspector/Makefile index 566da6da3..bbac2102e 100644 --- a/devel/rubygem-aws-sdk-inspector/Makefile +++ b/devel/rubygem-aws-sdk-inspector/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-inspector2/Makefile b/devel/rubygem-aws-sdk-inspector2/Makefile index a7a44091a..677a88bdb 100644 --- a/devel/rubygem-aws-sdk-inspector2/Makefile +++ b/devel/rubygem-aws-sdk-inspector2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iot/Makefile b/devel/rubygem-aws-sdk-iot/Makefile index acab7f574..35ee1a8fd 100644 --- a/devel/rubygem-aws-sdk-iot/Makefile +++ b/devel/rubygem-aws-sdk-iot/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iot1clickdevicesservice/Makefile b/devel/rubygem-aws-sdk-iot1clickdevicesservice/Makefile index 8106c16c3..a1651c05a 100644 --- a/devel/rubygem-aws-sdk-iot1clickdevicesservice/Makefile +++ b/devel/rubygem-aws-sdk-iot1clickdevicesservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iot1clickprojects/Makefile b/devel/rubygem-aws-sdk-iot1clickprojects/Makefile index 38f01f1d3..5e533532c 100644 --- a/devel/rubygem-aws-sdk-iot1clickprojects/Makefile +++ b/devel/rubygem-aws-sdk-iot1clickprojects/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotanalytics/Makefile b/devel/rubygem-aws-sdk-iotanalytics/Makefile index cfd62c921..37e670683 100644 --- a/devel/rubygem-aws-sdk-iotanalytics/Makefile +++ b/devel/rubygem-aws-sdk-iotanalytics/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotdataplane/Makefile b/devel/rubygem-aws-sdk-iotdataplane/Makefile index d1307515d..4c6f8e15e 100644 --- a/devel/rubygem-aws-sdk-iotdataplane/Makefile +++ b/devel/rubygem-aws-sdk-iotdataplane/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile b/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile index 7b9318945..cf18c6f38 100644 --- a/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile +++ b/devel/rubygem-aws-sdk-iotdeviceadvisor/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotevents/Makefile b/devel/rubygem-aws-sdk-iotevents/Makefile index 5b1be6290..cf7042fba 100644 --- a/devel/rubygem-aws-sdk-iotevents/Makefile +++ b/devel/rubygem-aws-sdk-iotevents/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ioteventsdata/Makefile b/devel/rubygem-aws-sdk-ioteventsdata/Makefile index 26aef06da..5e162e4dd 100644 --- a/devel/rubygem-aws-sdk-ioteventsdata/Makefile +++ b/devel/rubygem-aws-sdk-ioteventsdata/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotfleethub/Makefile b/devel/rubygem-aws-sdk-iotfleethub/Makefile index 842d3007d..1e4839535 100644 --- a/devel/rubygem-aws-sdk-iotfleethub/Makefile +++ b/devel/rubygem-aws-sdk-iotfleethub/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotfleetwise/Makefile b/devel/rubygem-aws-sdk-iotfleetwise/Makefile index cf8941b28..3934f47bb 100644 --- a/devel/rubygem-aws-sdk-iotfleetwise/Makefile +++ b/devel/rubygem-aws-sdk-iotfleetwise/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile b/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile index 3b45db55e..47f3749d7 100644 --- a/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile +++ b/devel/rubygem-aws-sdk-iotjobsdataplane/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotroborunner/Makefile b/devel/rubygem-aws-sdk-iotroborunner/Makefile index efadd2177..8d34dcfae 100644 --- a/devel/rubygem-aws-sdk-iotroborunner/Makefile +++ b/devel/rubygem-aws-sdk-iotroborunner/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile b/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile index efc3d9a56..0eda0e151 100644 --- a/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile +++ b/devel/rubygem-aws-sdk-iotsecuretunneling/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotsitewise/Makefile b/devel/rubygem-aws-sdk-iotsitewise/Makefile index e1f0ca1d5..5f358403d 100644 --- a/devel/rubygem-aws-sdk-iotsitewise/Makefile +++ b/devel/rubygem-aws-sdk-iotsitewise/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotthingsgraph/Makefile b/devel/rubygem-aws-sdk-iotthingsgraph/Makefile index 7cbf1f54d..154bfdcd6 100644 --- a/devel/rubygem-aws-sdk-iotthingsgraph/Makefile +++ b/devel/rubygem-aws-sdk-iotthingsgraph/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iottwinmaker/Makefile b/devel/rubygem-aws-sdk-iottwinmaker/Makefile index e552692f3..89101eaf3 100644 --- a/devel/rubygem-aws-sdk-iottwinmaker/Makefile +++ b/devel/rubygem-aws-sdk-iottwinmaker/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-iotwireless/Makefile b/devel/rubygem-aws-sdk-iotwireless/Makefile index 19936329c..af20d8d0b 100644 --- a/devel/rubygem-aws-sdk-iotwireless/Makefile +++ b/devel/rubygem-aws-sdk-iotwireless/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ivs/Makefile b/devel/rubygem-aws-sdk-ivs/Makefile index 75dce5af6..9d147648f 100644 --- a/devel/rubygem-aws-sdk-ivs/Makefile +++ b/devel/rubygem-aws-sdk-ivs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ivschat/Makefile b/devel/rubygem-aws-sdk-ivschat/Makefile index 1e2294568..4b9ec5a51 100644 --- a/devel/rubygem-aws-sdk-ivschat/Makefile +++ b/devel/rubygem-aws-sdk-ivschat/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kafka/Makefile b/devel/rubygem-aws-sdk-kafka/Makefile index a3594bfd4..d12d674bb 100644 --- a/devel/rubygem-aws-sdk-kafka/Makefile +++ b/devel/rubygem-aws-sdk-kafka/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kafkaconnect/Makefile b/devel/rubygem-aws-sdk-kafkaconnect/Makefile index bceeb578c..a27b31324 100644 --- a/devel/rubygem-aws-sdk-kafkaconnect/Makefile +++ b/devel/rubygem-aws-sdk-kafkaconnect/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kendra/Makefile b/devel/rubygem-aws-sdk-kendra/Makefile index aa4976128..491bcded4 100644 --- a/devel/rubygem-aws-sdk-kendra/Makefile +++ b/devel/rubygem-aws-sdk-kendra/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-keyspaces/Makefile b/devel/rubygem-aws-sdk-keyspaces/Makefile index 5d64ed589..7529f57b9 100644 --- a/devel/rubygem-aws-sdk-keyspaces/Makefile +++ b/devel/rubygem-aws-sdk-keyspaces/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesis/Makefile b/devel/rubygem-aws-sdk-kinesis/Makefile index 269dc5006..7af44599e 100644 --- a/devel/rubygem-aws-sdk-kinesis/Makefile +++ b/devel/rubygem-aws-sdk-kinesis/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisanalytics/Makefile b/devel/rubygem-aws-sdk-kinesisanalytics/Makefile index 225f4b9f7..de8bef487 100644 --- a/devel/rubygem-aws-sdk-kinesisanalytics/Makefile +++ b/devel/rubygem-aws-sdk-kinesisanalytics/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile b/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile index c9c6d7547..f197eedf9 100644 --- a/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile +++ b/devel/rubygem-aws-sdk-kinesisanalyticsv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisvideo/Makefile b/devel/rubygem-aws-sdk-kinesisvideo/Makefile index d853584c2..5a0a603a6 100644 --- a/devel/rubygem-aws-sdk-kinesisvideo/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideo/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile index f78868078..4ffc6b8b6 100644 --- a/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideoarchivedmedia/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile b/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile index e55211135..e43371ea7 100644 --- a/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideomedia/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile index 506e4e206..f766853f8 100644 --- a/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile +++ b/devel/rubygem-aws-sdk-kinesisvideosignalingchannels/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-kms/Makefile b/devel/rubygem-aws-sdk-kms/Makefile index 3e564b96f..3e7cfbdeb 100644 --- a/devel/rubygem-aws-sdk-kms/Makefile +++ b/devel/rubygem-aws-sdk-kms/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lakeformation/Makefile b/devel/rubygem-aws-sdk-lakeformation/Makefile index e6a4fcf03..eb9229ce8 100644 --- a/devel/rubygem-aws-sdk-lakeformation/Makefile +++ b/devel/rubygem-aws-sdk-lakeformation/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lambda/Makefile b/devel/rubygem-aws-sdk-lambda/Makefile index 205826a15..5c2893840 100644 --- a/devel/rubygem-aws-sdk-lambda/Makefile +++ b/devel/rubygem-aws-sdk-lambda/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lambdapreview/Makefile b/devel/rubygem-aws-sdk-lambdapreview/Makefile index d7afbede4..4e54aabad 100644 --- a/devel/rubygem-aws-sdk-lambdapreview/Makefile +++ b/devel/rubygem-aws-sdk-lambdapreview/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lex/Makefile b/devel/rubygem-aws-sdk-lex/Makefile index 89cee609d..453cd20ab 100644 --- a/devel/rubygem-aws-sdk-lex/Makefile +++ b/devel/rubygem-aws-sdk-lex/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile b/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile index e96940ac3..9d8b7373a 100644 --- a/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile index b584d2bfa..019de00b5 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lexruntimev2/Makefile b/devel/rubygem-aws-sdk-lexruntimev2/Makefile index 1cfbdfa8f..917adfcd5 100644 --- a/devel/rubygem-aws-sdk-lexruntimev2/Makefile +++ b/devel/rubygem-aws-sdk-lexruntimev2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-licensemanager/Makefile b/devel/rubygem-aws-sdk-licensemanager/Makefile index b05b7bd69..1c056611c 100644 --- a/devel/rubygem-aws-sdk-licensemanager/Makefile +++ b/devel/rubygem-aws-sdk-licensemanager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile index 7dfe793ea..a182cd7a0 100644 --- a/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile +++ b/devel/rubygem-aws-sdk-licensemanagerusersubscriptions/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lightsail/Makefile b/devel/rubygem-aws-sdk-lightsail/Makefile index 7c4225f89..26910097a 100644 --- a/devel/rubygem-aws-sdk-lightsail/Makefile +++ b/devel/rubygem-aws-sdk-lightsail/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-locationservice/Makefile b/devel/rubygem-aws-sdk-locationservice/Makefile index 7f30f1e1a..387749ef9 100644 --- a/devel/rubygem-aws-sdk-locationservice/Makefile +++ b/devel/rubygem-aws-sdk-locationservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lookoutequipment/Makefile b/devel/rubygem-aws-sdk-lookoutequipment/Makefile index 2f4279761..4bb69a3bb 100644 --- a/devel/rubygem-aws-sdk-lookoutequipment/Makefile +++ b/devel/rubygem-aws-sdk-lookoutequipment/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lookoutforvision/Makefile b/devel/rubygem-aws-sdk-lookoutforvision/Makefile index e0d31418c..9bddd595d 100644 --- a/devel/rubygem-aws-sdk-lookoutforvision/Makefile +++ b/devel/rubygem-aws-sdk-lookoutforvision/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-lookoutmetrics/Makefile b/devel/rubygem-aws-sdk-lookoutmetrics/Makefile index 473f07e1f..f66561d25 100644 --- a/devel/rubygem-aws-sdk-lookoutmetrics/Makefile +++ b/devel/rubygem-aws-sdk-lookoutmetrics/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-machinelearning/Makefile b/devel/rubygem-aws-sdk-machinelearning/Makefile index 2194eadf2..5d83bd38e 100644 --- a/devel/rubygem-aws-sdk-machinelearning/Makefile +++ b/devel/rubygem-aws-sdk-machinelearning/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-macie/Makefile b/devel/rubygem-aws-sdk-macie/Makefile index f2bcded47..0256667a7 100644 --- a/devel/rubygem-aws-sdk-macie/Makefile +++ b/devel/rubygem-aws-sdk-macie/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-macie2/Makefile b/devel/rubygem-aws-sdk-macie2/Makefile index 176df090c..a928f2799 100644 --- a/devel/rubygem-aws-sdk-macie2/Makefile +++ b/devel/rubygem-aws-sdk-macie2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mainframemodernization/Makefile b/devel/rubygem-aws-sdk-mainframemodernization/Makefile index 940c20113..e6fe32691 100644 --- a/devel/rubygem-aws-sdk-mainframemodernization/Makefile +++ b/devel/rubygem-aws-sdk-mainframemodernization/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-managedblockchain/Makefile b/devel/rubygem-aws-sdk-managedblockchain/Makefile index 40464c212..a571186cf 100644 --- a/devel/rubygem-aws-sdk-managedblockchain/Makefile +++ b/devel/rubygem-aws-sdk-managedblockchain/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-managedgrafana/Makefile b/devel/rubygem-aws-sdk-managedgrafana/Makefile index dc8629192..239756c6f 100644 --- a/devel/rubygem-aws-sdk-managedgrafana/Makefile +++ b/devel/rubygem-aws-sdk-managedgrafana/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile index 955c49ac6..780dbdcec 100644 --- a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile +++ b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile index 075d4579a..6cf68a5c3 100644 --- a/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile +++ b/devel/rubygem-aws-sdk-marketplacecommerceanalytics/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile b/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile index 9c2183d02..bd5d07ba6 100644 --- a/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile +++ b/devel/rubygem-aws-sdk-marketplaceentitlementservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-marketplacemetering/Makefile b/devel/rubygem-aws-sdk-marketplacemetering/Makefile index bceba498f..bb3c06ab2 100644 --- a/devel/rubygem-aws-sdk-marketplacemetering/Makefile +++ b/devel/rubygem-aws-sdk-marketplacemetering/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediaconnect/Makefile b/devel/rubygem-aws-sdk-mediaconnect/Makefile index 9b1a197a3..c1158fdbc 100644 --- a/devel/rubygem-aws-sdk-mediaconnect/Makefile +++ b/devel/rubygem-aws-sdk-mediaconnect/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediaconvert/Makefile b/devel/rubygem-aws-sdk-mediaconvert/Makefile index 4d49c2cf7..03ca9c556 100644 --- a/devel/rubygem-aws-sdk-mediaconvert/Makefile +++ b/devel/rubygem-aws-sdk-mediaconvert/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-medialive/Makefile b/devel/rubygem-aws-sdk-medialive/Makefile index b11094061..8110bf595 100644 --- a/devel/rubygem-aws-sdk-medialive/Makefile +++ b/devel/rubygem-aws-sdk-medialive/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediapackage/Makefile b/devel/rubygem-aws-sdk-mediapackage/Makefile index 8d86808ce..2857897d4 100644 --- a/devel/rubygem-aws-sdk-mediapackage/Makefile +++ b/devel/rubygem-aws-sdk-mediapackage/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediapackagevod/Makefile b/devel/rubygem-aws-sdk-mediapackagevod/Makefile index a2d7af2ba..f258d1a3c 100644 --- a/devel/rubygem-aws-sdk-mediapackagevod/Makefile +++ b/devel/rubygem-aws-sdk-mediapackagevod/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediastore/Makefile b/devel/rubygem-aws-sdk-mediastore/Makefile index cff3cf499..a9ab1b63c 100644 --- a/devel/rubygem-aws-sdk-mediastore/Makefile +++ b/devel/rubygem-aws-sdk-mediastore/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediastoredata/Makefile b/devel/rubygem-aws-sdk-mediastoredata/Makefile index 8b672a999..20db39026 100644 --- a/devel/rubygem-aws-sdk-mediastoredata/Makefile +++ b/devel/rubygem-aws-sdk-mediastoredata/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mediatailor/Makefile b/devel/rubygem-aws-sdk-mediatailor/Makefile index 1a34be53e..3e14ef36a 100644 --- a/devel/rubygem-aws-sdk-mediatailor/Makefile +++ b/devel/rubygem-aws-sdk-mediatailor/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-memorydb/Makefile b/devel/rubygem-aws-sdk-memorydb/Makefile index b12c75fc6..c98e140ee 100644 --- a/devel/rubygem-aws-sdk-memorydb/Makefile +++ b/devel/rubygem-aws-sdk-memorydb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mgn/Makefile b/devel/rubygem-aws-sdk-mgn/Makefile index 60cd0db11..92ebe99bd 100644 --- a/devel/rubygem-aws-sdk-mgn/Makefile +++ b/devel/rubygem-aws-sdk-mgn/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-migrationhub/Makefile b/devel/rubygem-aws-sdk-migrationhub/Makefile index 647f50fa9..c1dcca611 100644 --- a/devel/rubygem-aws-sdk-migrationhub/Makefile +++ b/devel/rubygem-aws-sdk-migrationhub/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-migrationhubconfig/Makefile b/devel/rubygem-aws-sdk-migrationhubconfig/Makefile index 7ba47380d..ec9a494fe 100644 --- a/devel/rubygem-aws-sdk-migrationhubconfig/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubconfig/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile index f75e0c5c4..49c715512 100644 --- a/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile +++ b/devel/rubygem-aws-sdk-migrationhuborchestrator/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile index c0b3be528..a6b87fd18 100644 --- a/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubrefactorspaces/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile index ae95e1785..c42619cf3 100644 --- a/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile +++ b/devel/rubygem-aws-sdk-migrationhubstrategyrecommendations/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mobile/Makefile b/devel/rubygem-aws-sdk-mobile/Makefile index 0163fb6e9..9b5b50e89 100644 --- a/devel/rubygem-aws-sdk-mobile/Makefile +++ b/devel/rubygem-aws-sdk-mobile/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mq/Makefile b/devel/rubygem-aws-sdk-mq/Makefile index a2c5f4fdd..eca618dc1 100644 --- a/devel/rubygem-aws-sdk-mq/Makefile +++ b/devel/rubygem-aws-sdk-mq/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mturk/Makefile b/devel/rubygem-aws-sdk-mturk/Makefile index 8a00c38ff..982c4e71e 100644 --- a/devel/rubygem-aws-sdk-mturk/Makefile +++ b/devel/rubygem-aws-sdk-mturk/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-mwaa/Makefile b/devel/rubygem-aws-sdk-mwaa/Makefile index 432436dfb..b11732d2e 100644 --- a/devel/rubygem-aws-sdk-mwaa/Makefile +++ b/devel/rubygem-aws-sdk-mwaa/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-neptune/Makefile b/devel/rubygem-aws-sdk-neptune/Makefile index 495027883..d3510c2a6 100644 --- a/devel/rubygem-aws-sdk-neptune/Makefile +++ b/devel/rubygem-aws-sdk-neptune/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-networkfirewall/Makefile b/devel/rubygem-aws-sdk-networkfirewall/Makefile index aafca51fb..1a650b531 100644 --- a/devel/rubygem-aws-sdk-networkfirewall/Makefile +++ b/devel/rubygem-aws-sdk-networkfirewall/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-networkmanager/Makefile b/devel/rubygem-aws-sdk-networkmanager/Makefile index 75f7cd0b4..5d5e85723 100644 --- a/devel/rubygem-aws-sdk-networkmanager/Makefile +++ b/devel/rubygem-aws-sdk-networkmanager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-nimblestudio/Makefile b/devel/rubygem-aws-sdk-nimblestudio/Makefile index ef9e9b7b1..ba75d835a 100644 --- a/devel/rubygem-aws-sdk-nimblestudio/Makefile +++ b/devel/rubygem-aws-sdk-nimblestudio/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-opensearchservice/Makefile b/devel/rubygem-aws-sdk-opensearchservice/Makefile index 9503bcfa4..38d6119fb 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/Makefile +++ b/devel/rubygem-aws-sdk-opensearchservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-opsworks/Makefile b/devel/rubygem-aws-sdk-opsworks/Makefile index 425320617..20e6e75dd 100644 --- a/devel/rubygem-aws-sdk-opsworks/Makefile +++ b/devel/rubygem-aws-sdk-opsworks/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-opsworkscm/Makefile b/devel/rubygem-aws-sdk-opsworkscm/Makefile index 7f6030d4e..bbfeab498 100644 --- a/devel/rubygem-aws-sdk-opsworkscm/Makefile +++ b/devel/rubygem-aws-sdk-opsworkscm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-organizations/Makefile b/devel/rubygem-aws-sdk-organizations/Makefile index a0e8ae992..076ff8d3e 100644 --- a/devel/rubygem-aws-sdk-organizations/Makefile +++ b/devel/rubygem-aws-sdk-organizations/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-outposts/Makefile b/devel/rubygem-aws-sdk-outposts/Makefile index 504f654ce..a96003e44 100644 --- a/devel/rubygem-aws-sdk-outposts/Makefile +++ b/devel/rubygem-aws-sdk-outposts/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-panorama/Makefile b/devel/rubygem-aws-sdk-panorama/Makefile index b61310cc7..a6f845d3b 100644 --- a/devel/rubygem-aws-sdk-panorama/Makefile +++ b/devel/rubygem-aws-sdk-panorama/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-personalize/Makefile b/devel/rubygem-aws-sdk-personalize/Makefile index 9740ab8da..c26a0e7bb 100644 --- a/devel/rubygem-aws-sdk-personalize/Makefile +++ b/devel/rubygem-aws-sdk-personalize/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-personalizeevents/Makefile b/devel/rubygem-aws-sdk-personalizeevents/Makefile index caaf991e9..fb6fdbf15 100644 --- a/devel/rubygem-aws-sdk-personalizeevents/Makefile +++ b/devel/rubygem-aws-sdk-personalizeevents/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-personalizeruntime/Makefile b/devel/rubygem-aws-sdk-personalizeruntime/Makefile index bfa8a7025..426299295 100644 --- a/devel/rubygem-aws-sdk-personalizeruntime/Makefile +++ b/devel/rubygem-aws-sdk-personalizeruntime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pi/Makefile b/devel/rubygem-aws-sdk-pi/Makefile index da52f0b9f..7a921ebaf 100644 --- a/devel/rubygem-aws-sdk-pi/Makefile +++ b/devel/rubygem-aws-sdk-pi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pinpoint/Makefile b/devel/rubygem-aws-sdk-pinpoint/Makefile index 3fcf05f16..eb0c0fc54 100644 --- a/devel/rubygem-aws-sdk-pinpoint/Makefile +++ b/devel/rubygem-aws-sdk-pinpoint/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pinpointemail/Makefile b/devel/rubygem-aws-sdk-pinpointemail/Makefile index 6ebe29087..fd310583b 100644 --- a/devel/rubygem-aws-sdk-pinpointemail/Makefile +++ b/devel/rubygem-aws-sdk-pinpointemail/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile b/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile index a7b31f058..c1b73a65b 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile +++ b/devel/rubygem-aws-sdk-pinpointsmsvoice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile index ef4cef18f..b50dcdec2 100644 --- a/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile +++ b/devel/rubygem-aws-sdk-pinpointsmsvoicev2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-polly/Makefile b/devel/rubygem-aws-sdk-polly/Makefile index 173efeeac..522e34218 100644 --- a/devel/rubygem-aws-sdk-polly/Makefile +++ b/devel/rubygem-aws-sdk-polly/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-pricing/Makefile b/devel/rubygem-aws-sdk-pricing/Makefile index e3240959a..ad7ac9610 100644 --- a/devel/rubygem-aws-sdk-pricing/Makefile +++ b/devel/rubygem-aws-sdk-pricing/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-privatenetworks/Makefile b/devel/rubygem-aws-sdk-privatenetworks/Makefile index c816d44f1..da21c539d 100644 --- a/devel/rubygem-aws-sdk-privatenetworks/Makefile +++ b/devel/rubygem-aws-sdk-privatenetworks/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-prometheusservice/Makefile b/devel/rubygem-aws-sdk-prometheusservice/Makefile index ac617c3cb..4db6603e5 100644 --- a/devel/rubygem-aws-sdk-prometheusservice/Makefile +++ b/devel/rubygem-aws-sdk-prometheusservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-proton/Makefile b/devel/rubygem-aws-sdk-proton/Makefile index e54e3da72..89d02b69d 100644 --- a/devel/rubygem-aws-sdk-proton/Makefile +++ b/devel/rubygem-aws-sdk-proton/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-qldb/Makefile b/devel/rubygem-aws-sdk-qldb/Makefile index afef350ee..6b6b8a026 100644 --- a/devel/rubygem-aws-sdk-qldb/Makefile +++ b/devel/rubygem-aws-sdk-qldb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-qldbsession/Makefile b/devel/rubygem-aws-sdk-qldbsession/Makefile index 40d6fe601..b89011639 100644 --- a/devel/rubygem-aws-sdk-qldbsession/Makefile +++ b/devel/rubygem-aws-sdk-qldbsession/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-quicksight/Makefile b/devel/rubygem-aws-sdk-quicksight/Makefile index 77a49db3c..01c3ea715 100644 --- a/devel/rubygem-aws-sdk-quicksight/Makefile +++ b/devel/rubygem-aws-sdk-quicksight/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ram/Makefile b/devel/rubygem-aws-sdk-ram/Makefile index 2aab77272..05fc78fe9 100644 --- a/devel/rubygem-aws-sdk-ram/Makefile +++ b/devel/rubygem-aws-sdk-ram/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-rds/Makefile b/devel/rubygem-aws-sdk-rds/Makefile index 8cab3e997..2606df7cf 100644 --- a/devel/rubygem-aws-sdk-rds/Makefile +++ b/devel/rubygem-aws-sdk-rds/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-rdsdataservice/Makefile b/devel/rubygem-aws-sdk-rdsdataservice/Makefile index 2c5037b51..72b9e43ae 100644 --- a/devel/rubygem-aws-sdk-rdsdataservice/Makefile +++ b/devel/rubygem-aws-sdk-rdsdataservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-recyclebin/Makefile b/devel/rubygem-aws-sdk-recyclebin/Makefile index 5b6cd6e78..83bce8720 100644 --- a/devel/rubygem-aws-sdk-recyclebin/Makefile +++ b/devel/rubygem-aws-sdk-recyclebin/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-redshift/Makefile b/devel/rubygem-aws-sdk-redshift/Makefile index f6ab2732c..5449f86d0 100644 --- a/devel/rubygem-aws-sdk-redshift/Makefile +++ b/devel/rubygem-aws-sdk-redshift/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile b/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile index 7da3ff498..f27e4fe1d 100644 --- a/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile +++ b/devel/rubygem-aws-sdk-redshiftdataapiservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-redshiftserverless/Makefile b/devel/rubygem-aws-sdk-redshiftserverless/Makefile index 14e4be53e..9bb83ae09 100644 --- a/devel/rubygem-aws-sdk-redshiftserverless/Makefile +++ b/devel/rubygem-aws-sdk-redshiftserverless/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-rekognition/Makefile b/devel/rubygem-aws-sdk-rekognition/Makefile index 2bd73f35f..522258216 100644 --- a/devel/rubygem-aws-sdk-rekognition/Makefile +++ b/devel/rubygem-aws-sdk-rekognition/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resiliencehub/Makefile b/devel/rubygem-aws-sdk-resiliencehub/Makefile index 3ce0c607a..9d12d720a 100644 --- a/devel/rubygem-aws-sdk-resiliencehub/Makefile +++ b/devel/rubygem-aws-sdk-resiliencehub/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resourceexplorer2/Makefile b/devel/rubygem-aws-sdk-resourceexplorer2/Makefile index 364819cb2..d5dbde4f7 100644 --- a/devel/rubygem-aws-sdk-resourceexplorer2/Makefile +++ b/devel/rubygem-aws-sdk-resourceexplorer2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resourcegroups/Makefile b/devel/rubygem-aws-sdk-resourcegroups/Makefile index d433b3fce..3a3b2f512 100644 --- a/devel/rubygem-aws-sdk-resourcegroups/Makefile +++ b/devel/rubygem-aws-sdk-resourcegroups/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile index 28eab6dec..cb6c8400a 100644 --- a/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile +++ b/devel/rubygem-aws-sdk-resourcegroupstaggingapi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index 27349760c..314dc3527 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -334,7 +334,6 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-xray>=1<2:devel/rubygem-aws-sdk-xray USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-resources2/Makefile b/devel/rubygem-aws-sdk-resources2/Makefile index cb4d90f42..44d2aa1e1 100644 --- a/devel/rubygem-aws-sdk-resources2/Makefile +++ b/devel/rubygem-aws-sdk-resources2/Makefile @@ -13,7 +13,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-aws-sdk-core2>=${PORTVERSION}:devel/rubygem-aws-sdk-core2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-robomaker/Makefile b/devel/rubygem-aws-sdk-robomaker/Makefile index 950e88256..a1b85547c 100644 --- a/devel/rubygem-aws-sdk-robomaker/Makefile +++ b/devel/rubygem-aws-sdk-robomaker/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-rolesanywhere/Makefile b/devel/rubygem-aws-sdk-rolesanywhere/Makefile index 0a73808cb..ca6c16b2f 100644 --- a/devel/rubygem-aws-sdk-rolesanywhere/Makefile +++ b/devel/rubygem-aws-sdk-rolesanywhere/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53/Makefile b/devel/rubygem-aws-sdk-route53/Makefile index 3bc9c0531..d0cafffb3 100644 --- a/devel/rubygem-aws-sdk-route53/Makefile +++ b/devel/rubygem-aws-sdk-route53/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53domains/Makefile b/devel/rubygem-aws-sdk-route53domains/Makefile index b7e2af0b8..816f854a8 100644 --- a/devel/rubygem-aws-sdk-route53domains/Makefile +++ b/devel/rubygem-aws-sdk-route53domains/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53recoverycluster/Makefile b/devel/rubygem-aws-sdk-route53recoverycluster/Makefile index 4139583bf..02a1e0ffa 100644 --- a/devel/rubygem-aws-sdk-route53recoverycluster/Makefile +++ b/devel/rubygem-aws-sdk-route53recoverycluster/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile index 491c32370..713e64353 100644 --- a/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile +++ b/devel/rubygem-aws-sdk-route53recoverycontrolconfig/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile b/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile index 2c0e93d56..4ce020b61 100644 --- a/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile +++ b/devel/rubygem-aws-sdk-route53recoveryreadiness/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-route53resolver/Makefile b/devel/rubygem-aws-sdk-route53resolver/Makefile index 2c16209c0..f2a890cda 100644 --- a/devel/rubygem-aws-sdk-route53resolver/Makefile +++ b/devel/rubygem-aws-sdk-route53resolver/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-s3/Makefile b/devel/rubygem-aws-sdk-s3/Makefile index 5196830cc..dab924561 100644 --- a/devel/rubygem-aws-sdk-s3/Makefile +++ b/devel/rubygem-aws-sdk-s3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.4<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-s3control/Makefile b/devel/rubygem-aws-sdk-s3control/Makefile index 919f75647..6e73cd263 100644 --- a/devel/rubygem-aws-sdk-s3control/Makefile +++ b/devel/rubygem-aws-sdk-s3control/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-s3outposts/Makefile b/devel/rubygem-aws-sdk-s3outposts/Makefile index 1bad119a5..d23e9fa7b 100644 --- a/devel/rubygem-aws-sdk-s3outposts/Makefile +++ b/devel/rubygem-aws-sdk-s3outposts/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sagemaker/Makefile b/devel/rubygem-aws-sdk-sagemaker/Makefile index b38de1431..9452eac86 100644 --- a/devel/rubygem-aws-sdk-sagemaker/Makefile +++ b/devel/rubygem-aws-sdk-sagemaker/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile b/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile index dbb998265..04c90866e 100644 --- a/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile +++ b/devel/rubygem-aws-sdk-sagemakeredgemanager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile index 6ca3f428f..b6c3d951b 100644 --- a/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile +++ b/devel/rubygem-aws-sdk-sagemakerfeaturestoreruntime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sagemakerruntime/Makefile b/devel/rubygem-aws-sdk-sagemakerruntime/Makefile index a73426778..50d1fd9ae 100644 --- a/devel/rubygem-aws-sdk-sagemakerruntime/Makefile +++ b/devel/rubygem-aws-sdk-sagemakerruntime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-savingsplans/Makefile b/devel/rubygem-aws-sdk-savingsplans/Makefile index 0266d7da7..f89d9bf92 100644 --- a/devel/rubygem-aws-sdk-savingsplans/Makefile +++ b/devel/rubygem-aws-sdk-savingsplans/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-scheduler/Makefile b/devel/rubygem-aws-sdk-scheduler/Makefile index 4d0638609..73c1c26da 100644 --- a/devel/rubygem-aws-sdk-scheduler/Makefile +++ b/devel/rubygem-aws-sdk-scheduler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-schemas/Makefile b/devel/rubygem-aws-sdk-schemas/Makefile index 72384b589..eee66eb01 100644 --- a/devel/rubygem-aws-sdk-schemas/Makefile +++ b/devel/rubygem-aws-sdk-schemas/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-secretsmanager/Makefile b/devel/rubygem-aws-sdk-secretsmanager/Makefile index 0ded679eb..336a87843 100644 --- a/devel/rubygem-aws-sdk-secretsmanager/Makefile +++ b/devel/rubygem-aws-sdk-secretsmanager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-securityhub/Makefile b/devel/rubygem-aws-sdk-securityhub/Makefile index 1c533bdac..441c55ed7 100644 --- a/devel/rubygem-aws-sdk-securityhub/Makefile +++ b/devel/rubygem-aws-sdk-securityhub/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile b/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile index db8d26fb1..6ef0c358b 100644 --- a/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile +++ b/devel/rubygem-aws-sdk-serverlessapplicationrepository/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-servicecatalog/Makefile b/devel/rubygem-aws-sdk-servicecatalog/Makefile index 279b13dfb..45ec49356 100644 --- a/devel/rubygem-aws-sdk-servicecatalog/Makefile +++ b/devel/rubygem-aws-sdk-servicecatalog/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-servicediscovery/Makefile b/devel/rubygem-aws-sdk-servicediscovery/Makefile index 6d2e56e16..045d7d355 100644 --- a/devel/rubygem-aws-sdk-servicediscovery/Makefile +++ b/devel/rubygem-aws-sdk-servicediscovery/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-servicequotas/Makefile b/devel/rubygem-aws-sdk-servicequotas/Makefile index 74fddd6e4..0fba2e186 100644 --- a/devel/rubygem-aws-sdk-servicequotas/Makefile +++ b/devel/rubygem-aws-sdk-servicequotas/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ses/Makefile b/devel/rubygem-aws-sdk-ses/Makefile index 5893cb2b0..426f5075c 100644 --- a/devel/rubygem-aws-sdk-ses/Makefile +++ b/devel/rubygem-aws-sdk-ses/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sesv2/Makefile b/devel/rubygem-aws-sdk-sesv2/Makefile index d042f2b6b..824a0e8ee 100644 --- a/devel/rubygem-aws-sdk-sesv2/Makefile +++ b/devel/rubygem-aws-sdk-sesv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-shield/Makefile b/devel/rubygem-aws-sdk-shield/Makefile index 38e98264d..a1d6c5094 100644 --- a/devel/rubygem-aws-sdk-shield/Makefile +++ b/devel/rubygem-aws-sdk-shield/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-signer/Makefile b/devel/rubygem-aws-sdk-signer/Makefile index 2a899a8be..8656dd8ef 100644 --- a/devel/rubygem-aws-sdk-signer/Makefile +++ b/devel/rubygem-aws-sdk-signer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-simpledb/Makefile b/devel/rubygem-aws-sdk-simpledb/Makefile index 99342a940..c15dfcdca 100644 --- a/devel/rubygem-aws-sdk-simpledb/Makefile +++ b/devel/rubygem-aws-sdk-simpledb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv2>=1.0<2:devel/rubygem-aws-sigv2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sms/Makefile b/devel/rubygem-aws-sdk-sms/Makefile index e6ce68ff3..126441119 100644 --- a/devel/rubygem-aws-sdk-sms/Makefile +++ b/devel/rubygem-aws-sdk-sms/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-snowball/Makefile b/devel/rubygem-aws-sdk-snowball/Makefile index d583e2459..f83b9f302 100644 --- a/devel/rubygem-aws-sdk-snowball/Makefile +++ b/devel/rubygem-aws-sdk-snowball/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile b/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile index e4b35713b..5fc3ad7b3 100644 --- a/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile +++ b/devel/rubygem-aws-sdk-snowdevicemanagement/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sns/Makefile b/devel/rubygem-aws-sdk-sns/Makefile index b1d22c896..d07c35386 100644 --- a/devel/rubygem-aws-sdk-sns/Makefile +++ b/devel/rubygem-aws-sdk-sns/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sqs/Makefile b/devel/rubygem-aws-sdk-sqs/Makefile index 7c8de69cf..dfce9a389 100644 --- a/devel/rubygem-aws-sdk-sqs/Makefile +++ b/devel/rubygem-aws-sdk-sqs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssm/Makefile b/devel/rubygem-aws-sdk-ssm/Makefile index a3058f1c5..56b5c7054 100644 --- a/devel/rubygem-aws-sdk-ssm/Makefile +++ b/devel/rubygem-aws-sdk-ssm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssmcontacts/Makefile b/devel/rubygem-aws-sdk-ssmcontacts/Makefile index da4b4c43c..ee4096b0f 100644 --- a/devel/rubygem-aws-sdk-ssmcontacts/Makefile +++ b/devel/rubygem-aws-sdk-ssmcontacts/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssmincidents/Makefile b/devel/rubygem-aws-sdk-ssmincidents/Makefile index 1b620041c..ead44c2c8 100644 --- a/devel/rubygem-aws-sdk-ssmincidents/Makefile +++ b/devel/rubygem-aws-sdk-ssmincidents/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssmsap/Makefile b/devel/rubygem-aws-sdk-ssmsap/Makefile index a10f0f5d3..62b999da6 100644 --- a/devel/rubygem-aws-sdk-ssmsap/Makefile +++ b/devel/rubygem-aws-sdk-ssmsap/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-sso/Makefile b/devel/rubygem-aws-sdk-sso/Makefile index fc675c19c..e20a663ec 100644 --- a/devel/rubygem-aws-sdk-sso/Makefile +++ b/devel/rubygem-aws-sdk-sso/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.105.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssoadmin/Makefile b/devel/rubygem-aws-sdk-ssoadmin/Makefile index 44e63df13..b975c4bf9 100644 --- a/devel/rubygem-aws-sdk-ssoadmin/Makefile +++ b/devel/rubygem-aws-sdk-ssoadmin/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-ssooidc/Makefile b/devel/rubygem-aws-sdk-ssooidc/Makefile index 2f4063f01..e7fbb88cc 100644 --- a/devel/rubygem-aws-sdk-ssooidc/Makefile +++ b/devel/rubygem-aws-sdk-ssooidc/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.131.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-states/Makefile b/devel/rubygem-aws-sdk-states/Makefile index c379df68a..7b7858a96 100644 --- a/devel/rubygem-aws-sdk-states/Makefile +++ b/devel/rubygem-aws-sdk-states/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-storagegateway/Makefile b/devel/rubygem-aws-sdk-storagegateway/Makefile index 686bedce9..50f09e09f 100644 --- a/devel/rubygem-aws-sdk-storagegateway/Makefile +++ b/devel/rubygem-aws-sdk-storagegateway/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-support/Makefile b/devel/rubygem-aws-sdk-support/Makefile index 379f2c8cb..6c75d9620 100644 --- a/devel/rubygem-aws-sdk-support/Makefile +++ b/devel/rubygem-aws-sdk-support/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-supportapp/Makefile b/devel/rubygem-aws-sdk-supportapp/Makefile index 5ee40a3b2..1318f03e6 100644 --- a/devel/rubygem-aws-sdk-supportapp/Makefile +++ b/devel/rubygem-aws-sdk-supportapp/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-swf/Makefile b/devel/rubygem-aws-sdk-swf/Makefile index d32b09db9..8811bf6e8 100644 --- a/devel/rubygem-aws-sdk-swf/Makefile +++ b/devel/rubygem-aws-sdk-swf/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-synthetics/Makefile b/devel/rubygem-aws-sdk-synthetics/Makefile index 89d505f9f..602252860 100644 --- a/devel/rubygem-aws-sdk-synthetics/Makefile +++ b/devel/rubygem-aws-sdk-synthetics/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-textract/Makefile b/devel/rubygem-aws-sdk-textract/Makefile index 46c2f4315..116ff1fa9 100644 --- a/devel/rubygem-aws-sdk-textract/Makefile +++ b/devel/rubygem-aws-sdk-textract/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-timestreamquery/Makefile b/devel/rubygem-aws-sdk-timestreamquery/Makefile index 06b5e4edb..24d4fd76b 100644 --- a/devel/rubygem-aws-sdk-timestreamquery/Makefile +++ b/devel/rubygem-aws-sdk-timestreamquery/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-timestreamwrite/Makefile b/devel/rubygem-aws-sdk-timestreamwrite/Makefile index c4002048a..ab8417f05 100644 --- a/devel/rubygem-aws-sdk-timestreamwrite/Makefile +++ b/devel/rubygem-aws-sdk-timestreamwrite/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-transcribeservice/Makefile b/devel/rubygem-aws-sdk-transcribeservice/Makefile index 9707085ae..3309dfdcb 100644 --- a/devel/rubygem-aws-sdk-transcribeservice/Makefile +++ b/devel/rubygem-aws-sdk-transcribeservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile b/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile index 46e99d317..214f099f5 100644 --- a/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile +++ b/devel/rubygem-aws-sdk-transcribestreamingservice/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-transfer/Makefile b/devel/rubygem-aws-sdk-transfer/Makefile index 51446abc0..1400e7f8b 100644 --- a/devel/rubygem-aws-sdk-transfer/Makefile +++ b/devel/rubygem-aws-sdk-transfer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-translate/Makefile b/devel/rubygem-aws-sdk-translate/Makefile index cf23c927f..a0fb619d9 100644 --- a/devel/rubygem-aws-sdk-translate/Makefile +++ b/devel/rubygem-aws-sdk-translate/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-voiceid/Makefile b/devel/rubygem-aws-sdk-voiceid/Makefile index f43b92033..6eb179e8d 100644 --- a/devel/rubygem-aws-sdk-voiceid/Makefile +++ b/devel/rubygem-aws-sdk-voiceid/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-waf/Makefile b/devel/rubygem-aws-sdk-waf/Makefile index e28823a08..eb327406f 100644 --- a/devel/rubygem-aws-sdk-waf/Makefile +++ b/devel/rubygem-aws-sdk-waf/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-wafregional/Makefile b/devel/rubygem-aws-sdk-wafregional/Makefile index 3ed4f0990..220f6d84e 100644 --- a/devel/rubygem-aws-sdk-wafregional/Makefile +++ b/devel/rubygem-aws-sdk-wafregional/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-wafv2/Makefile b/devel/rubygem-aws-sdk-wafv2/Makefile index 4a452d727..14cf92bda 100644 --- a/devel/rubygem-aws-sdk-wafv2/Makefile +++ b/devel/rubygem-aws-sdk-wafv2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-wellarchitected/Makefile b/devel/rubygem-aws-sdk-wellarchitected/Makefile index 5be6686e5..0f64ba1bb 100644 --- a/devel/rubygem-aws-sdk-wellarchitected/Makefile +++ b/devel/rubygem-aws-sdk-wellarchitected/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-workdocs/Makefile b/devel/rubygem-aws-sdk-workdocs/Makefile index fa7d1b96a..fa502bd7c 100644 --- a/devel/rubygem-aws-sdk-workdocs/Makefile +++ b/devel/rubygem-aws-sdk-workdocs/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-worklink/Makefile b/devel/rubygem-aws-sdk-worklink/Makefile index e61fc1bbe..fcae64f95 100644 --- a/devel/rubygem-aws-sdk-worklink/Makefile +++ b/devel/rubygem-aws-sdk-worklink/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-workmail/Makefile b/devel/rubygem-aws-sdk-workmail/Makefile index 4baa3bef6..216e3c332 100644 --- a/devel/rubygem-aws-sdk-workmail/Makefile +++ b/devel/rubygem-aws-sdk-workmail/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-workmailmessageflow/Makefile b/devel/rubygem-aws-sdk-workmailmessageflow/Makefile index 5f177c854..9fcbba7eb 100644 --- a/devel/rubygem-aws-sdk-workmailmessageflow/Makefile +++ b/devel/rubygem-aws-sdk-workmailmessageflow/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-workspaces/Makefile b/devel/rubygem-aws-sdk-workspaces/Makefile index 4fc49774e..438835426 100644 --- a/devel/rubygem-aws-sdk-workspaces/Makefile +++ b/devel/rubygem-aws-sdk-workspaces/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-workspacesweb/Makefile b/devel/rubygem-aws-sdk-workspacesweb/Makefile index ce4b9f72f..405831b3b 100644 --- a/devel/rubygem-aws-sdk-workspacesweb/Makefile +++ b/devel/rubygem-aws-sdk-workspacesweb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk-xray/Makefile b/devel/rubygem-aws-sdk-xray/Makefile index 09122f312..84c1e4475 100644 --- a/devel/rubygem-aws-sdk-xray/Makefile +++ b/devel/rubygem-aws-sdk-xray/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sdk-core>=3.165.0<4:devel/rubygem-aws-sdk-core \ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk/Makefile b/devel/rubygem-aws-sdk/Makefile index 3c989b138..3de8741d2 100644 --- a/devel/rubygem-aws-sdk/Makefile +++ b/devel/rubygem-aws-sdk/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-aws-sdk-resources>=3<4:devel/rubygem-aws-sdk-resources USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sdk2/Makefile b/devel/rubygem-aws-sdk2/Makefile index 219af055d..59112c021 100644 --- a/devel/rubygem-aws-sdk2/Makefile +++ b/devel/rubygem-aws-sdk2/Makefile @@ -13,7 +13,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-aws-sdk-resources2>=${PORTVERSION}:devel/rubygem-aws-sdk-resources2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sigv2/Makefile b/devel/rubygem-aws-sigv2/Makefile index 53c390a9d..9b7636f4e 100644 --- a/devel/rubygem-aws-sigv2/Makefile +++ b/devel/rubygem-aws-sigv2/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-aws-sigv4/Makefile b/devel/rubygem-aws-sigv4/Makefile index ec9a7f837..a8d594de4 100644 --- a/devel/rubygem-aws-sigv4/Makefile +++ b/devel/rubygem-aws-sigv4/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-axiom-types/Makefile b/devel/rubygem-axiom-types/Makefile index 8548a285a..abbaf61b0 100644 --- a/devel/rubygem-axiom-types/Makefile +++ b/devel/rubygem-axiom-types/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracke rubygem-thread_safe>=0.3.1:devel/rubygem-thread_safe NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-azure-storage-blob/Makefile b/devel/rubygem-azure-storage-blob/Makefile index 9ff5ed12e..b9d19a828 100644 --- a/devel/rubygem-azure-storage-blob/Makefile +++ b/devel/rubygem-azure-storage-blob/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-com rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure-storage-common/Makefile b/devel/rubygem-azure-storage-common/Makefile index 4bbc0b913..33cea9a4e 100644 --- a/devel/rubygem-azure-storage-common/Makefile +++ b/devel/rubygem-azure-storage-common/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 \ rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure-storage-file/Makefile b/devel/rubygem-azure-storage-file/Makefile index 285be1628..d12e2923c 100644 --- a/devel/rubygem-azure-storage-file/Makefile +++ b/devel/rubygem-azure-storage-file/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-com rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure-storage-queue/Makefile b/devel/rubygem-azure-storage-queue/Makefile index 7dc4b7f22..243ba98e8 100644 --- a/devel/rubygem-azure-storage-queue/Makefile +++ b/devel/rubygem-azure-storage-queue/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-com rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure-storage-table/Makefile b/devel/rubygem-azure-storage-table/Makefile index 492c2db11..5e76c1f83 100644 --- a/devel/rubygem-azure-storage-table/Makefile +++ b/devel/rubygem-azure-storage-table/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-azure-storage-common>=2.0<3:devel/rubygem-azure-storage-com rubygem-nokogiri>=1.10.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure-storage/Makefile b/devel/rubygem-azure-storage/Makefile index b98a621f5..24ce975f3 100644 --- a/devel/rubygem-azure-storage/Makefile +++ b/devel/rubygem-azure-storage/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-azure-core>=0.1<1:net/rubygem-azure-core \ rubygem-nokogiri>=1.6.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile b/devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile index 3638fd5ac..70c281fe0 100644 --- a/devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile +++ b/devel/rubygem-azure_cognitiveservices_anomalydetector/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_autosuggest/Makefile b/devel/rubygem-azure_cognitiveservices_autosuggest/Makefile index 2a361afd2..41e3ea2f4 100644 --- a/devel/rubygem-azure_cognitiveservices_autosuggest/Makefile +++ b/devel/rubygem-azure_cognitiveservices_autosuggest/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_computervision/Makefile b/devel/rubygem-azure_cognitiveservices_computervision/Makefile index f05f07198..490553e81 100644 --- a/devel/rubygem-azure_cognitiveservices_computervision/Makefile +++ b/devel/rubygem-azure_cognitiveservices_computervision/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile b/devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile index 2117d1f23..e6b3daa7a 100644 --- a/devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile +++ b/devel/rubygem-azure_cognitiveservices_contentmoderator/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile b/devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile index d2b60289f..efa299c4d 100644 --- a/devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_customimagesearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_customsearch/Makefile b/devel/rubygem-azure_cognitiveservices_customsearch/Makefile index 6f18ded81..b7a1f80fb 100644 --- a/devel/rubygem-azure_cognitiveservices_customsearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_customsearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile b/devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile index a1f4af36b..19a41c590 100644 --- a/devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile +++ b/devel/rubygem-azure_cognitiveservices_customvisionprediction/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile b/devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile index 1d54ba89b..38e9a5f7f 100644 --- a/devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile +++ b/devel/rubygem-azure_cognitiveservices_customvisiontraining/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_entitysearch/Makefile b/devel/rubygem-azure_cognitiveservices_entitysearch/Makefile index d85096e26..16d47375e 100644 --- a/devel/rubygem-azure_cognitiveservices_entitysearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_entitysearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_face/Makefile b/devel/rubygem-azure_cognitiveservices_face/Makefile index 9e6d3d9b2..cb2ce42be 100644 --- a/devel/rubygem-azure_cognitiveservices_face/Makefile +++ b/devel/rubygem-azure_cognitiveservices_face/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile b/devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile index 187bf9f77..46d0e102d 100644 --- a/devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile +++ b/devel/rubygem-azure_cognitiveservices_formrecognizer/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_imagesearch/Makefile b/devel/rubygem-azure_cognitiveservices_imagesearch/Makefile index 162450624..f89dc74e9 100644 --- a/devel/rubygem-azure_cognitiveservices_imagesearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_imagesearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_localsearch/Makefile b/devel/rubygem-azure_cognitiveservices_localsearch/Makefile index 166af282d..d780df5bc 100644 --- a/devel/rubygem-azure_cognitiveservices_localsearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_localsearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile b/devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile index 316513413..477828039 100644 --- a/devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile +++ b/devel/rubygem-azure_cognitiveservices_luisauthoring/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_luisruntime/Makefile b/devel/rubygem-azure_cognitiveservices_luisruntime/Makefile index 5b117919c..4feb77174 100644 --- a/devel/rubygem-azure_cognitiveservices_luisruntime/Makefile +++ b/devel/rubygem-azure_cognitiveservices_luisruntime/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_newssearch/Makefile b/devel/rubygem-azure_cognitiveservices_newssearch/Makefile index ef1c56718..63f09257c 100644 --- a/devel/rubygem-azure_cognitiveservices_newssearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_newssearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_personalizer/Makefile b/devel/rubygem-azure_cognitiveservices_personalizer/Makefile index 3e3150983..4e0cdc12b 100644 --- a/devel/rubygem-azure_cognitiveservices_personalizer/Makefile +++ b/devel/rubygem-azure_cognitiveservices_personalizer/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_qnamaker/Makefile b/devel/rubygem-azure_cognitiveservices_qnamaker/Makefile index 598f02264..c575ae888 100644 --- a/devel/rubygem-azure_cognitiveservices_qnamaker/Makefile +++ b/devel/rubygem-azure_cognitiveservices_qnamaker/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile b/devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile index c9204fdf2..118cc0082 100644 --- a/devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile +++ b/devel/rubygem-azure_cognitiveservices_qnamakerruntime/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_spellcheck/Makefile b/devel/rubygem-azure_cognitiveservices_spellcheck/Makefile index 88bebffc9..586708825 100644 --- a/devel/rubygem-azure_cognitiveservices_spellcheck/Makefile +++ b/devel/rubygem-azure_cognitiveservices_spellcheck/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_textanalytics/Makefile b/devel/rubygem-azure_cognitiveservices_textanalytics/Makefile index 00e545fe4..98a5fc68c 100644 --- a/devel/rubygem-azure_cognitiveservices_textanalytics/Makefile +++ b/devel/rubygem-azure_cognitiveservices_textanalytics/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_videosearch/Makefile b/devel/rubygem-azure_cognitiveservices_videosearch/Makefile index e09f1bc90..a5f35de13 100644 --- a/devel/rubygem-azure_cognitiveservices_videosearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_videosearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_visualsearch/Makefile b/devel/rubygem-azure_cognitiveservices_visualsearch/Makefile index 106a5905c..ef606acbf 100644 --- a/devel/rubygem-azure_cognitiveservices_visualsearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_visualsearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_cognitiveservices_websearch/Makefile b/devel/rubygem-azure_cognitiveservices_websearch/Makefile index e3be4ddd1..6a142bb4d 100644 --- a/devel/rubygem-azure_cognitiveservices_websearch/Makefile +++ b/devel/rubygem-azure_cognitiveservices_websearch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_event_grid/Makefile b/devel/rubygem-azure_event_grid/Makefile index a24dc7c93..c1519fa5f 100644 --- a/devel/rubygem-azure_event_grid/Makefile +++ b/devel/rubygem-azure_event_grid/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_graph_rbac/Makefile b/devel/rubygem-azure_graph_rbac/Makefile index 2f645994b..f9dfba463 100644 --- a/devel/rubygem-azure_graph_rbac/Makefile +++ b/devel/rubygem-azure_graph_rbac/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_key_vault/Makefile b/devel/rubygem-azure_key_vault/Makefile index 1e0d79aab..33837df64 100644 --- a/devel/rubygem-azure_key_vault/Makefile +++ b/devel/rubygem-azure_key_vault/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile b/devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile index 485846e54..c4feb15ea 100644 --- a/devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile +++ b/devel/rubygem-azure_mgmt_adhybridhealth_service/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_advisor/Makefile b/devel/rubygem-azure_mgmt_advisor/Makefile index 5033d19db..5a077f413 100644 --- a/devel/rubygem-azure_mgmt_advisor/Makefile +++ b/devel/rubygem-azure_mgmt_advisor/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_alerts_management/Makefile b/devel/rubygem-azure_mgmt_alerts_management/Makefile index e43e5043d..f8842c4ce 100644 --- a/devel/rubygem-azure_mgmt_alerts_management/Makefile +++ b/devel/rubygem-azure_mgmt_alerts_management/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_analysis_services/Makefile b/devel/rubygem-azure_mgmt_analysis_services/Makefile index 4cc04f6bc..74f02b62e 100644 --- a/devel/rubygem-azure_mgmt_analysis_services/Makefile +++ b/devel/rubygem-azure_mgmt_analysis_services/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_api_management/Makefile b/devel/rubygem-azure_mgmt_api_management/Makefile index 2424f99a1..836632e89 100644 --- a/devel/rubygem-azure_mgmt_api_management/Makefile +++ b/devel/rubygem-azure_mgmt_api_management/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_appconfiguration/Makefile b/devel/rubygem-azure_mgmt_appconfiguration/Makefile index 7f17b4b21..3f2a9707e 100644 --- a/devel/rubygem-azure_mgmt_appconfiguration/Makefile +++ b/devel/rubygem-azure_mgmt_appconfiguration/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_attestation/Makefile b/devel/rubygem-azure_mgmt_attestation/Makefile index c4d24ae59..16de09b19 100644 --- a/devel/rubygem-azure_mgmt_attestation/Makefile +++ b/devel/rubygem-azure_mgmt_attestation/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_authorization/Makefile b/devel/rubygem-azure_mgmt_authorization/Makefile index b064b5a04..3197a6bb9 100644 --- a/devel/rubygem-azure_mgmt_authorization/Makefile +++ b/devel/rubygem-azure_mgmt_authorization/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_automanage/Makefile b/devel/rubygem-azure_mgmt_automanage/Makefile index 7ff376841..dbee456dc 100644 --- a/devel/rubygem-azure_mgmt_automanage/Makefile +++ b/devel/rubygem-azure_mgmt_automanage/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_automation/Makefile b/devel/rubygem-azure_mgmt_automation/Makefile index c630dad80..01bdb30b9 100644 --- a/devel/rubygem-azure_mgmt_automation/Makefile +++ b/devel/rubygem-azure_mgmt_automation/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_azurestack/Makefile b/devel/rubygem-azure_mgmt_azurestack/Makefile index eacf0c5b4..96a77ae2f 100644 --- a/devel/rubygem-azure_mgmt_azurestack/Makefile +++ b/devel/rubygem-azure_mgmt_azurestack/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_azurestack_hci/Makefile b/devel/rubygem-azure_mgmt_azurestack_hci/Makefile index ee288ea13..9068cbbe4 100644 --- a/devel/rubygem-azure_mgmt_azurestack_hci/Makefile +++ b/devel/rubygem-azure_mgmt_azurestack_hci/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_batch/Makefile b/devel/rubygem-azure_mgmt_batch/Makefile index 1eb8abf10..3bc2ca94d 100644 --- a/devel/rubygem-azure_mgmt_batch/Makefile +++ b/devel/rubygem-azure_mgmt_batch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_batchai/Makefile b/devel/rubygem-azure_mgmt_batchai/Makefile index 20e339439..55845b413 100644 --- a/devel/rubygem-azure_mgmt_batchai/Makefile +++ b/devel/rubygem-azure_mgmt_batchai/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_billing/Makefile b/devel/rubygem-azure_mgmt_billing/Makefile index 916788bc1..c2f207bff 100644 --- a/devel/rubygem-azure_mgmt_billing/Makefile +++ b/devel/rubygem-azure_mgmt_billing/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_bot_service/Makefile b/devel/rubygem-azure_mgmt_bot_service/Makefile index b9e8dd723..8fd27ebe5 100644 --- a/devel/rubygem-azure_mgmt_bot_service/Makefile +++ b/devel/rubygem-azure_mgmt_bot_service/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_cdn/Makefile b/devel/rubygem-azure_mgmt_cdn/Makefile index a36fb0681..06b081c8b 100644 --- a/devel/rubygem-azure_mgmt_cdn/Makefile +++ b/devel/rubygem-azure_mgmt_cdn/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_cognitive_services/Makefile b/devel/rubygem-azure_mgmt_cognitive_services/Makefile index b6847bd02..590c2768c 100644 --- a/devel/rubygem-azure_mgmt_cognitive_services/Makefile +++ b/devel/rubygem-azure_mgmt_cognitive_services/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_commerce/Makefile b/devel/rubygem-azure_mgmt_commerce/Makefile index 5ac413f8d..15489b728 100644 --- a/devel/rubygem-azure_mgmt_commerce/Makefile +++ b/devel/rubygem-azure_mgmt_commerce/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_compute/Makefile b/devel/rubygem-azure_mgmt_compute/Makefile index 4bb58f581..968ec0d2a 100644 --- a/devel/rubygem-azure_mgmt_compute/Makefile +++ b/devel/rubygem-azure_mgmt_compute/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_consumption/Makefile b/devel/rubygem-azure_mgmt_consumption/Makefile index 84e4e0aaa..51da9dbd1 100644 --- a/devel/rubygem-azure_mgmt_consumption/Makefile +++ b/devel/rubygem-azure_mgmt_consumption/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_container_instance/Makefile b/devel/rubygem-azure_mgmt_container_instance/Makefile index 57e4162c4..a2b6e0755 100644 --- a/devel/rubygem-azure_mgmt_container_instance/Makefile +++ b/devel/rubygem-azure_mgmt_container_instance/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_container_registry/Makefile b/devel/rubygem-azure_mgmt_container_registry/Makefile index 146acc190..75bb6708e 100644 --- a/devel/rubygem-azure_mgmt_container_registry/Makefile +++ b/devel/rubygem-azure_mgmt_container_registry/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_container_service/Makefile b/devel/rubygem-azure_mgmt_container_service/Makefile index cd1541b00..a2ca2e823 100644 --- a/devel/rubygem-azure_mgmt_container_service/Makefile +++ b/devel/rubygem-azure_mgmt_container_service/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_cosmosdb/Makefile b/devel/rubygem-azure_mgmt_cosmosdb/Makefile index 90c76b3ff..89fdcac74 100644 --- a/devel/rubygem-azure_mgmt_cosmosdb/Makefile +++ b/devel/rubygem-azure_mgmt_cosmosdb/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_cost_management/Makefile b/devel/rubygem-azure_mgmt_cost_management/Makefile index 805260391..f9be384a2 100644 --- a/devel/rubygem-azure_mgmt_cost_management/Makefile +++ b/devel/rubygem-azure_mgmt_cost_management/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_customer_insights/Makefile b/devel/rubygem-azure_mgmt_customer_insights/Makefile index e96c64b5d..99fd1d2cf 100644 --- a/devel/rubygem-azure_mgmt_customer_insights/Makefile +++ b/devel/rubygem-azure_mgmt_customer_insights/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_data_factory/Makefile b/devel/rubygem-azure_mgmt_data_factory/Makefile index fbdac00d8..10b682765 100644 --- a/devel/rubygem-azure_mgmt_data_factory/Makefile +++ b/devel/rubygem-azure_mgmt_data_factory/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_data_migration/Makefile b/devel/rubygem-azure_mgmt_data_migration/Makefile index b1bcd1796..8c7d787d9 100644 --- a/devel/rubygem-azure_mgmt_data_migration/Makefile +++ b/devel/rubygem-azure_mgmt_data_migration/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_databox/Makefile b/devel/rubygem-azure_mgmt_databox/Makefile index 9bcb19963..5399a5b12 100644 --- a/devel/rubygem-azure_mgmt_databox/Makefile +++ b/devel/rubygem-azure_mgmt_databox/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_datalake_analytics/Makefile b/devel/rubygem-azure_mgmt_datalake_analytics/Makefile index 155a23986..5d91b47f8 100644 --- a/devel/rubygem-azure_mgmt_datalake_analytics/Makefile +++ b/devel/rubygem-azure_mgmt_datalake_analytics/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_datalake_store/Makefile b/devel/rubygem-azure_mgmt_datalake_store/Makefile index 2823c43e3..f77580ff1 100644 --- a/devel/rubygem-azure_mgmt_datalake_store/Makefile +++ b/devel/rubygem-azure_mgmt_datalake_store/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_datashare/Makefile b/devel/rubygem-azure_mgmt_datashare/Makefile index 1730daf94..1dd2c38b5 100644 --- a/devel/rubygem-azure_mgmt_datashare/Makefile +++ b/devel/rubygem-azure_mgmt_datashare/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_deployment_manager/Makefile b/devel/rubygem-azure_mgmt_deployment_manager/Makefile index 3e51cbf4d..e5d4007ff 100644 --- a/devel/rubygem-azure_mgmt_deployment_manager/Makefile +++ b/devel/rubygem-azure_mgmt_deployment_manager/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_dev_spaces/Makefile b/devel/rubygem-azure_mgmt_dev_spaces/Makefile index 3af73fd12..04032f48b 100644 --- a/devel/rubygem-azure_mgmt_dev_spaces/Makefile +++ b/devel/rubygem-azure_mgmt_dev_spaces/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_devtestlabs/Makefile b/devel/rubygem-azure_mgmt_devtestlabs/Makefile index 9eafea75c..2f7ba5b96 100644 --- a/devel/rubygem-azure_mgmt_devtestlabs/Makefile +++ b/devel/rubygem-azure_mgmt_devtestlabs/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_digitaltwins/Makefile b/devel/rubygem-azure_mgmt_digitaltwins/Makefile index b780f5d47..b3bd1d53d 100644 --- a/devel/rubygem-azure_mgmt_digitaltwins/Makefile +++ b/devel/rubygem-azure_mgmt_digitaltwins/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_dns/Makefile b/devel/rubygem-azure_mgmt_dns/Makefile index 19ce77b2c..aac6b9c16 100644 --- a/devel/rubygem-azure_mgmt_dns/Makefile +++ b/devel/rubygem-azure_mgmt_dns/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_edgegateway/Makefile b/devel/rubygem-azure_mgmt_edgegateway/Makefile index 85f33fba5..f62538a97 100644 --- a/devel/rubygem-azure_mgmt_edgegateway/Makefile +++ b/devel/rubygem-azure_mgmt_edgegateway/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_event_grid/Makefile b/devel/rubygem-azure_mgmt_event_grid/Makefile index 8929baf42..321a08da3 100644 --- a/devel/rubygem-azure_mgmt_event_grid/Makefile +++ b/devel/rubygem-azure_mgmt_event_grid/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_event_hub/Makefile b/devel/rubygem-azure_mgmt_event_hub/Makefile index a2bad1224..c7f099e8d 100644 --- a/devel/rubygem-azure_mgmt_event_hub/Makefile +++ b/devel/rubygem-azure_mgmt_event_hub/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_features/Makefile b/devel/rubygem-azure_mgmt_features/Makefile index ef4b2e5f7..3fd46ec50 100644 --- a/devel/rubygem-azure_mgmt_features/Makefile +++ b/devel/rubygem-azure_mgmt_features/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_hanaonazure/Makefile b/devel/rubygem-azure_mgmt_hanaonazure/Makefile index 8f398b25f..d9e4d6fd9 100644 --- a/devel/rubygem-azure_mgmt_hanaonazure/Makefile +++ b/devel/rubygem-azure_mgmt_hanaonazure/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_hdinsight/Makefile b/devel/rubygem-azure_mgmt_hdinsight/Makefile index 6ea2080c9..67bb0ee34 100644 --- a/devel/rubygem-azure_mgmt_hdinsight/Makefile +++ b/devel/rubygem-azure_mgmt_hdinsight/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_hybrid_compute/Makefile b/devel/rubygem-azure_mgmt_hybrid_compute/Makefile index 3e29f9b36..4847cbaf8 100644 --- a/devel/rubygem-azure_mgmt_hybrid_compute/Makefile +++ b/devel/rubygem-azure_mgmt_hybrid_compute/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_import_export/Makefile b/devel/rubygem-azure_mgmt_import_export/Makefile index 3a2543ad1..b23080fef 100644 --- a/devel/rubygem-azure_mgmt_import_export/Makefile +++ b/devel/rubygem-azure_mgmt_import_export/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_iot_central/Makefile b/devel/rubygem-azure_mgmt_iot_central/Makefile index ca991683a..3aeabd0ec 100644 --- a/devel/rubygem-azure_mgmt_iot_central/Makefile +++ b/devel/rubygem-azure_mgmt_iot_central/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_iot_hub/Makefile b/devel/rubygem-azure_mgmt_iot_hub/Makefile index a9efbd0f3..0cb2d69d1 100644 --- a/devel/rubygem-azure_mgmt_iot_hub/Makefile +++ b/devel/rubygem-azure_mgmt_iot_hub/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_key_vault/Makefile b/devel/rubygem-azure_mgmt_key_vault/Makefile index 4d0377fc7..6a24a4d55 100644 --- a/devel/rubygem-azure_mgmt_key_vault/Makefile +++ b/devel/rubygem-azure_mgmt_key_vault/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile b/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile index 5a997d740..e21f26ff3 100644 --- a/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile +++ b/devel/rubygem-azure_mgmt_kubernetes_configuration/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_kusto/Makefile b/devel/rubygem-azure_mgmt_kusto/Makefile index 8dd9cbbf9..8e524cbf8 100644 --- a/devel/rubygem-azure_mgmt_kusto/Makefile +++ b/devel/rubygem-azure_mgmt_kusto/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_labservices/Makefile b/devel/rubygem-azure_mgmt_labservices/Makefile index cf442c1b8..8fb4eefbe 100644 --- a/devel/rubygem-azure_mgmt_labservices/Makefile +++ b/devel/rubygem-azure_mgmt_labservices/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_links/Makefile b/devel/rubygem-azure_mgmt_links/Makefile index 4e5e08d66..8c124e692 100644 --- a/devel/rubygem-azure_mgmt_links/Makefile +++ b/devel/rubygem-azure_mgmt_links/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_locks/Makefile b/devel/rubygem-azure_mgmt_locks/Makefile index be8f64d48..281254e99 100644 --- a/devel/rubygem-azure_mgmt_locks/Makefile +++ b/devel/rubygem-azure_mgmt_locks/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_logic/Makefile b/devel/rubygem-azure_mgmt_logic/Makefile index a595a23c0..d5d6539d0 100644 --- a/devel/rubygem-azure_mgmt_logic/Makefile +++ b/devel/rubygem-azure_mgmt_logic/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_machine_learning/Makefile b/devel/rubygem-azure_mgmt_machine_learning/Makefile index b9d5c8eaf..b776a0c6a 100644 --- a/devel/rubygem-azure_mgmt_machine_learning/Makefile +++ b/devel/rubygem-azure_mgmt_machine_learning/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_machine_learning_services/Makefile b/devel/rubygem-azure_mgmt_machine_learning_services/Makefile index fa8882e89..cfd8f65fb 100644 --- a/devel/rubygem-azure_mgmt_machine_learning_services/Makefile +++ b/devel/rubygem-azure_mgmt_machine_learning_services/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_maintenance/Makefile b/devel/rubygem-azure_mgmt_maintenance/Makefile index 01fca21d4..0f977cda7 100644 --- a/devel/rubygem-azure_mgmt_maintenance/Makefile +++ b/devel/rubygem-azure_mgmt_maintenance/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_managed_applications/Makefile b/devel/rubygem-azure_mgmt_managed_applications/Makefile index 6f4388085..8d0fafc7b 100644 --- a/devel/rubygem-azure_mgmt_managed_applications/Makefile +++ b/devel/rubygem-azure_mgmt_managed_applications/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_mariadb/Makefile b/devel/rubygem-azure_mgmt_mariadb/Makefile index b7b5bf3f3..d3526702b 100644 --- a/devel/rubygem-azure_mgmt_mariadb/Makefile +++ b/devel/rubygem-azure_mgmt_mariadb/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_marketplace_ordering/Makefile b/devel/rubygem-azure_mgmt_marketplace_ordering/Makefile index ec7fce3be..cc958a336 100644 --- a/devel/rubygem-azure_mgmt_marketplace_ordering/Makefile +++ b/devel/rubygem-azure_mgmt_marketplace_ordering/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_media_services/Makefile b/devel/rubygem-azure_mgmt_media_services/Makefile index 47ee8bff8..084cb4da8 100644 --- a/devel/rubygem-azure_mgmt_media_services/Makefile +++ b/devel/rubygem-azure_mgmt_media_services/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_migrate/Makefile b/devel/rubygem-azure_mgmt_migrate/Makefile index 0a3866006..a8f6d27e4 100644 --- a/devel/rubygem-azure_mgmt_migrate/Makefile +++ b/devel/rubygem-azure_mgmt_migrate/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_mixedreality/Makefile b/devel/rubygem-azure_mgmt_mixedreality/Makefile index 7e5140db6..9d546c170 100644 --- a/devel/rubygem-azure_mgmt_mixedreality/Makefile +++ b/devel/rubygem-azure_mgmt_mixedreality/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_monitor/Makefile b/devel/rubygem-azure_mgmt_monitor/Makefile index d86241a38..4edb21cb8 100644 --- a/devel/rubygem-azure_mgmt_monitor/Makefile +++ b/devel/rubygem-azure_mgmt_monitor/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_msi/Makefile b/devel/rubygem-azure_mgmt_msi/Makefile index 5444159da..d0302688a 100644 --- a/devel/rubygem-azure_mgmt_msi/Makefile +++ b/devel/rubygem-azure_mgmt_msi/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_mysql/Makefile b/devel/rubygem-azure_mgmt_mysql/Makefile index aae42510e..2f87e0e12 100644 --- a/devel/rubygem-azure_mgmt_mysql/Makefile +++ b/devel/rubygem-azure_mgmt_mysql/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_netapp/Makefile b/devel/rubygem-azure_mgmt_netapp/Makefile index 2157bac27..2471faeed 100644 --- a/devel/rubygem-azure_mgmt_netapp/Makefile +++ b/devel/rubygem-azure_mgmt_netapp/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_network/Makefile b/devel/rubygem-azure_mgmt_network/Makefile index d2318e084..530471f43 100644 --- a/devel/rubygem-azure_mgmt_network/Makefile +++ b/devel/rubygem-azure_mgmt_network/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_notification_hubs/Makefile b/devel/rubygem-azure_mgmt_notification_hubs/Makefile index f83994b96..7459e1152 100644 --- a/devel/rubygem-azure_mgmt_notification_hubs/Makefile +++ b/devel/rubygem-azure_mgmt_notification_hubs/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_operational_insights/Makefile b/devel/rubygem-azure_mgmt_operational_insights/Makefile index 3749820a1..66bad2fdd 100644 --- a/devel/rubygem-azure_mgmt_operational_insights/Makefile +++ b/devel/rubygem-azure_mgmt_operational_insights/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_operations_management/Makefile b/devel/rubygem-azure_mgmt_operations_management/Makefile index 0aa86f80d..f09cfefcb 100644 --- a/devel/rubygem-azure_mgmt_operations_management/Makefile +++ b/devel/rubygem-azure_mgmt_operations_management/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_peering/Makefile b/devel/rubygem-azure_mgmt_peering/Makefile index 4b96c09d3..c162a45d0 100644 --- a/devel/rubygem-azure_mgmt_peering/Makefile +++ b/devel/rubygem-azure_mgmt_peering/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_policy/Makefile b/devel/rubygem-azure_mgmt_policy/Makefile index d006a28d4..9fbc9e355 100644 --- a/devel/rubygem-azure_mgmt_policy/Makefile +++ b/devel/rubygem-azure_mgmt_policy/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_policy_insights/Makefile b/devel/rubygem-azure_mgmt_policy_insights/Makefile index c82e3c858..f567164d5 100644 --- a/devel/rubygem-azure_mgmt_policy_insights/Makefile +++ b/devel/rubygem-azure_mgmt_policy_insights/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_portal/Makefile b/devel/rubygem-azure_mgmt_portal/Makefile index 58bb9dde7..7e7973010 100644 --- a/devel/rubygem-azure_mgmt_portal/Makefile +++ b/devel/rubygem-azure_mgmt_portal/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_postgresql/Makefile b/devel/rubygem-azure_mgmt_postgresql/Makefile index 74d5357f7..00b930108 100644 --- a/devel/rubygem-azure_mgmt_postgresql/Makefile +++ b/devel/rubygem-azure_mgmt_postgresql/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile b/devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile index b3d9482c0..72d3f1d38 100644 --- a/devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile +++ b/devel/rubygem-azure_mgmt_powerbi_dedicated/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_powerbi_embedded/Makefile b/devel/rubygem-azure_mgmt_powerbi_embedded/Makefile index 024e2ddff..bcae27b8e 100644 --- a/devel/rubygem-azure_mgmt_powerbi_embedded/Makefile +++ b/devel/rubygem-azure_mgmt_powerbi_embedded/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_privatedns/Makefile b/devel/rubygem-azure_mgmt_privatedns/Makefile index 49ddb95c0..520701478 100644 --- a/devel/rubygem-azure_mgmt_privatedns/Makefile +++ b/devel/rubygem-azure_mgmt_privatedns/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_recovery_services/Makefile b/devel/rubygem-azure_mgmt_recovery_services/Makefile index ac36f7ed9..5e76904f8 100644 --- a/devel/rubygem-azure_mgmt_recovery_services/Makefile +++ b/devel/rubygem-azure_mgmt_recovery_services/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_recovery_services_backup/Makefile b/devel/rubygem-azure_mgmt_recovery_services_backup/Makefile index ab37268a1..d7a03beea 100644 --- a/devel/rubygem-azure_mgmt_recovery_services_backup/Makefile +++ b/devel/rubygem-azure_mgmt_recovery_services_backup/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile b/devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile index 031cce758..7670ba3ff 100644 --- a/devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile +++ b/devel/rubygem-azure_mgmt_recovery_services_site_recovery/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_redis/Makefile b/devel/rubygem-azure_mgmt_redis/Makefile index 74d659cca..c0e22c54d 100644 --- a/devel/rubygem-azure_mgmt_redis/Makefile +++ b/devel/rubygem-azure_mgmt_redis/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_relay/Makefile b/devel/rubygem-azure_mgmt_relay/Makefile index b94644d34..f9c4f5c25 100644 --- a/devel/rubygem-azure_mgmt_relay/Makefile +++ b/devel/rubygem-azure_mgmt_relay/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_reservations/Makefile b/devel/rubygem-azure_mgmt_reservations/Makefile index bc44017a5..19e833888 100644 --- a/devel/rubygem-azure_mgmt_reservations/Makefile +++ b/devel/rubygem-azure_mgmt_reservations/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_resource_health/Makefile b/devel/rubygem-azure_mgmt_resource_health/Makefile index 7be09ac6c..0683bcaf8 100644 --- a/devel/rubygem-azure_mgmt_resource_health/Makefile +++ b/devel/rubygem-azure_mgmt_resource_health/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_resourcegraph/Makefile b/devel/rubygem-azure_mgmt_resourcegraph/Makefile index d0b88a5c0..b293a4eda 100644 --- a/devel/rubygem-azure_mgmt_resourcegraph/Makefile +++ b/devel/rubygem-azure_mgmt_resourcegraph/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_resources/Makefile b/devel/rubygem-azure_mgmt_resources/Makefile index 5ed0a9a73..441f64e56 100644 --- a/devel/rubygem-azure_mgmt_resources/Makefile +++ b/devel/rubygem-azure_mgmt_resources/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_resources_management/Makefile b/devel/rubygem-azure_mgmt_resources_management/Makefile index f3e1d6041..e011bef2d 100644 --- a/devel/rubygem-azure_mgmt_resources_management/Makefile +++ b/devel/rubygem-azure_mgmt_resources_management/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_scheduler/Makefile b/devel/rubygem-azure_mgmt_scheduler/Makefile index dd832fda9..2a35ba8e2 100644 --- a/devel/rubygem-azure_mgmt_scheduler/Makefile +++ b/devel/rubygem-azure_mgmt_scheduler/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_search/Makefile b/devel/rubygem-azure_mgmt_search/Makefile index 1b5393fca..40f0e5e3b 100644 --- a/devel/rubygem-azure_mgmt_search/Makefile +++ b/devel/rubygem-azure_mgmt_search/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_security/Makefile b/devel/rubygem-azure_mgmt_security/Makefile index f1cd5f540..5dee2e301 100644 --- a/devel/rubygem-azure_mgmt_security/Makefile +++ b/devel/rubygem-azure_mgmt_security/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_serialconsole/Makefile b/devel/rubygem-azure_mgmt_serialconsole/Makefile index 0248fbdf4..5c2bbe668 100644 --- a/devel/rubygem-azure_mgmt_serialconsole/Makefile +++ b/devel/rubygem-azure_mgmt_serialconsole/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_service_bus/Makefile b/devel/rubygem-azure_mgmt_service_bus/Makefile index c23b5fd78..4455ea491 100644 --- a/devel/rubygem-azure_mgmt_service_bus/Makefile +++ b/devel/rubygem-azure_mgmt_service_bus/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_service_fabric/Makefile b/devel/rubygem-azure_mgmt_service_fabric/Makefile index 73f1e4b56..46e2a48f8 100644 --- a/devel/rubygem-azure_mgmt_service_fabric/Makefile +++ b/devel/rubygem-azure_mgmt_service_fabric/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_signalr/Makefile b/devel/rubygem-azure_mgmt_signalr/Makefile index daedc963e..d0b583457 100644 --- a/devel/rubygem-azure_mgmt_signalr/Makefile +++ b/devel/rubygem-azure_mgmt_signalr/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_sql/Makefile b/devel/rubygem-azure_mgmt_sql/Makefile index 2d6bb7a0a..c53e4b07c 100644 --- a/devel/rubygem-azure_mgmt_sql/Makefile +++ b/devel/rubygem-azure_mgmt_sql/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile b/devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile index faaa3ae6c..da9f7e366 100644 --- a/devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile +++ b/devel/rubygem-azure_mgmt_sqlvirtualmachine/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile b/devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile index 0618e9988..26ec28b48 100644 --- a/devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile +++ b/devel/rubygem-azure_mgmt_stor_simple8000_series/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_storage/Makefile b/devel/rubygem-azure_mgmt_storage/Makefile index ea8fc6a48..0100dc2a5 100644 --- a/devel/rubygem-azure_mgmt_storage/Makefile +++ b/devel/rubygem-azure_mgmt_storage/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_storagecache/Makefile b/devel/rubygem-azure_mgmt_storagecache/Makefile index 0438c81a7..83086a1ee 100644 --- a/devel/rubygem-azure_mgmt_storagecache/Makefile +++ b/devel/rubygem-azure_mgmt_storagecache/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_storagesync/Makefile b/devel/rubygem-azure_mgmt_storagesync/Makefile index 52c25593e..84aba5c66 100644 --- a/devel/rubygem-azure_mgmt_storagesync/Makefile +++ b/devel/rubygem-azure_mgmt_storagesync/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_stream_analytics/Makefile b/devel/rubygem-azure_mgmt_stream_analytics/Makefile index 13e973f70..5605c3b9f 100644 --- a/devel/rubygem-azure_mgmt_stream_analytics/Makefile +++ b/devel/rubygem-azure_mgmt_stream_analytics/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_subscriptions/Makefile b/devel/rubygem-azure_mgmt_subscriptions/Makefile index 5dde8c3eb..e5c8237cd 100644 --- a/devel/rubygem-azure_mgmt_subscriptions/Makefile +++ b/devel/rubygem-azure_mgmt_subscriptions/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_support/Makefile b/devel/rubygem-azure_mgmt_support/Makefile index b8e858d98..061df33a2 100644 --- a/devel/rubygem-azure_mgmt_support/Makefile +++ b/devel/rubygem-azure_mgmt_support/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_synapse/Makefile b/devel/rubygem-azure_mgmt_synapse/Makefile index 5cb8ff2ae..d7547e318 100644 --- a/devel/rubygem-azure_mgmt_synapse/Makefile +++ b/devel/rubygem-azure_mgmt_synapse/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_time_series_insights/Makefile b/devel/rubygem-azure_mgmt_time_series_insights/Makefile index 629a8d10c..45afbf16c 100644 --- a/devel/rubygem-azure_mgmt_time_series_insights/Makefile +++ b/devel/rubygem-azure_mgmt_time_series_insights/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_traffic_manager/Makefile b/devel/rubygem-azure_mgmt_traffic_manager/Makefile index d6feb21f2..464dd0e23 100644 --- a/devel/rubygem-azure_mgmt_traffic_manager/Makefile +++ b/devel/rubygem-azure_mgmt_traffic_manager/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile b/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile index 49553268a..3434f87fb 100644 --- a/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile +++ b/devel/rubygem-azure_mgmt_vmware_cloudsimple/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_mgmt_web/Makefile b/devel/rubygem-azure_mgmt_web/Makefile index bfaa778ab..daf9a8e2a 100644 --- a/devel/rubygem-azure_mgmt_web/Makefile +++ b/devel/rubygem-azure_mgmt_web/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_sdk/Makefile b/devel/rubygem-azure_sdk/Makefile index e2c52197c..3e9060faa 100644 --- a/devel/rubygem-azure_sdk/Makefile +++ b/devel/rubygem-azure_sdk/Makefile @@ -152,7 +152,6 @@ RUN_DEPENDS= rubygem-azure-storage>=0.15.0.preview<0.15:devel/rubygem-azure-stor rubygem-azure_service_fabric>=0.18.1<0.19:devel/rubygem-azure_service_fabric USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-azure_service_fabric/Makefile b/devel/rubygem-azure_service_fabric/Makefile index e9b38f805..0f3b360d2 100644 --- a/devel/rubygem-azure_service_fabric/Makefile +++ b/devel/rubygem-azure_service_fabric/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-backports/Makefile b/devel/rubygem-backports/Makefile index 93d6b027c..3ab3bb5e7 100644 --- a/devel/rubygem-backports/Makefile +++ b/devel/rubygem-backports/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bacon/Makefile b/devel/rubygem-bacon/Makefile index 75c2f1ddd..deb8f801a 100644 --- a/devel/rubygem-bacon/Makefile +++ b/devel/rubygem-bacon/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/bacon diff --git a/devel/rubygem-baf/Makefile b/devel/rubygem-baf/Makefile index a31bfc2bf..45e317fd9 100644 --- a/devel/rubygem-baf/Makefile +++ b/devel/rubygem-baf/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/baf LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-batch-loader/Makefile b/devel/rubygem-batch-loader/Makefile index aaf121306..b271fd6b1 100644 --- a/devel/rubygem-batch-loader/Makefile +++ b/devel/rubygem-batch-loader/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-benelux/Makefile b/devel/rubygem-benelux/Makefile index da7ccee08..04ee4beda 100644 --- a/devel/rubygem-benelux/Makefile +++ b/devel/rubygem-benelux/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:devel/rubygem-attic \ rubygem-storable>=0.8.6:devel/rubygem-storable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-better_html-rails61/Makefile b/devel/rubygem-better_html-rails61/Makefile index b9deb6f3f..d7b4269d7 100644 --- a/devel/rubygem-better_html-rails61/Makefile +++ b/devel/rubygem-better_html-rails61/Makefile @@ -19,6 +19,5 @@ RUN_DEPENDS= rubygem-actionview61>=6.0:devel/rubygem-actionview61 \ rubygem-smart_properties>0:devel/rubygem-smart_properties USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-bin_utils/Makefile b/devel/rubygem-bin_utils/Makefile index 8fb374a91..71aa88286 100644 --- a/devel/rubygem-bin_utils/Makefile +++ b/devel/rubygem-bin_utils/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/funny-falcon/bin_utils LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-bindata/Makefile b/devel/rubygem-bindata/Makefile index 3f7951ba1..0019c593f 100644 --- a/devel/rubygem-bindata/Makefile +++ b/devel/rubygem-bindata/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bindex/Makefile b/devel/rubygem-bindex/Makefile index 6db8ef715..e0c770409 100644 --- a/devel/rubygem-bindex/Makefile +++ b/devel/rubygem-bindex/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-binding_of_caller/Makefile b/devel/rubygem-binding_of_caller/Makefile index c3d86dbcf..29bf9b666 100644 --- a/devel/rubygem-binding_of_caller/Makefile +++ b/devel/rubygem-binding_of_caller/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-debug_inspector>=0.0.1:devel/rubygem-debug_inspector USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bit-struct/Makefile b/devel/rubygem-bit-struct/Makefile index 4a471993b..211f1c25e 100644 --- a/devel/rubygem-bit-struct/Makefile +++ b/devel/rubygem-bit-struct/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-blankslate/Makefile b/devel/rubygem-blankslate/Makefile index 40a0cae3b..85599e73f 100644 --- a/devel/rubygem-blankslate/Makefile +++ b/devel/rubygem-blankslate/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-blockenspiel/Makefile b/devel/rubygem-blockenspiel/Makefile index 2855d3d31..2bab11762 100644 --- a/devel/rubygem-blockenspiel/Makefile +++ b/devel/rubygem-blockenspiel/Makefile @@ -10,7 +10,6 @@ WWW= https://dazuma.github.io/blockenspiel/ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-bones/Makefile b/devel/rubygem-bones/Makefile index 864b7c1bd..ce7f04a0e 100644 --- a/devel/rubygem-bones/Makefile +++ b/devel/rubygem-bones/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \ rubygem-rdoc>=6.0<7:devel/rubygem-rdoc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bootsnap/Makefile b/devel/rubygem-bootsnap/Makefile index e670f1f32..d115cb5d3 100644 --- a/devel/rubygem-bootsnap/Makefile +++ b/devel/rubygem-bootsnap/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack USES= gem -USE_RUBY= yes PLIST_FILES= bin/bootsnap diff --git a/devel/rubygem-bootsnap111/Makefile b/devel/rubygem-bootsnap111/Makefile index 84e1b3cfe..fc4d7e417 100644 --- a/devel/rubygem-bootsnap111/Makefile +++ b/devel/rubygem-bootsnap111/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack USES= gem -USE_RUBY= yes PORTSCOUT= limit:^1\.11\. diff --git a/devel/rubygem-bootsnap112/Makefile b/devel/rubygem-bootsnap112/Makefile index c70dff744..58c650a70 100644 --- a/devel/rubygem-bootsnap112/Makefile +++ b/devel/rubygem-bootsnap112/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-msgpack>=1.2<2:devel/rubygem-msgpack USES= gem -USE_RUBY= yes PORTSCOUT= limit:^1\.12\. diff --git a/devel/rubygem-bootstrap_form/Makefile b/devel/rubygem-bootstrap_form/Makefile index 446b37e4b..5804bf8c0 100644 --- a/devel/rubygem-bootstrap_form/Makefile +++ b/devel/rubygem-bootstrap_form/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \ rubygem-activemodel61>=5.0:databases/rubygem-activemodel61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bson/Makefile b/devel/rubygem-bson/Makefile index ff1a0d347..c0d39dd1f 100644 --- a/devel/rubygem-bson/Makefile +++ b/devel/rubygem-bson/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem -USE_RUBY= yes CPE_VENDOR= bson_project diff --git a/devel/rubygem-buftok/Makefile b/devel/rubygem-buftok/Makefile index 19e5b29e6..e850d0d92 100644 --- a/devel/rubygem-buftok/Makefile +++ b/devel/rubygem-buftok/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-bugspots/Makefile b/devel/rubygem-bugspots/Makefile index 41b1cb592..2c307d9b6 100644 --- a/devel/rubygem-bugspots/Makefile +++ b/devel/rubygem-bugspots/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rainbow>=0:devel/rubygem-rainbow \ rubygem-rugged>=0.21.0:devel/rubygem-rugged NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/bugspots bin/git-bugspots diff --git a/devel/rubygem-builder/Makefile b/devel/rubygem-builder/Makefile index 9256be7d0..f7e4f5ff7 100644 --- a/devel/rubygem-builder/Makefile +++ b/devel/rubygem-builder/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-byebug/Makefile b/devel/rubygem-byebug/Makefile index 4526a7411..2e91a27e5 100644 --- a/devel/rubygem-byebug/Makefile +++ b/devel/rubygem-byebug/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes PLIST_FILES= bin/byebug diff --git a/devel/rubygem-c21e/Makefile b/devel/rubygem-c21e/Makefile index c4e07b18c..29a44dfc6 100644 --- a/devel/rubygem-c21e/Makefile +++ b/devel/rubygem-c21e/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cabin/Makefile b/devel/rubygem-cabin/Makefile index f801d8a6a..eebc8c5d4 100644 --- a/devel/rubygem-cabin/Makefile +++ b/devel/rubygem-cabin/Makefile @@ -8,7 +8,6 @@ COMMENT= Structured+contextual logging experiments in Ruby WWW= https://github.com/jordansissel/ruby-cabin NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rubygems-cabin-test diff --git a/devel/rubygem-caesars/Makefile b/devel/rubygem-caesars/Makefile index 1cd80c7e0..780c26c8c 100644 --- a/devel/rubygem-caesars/Makefile +++ b/devel/rubygem-caesars/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/delano/caesars NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= bin/example diff --git a/devel/rubygem-cairo-gobject/Makefile b/devel/rubygem-cairo-gobject/Makefile index e05f12f02..fba811422 100644 --- a/devel/rubygem-cairo-gobject/Makefile +++ b/devel/rubygem-cairo-gobject/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-cairo>=1.16.2:graphics/rubygem-cairo \ USES= gem gnome USE_GNOME= cairo glib20 -USE_RUBY= yes .include diff --git a/devel/rubygem-capybara-screenshot/Makefile b/devel/rubygem-capybara-screenshot/Makefile index 75e53ee7e..dea8ae92b 100644 --- a/devel/rubygem-capybara-screenshot/Makefile +++ b/devel/rubygem-capybara-screenshot/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-capybara>=1.0<4:devel/rubygem-capybara \ rubygem-launchy>=0:devel/rubygem-launchy USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-capybara/Makefile b/devel/rubygem-capybara/Makefile index 97760ec2b..e220a6471 100644 --- a/devel/rubygem-capybara/Makefile +++ b/devel/rubygem-capybara/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-xpath>=3.2<4:devel/rubygem-xpath USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cbor/Makefile b/devel/rubygem-cbor/Makefile index df94b7f73..6ad3b3c6c 100644 --- a/devel/rubygem-cbor/Makefile +++ b/devel/rubygem-cbor/Makefile @@ -10,6 +10,5 @@ WWW= https://cbor.io/ LICENSE= APACHE20 USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-celluloid-essentials/Makefile b/devel/rubygem-celluloid-essentials/Makefile index ce893fbfb..fc4c90a79 100644 --- a/devel/rubygem-celluloid-essentials/Makefile +++ b/devel/rubygem-celluloid-essentials/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid-extras/Makefile b/devel/rubygem-celluloid-extras/Makefile index 558e8f26b..ceff42977 100644 --- a/devel/rubygem-celluloid-extras/Makefile +++ b/devel/rubygem-celluloid-extras/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid-fsm/Makefile b/devel/rubygem-celluloid-fsm/Makefile index b9b9cf87f..56bc58c55 100644 --- a/devel/rubygem-celluloid-fsm/Makefile +++ b/devel/rubygem-celluloid-fsm/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid-io/Makefile b/devel/rubygem-celluloid-io/Makefile index da51476ef..1457a433e 100644 --- a/devel/rubygem-celluloid-io/Makefile +++ b/devel/rubygem-celluloid-io/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.17.2:devel/rubygem-celluloid \ rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid-pool/Makefile b/devel/rubygem-celluloid-pool/Makefile index 8683b89e8..6f2f45e38 100644 --- a/devel/rubygem-celluloid-pool/Makefile +++ b/devel/rubygem-celluloid-pool/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid-supervision/Makefile b/devel/rubygem-celluloid-supervision/Makefile index f24105d3e..5f9a0b0a8 100644 --- a/devel/rubygem-celluloid-supervision/Makefile +++ b/devel/rubygem-celluloid-supervision/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-timers>=4.1.1:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-celluloid/Makefile b/devel/rubygem-celluloid/Makefile index 77bf1c145..112cb69e4 100644 --- a/devel/rubygem-celluloid/Makefile +++ b/devel/rubygem-celluloid/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timers>=4<5:devel/rubygem-timers USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cf-uaa-lib/Makefile b/devel/rubygem-cf-uaa-lib/Makefile index 8dc190744..f79f3600a 100644 --- a/devel/rubygem-cf-uaa-lib/Makefile +++ b/devel/rubygem-cf-uaa-lib/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httpclient>=2.8.2.4<3:www/rubygem-httpclient \ rubygem-multi_json>=1.12.1<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cheffish/Makefile b/devel/rubygem-cheffish/Makefile index a8a2337ff..5de7c9dc1 100644 --- a/devel/rubygem-cheffish/Makefile +++ b/devel/rubygem-cheffish/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-chef-zero>=14.0:sysutils/rubygem-chef-zero \ rubygem-net-ssh>=0,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-childprocess/Makefile b/devel/rubygem-childprocess/Makefile index 1ae25b30e..43c7c0358 100644 --- a/devel/rubygem-childprocess/Makefile +++ b/devel/rubygem-childprocess/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-childprocess3/Makefile b/devel/rubygem-childprocess3/Makefile index 77619087e..09c9f5c83 100644 --- a/devel/rubygem-childprocess3/Makefile +++ b/devel/rubygem-childprocess3/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-childprocess40/Makefile b/devel/rubygem-childprocess40/Makefile index 49f1a6747..9238d37d7 100644 --- a/devel/rubygem-childprocess40/Makefile +++ b/devel/rubygem-childprocess40/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-chronic/Makefile b/devel/rubygem-chronic/Makefile index 8cd194ca5..e1e47ac79 100644 --- a/devel/rubygem-chronic/Makefile +++ b/devel/rubygem-chronic/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-chronic_duration/Makefile b/devel/rubygem-chronic_duration/Makefile index 80573fae3..dc74886d5 100644 --- a/devel/rubygem-chronic_duration/Makefile +++ b/devel/rubygem-chronic_duration/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-numerizer>=0.1.1:devel/rubygem-numerizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-claide-plugins/Makefile b/devel/rubygem-claide-plugins/Makefile index b84fa79dc..3821266c4 100644 --- a/devel/rubygem-claide-plugins/Makefile +++ b/devel/rubygem-claide-plugins/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-cork>=0:devel/rubygem-cork \ rubygem-open4>=1.3<2:devel/rubygem-open4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-claide/Makefile b/devel/rubygem-claide/Makefile index 8e9ad4ffa..0c03bb19a 100644 --- a/devel/rubygem-claide/Makefile +++ b/devel/rubygem-claide/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-clamp/Makefile b/devel/rubygem-clamp/Makefile index cc43cfd39..ddca08e57 100644 --- a/devel/rubygem-clamp/Makefile +++ b/devel/rubygem-clamp/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-clamp11/Makefile b/devel/rubygem-clamp11/Makefile index cf150181d..0a54cf7c4 100644 --- a/devel/rubygem-clamp11/Makefile +++ b/devel/rubygem-clamp11/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-classifier-reborn/Makefile b/devel/rubygem-classifier-reborn/Makefile index 95414520b..fb85211b3 100644 --- a/devel/rubygem-classifier-reborn/Makefile +++ b/devel/rubygem-classifier-reborn/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fast-stemmer>=1.0<2:devel/rubygem-fast-stemmer \ rubygem-matrix>=0.4<1:math/rubygem-matrix USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-classifier/Makefile b/devel/rubygem-classifier/Makefile index f39d4163a..15b25ca38 100644 --- a/devel/rubygem-classifier/Makefile +++ b/devel/rubygem-classifier/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer \ rubygem-rake>=0:devel/rubygem-rake NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-climate_control/Makefile b/devel/rubygem-climate_control/Makefile index e9d425afe..51dabeb61 100644 --- a/devel/rubygem-climate_control/Makefile +++ b/devel/rubygem-climate_control/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-clio/Makefile b/devel/rubygem-clio/Makefile index 33aa0f187..d4c8c77f1 100644 --- a/devel/rubygem-clio/Makefile +++ b/devel/rubygem-clio/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv3 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-cliprompt/Makefile b/devel/rubygem-cliprompt/Makefile index e3e9ef6bf..1229caedd 100644 --- a/devel/rubygem-cliprompt/Makefile +++ b/devel/rubygem-cliprompt/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-paint>=1.0.0:devel/rubygem-paint NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-cloudfiles/Makefile b/devel/rubygem-cloudfiles/Makefile index a2910ecff..7195a42d3 100644 --- a/devel/rubygem-cloudfiles/Makefile +++ b/devel/rubygem-cloudfiles/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cms_scanner/Makefile b/devel/rubygem-cms_scanner/Makefile index f2613806d..7924b8861 100644 --- a/devel/rubygem-cms_scanner/Makefile +++ b/devel/rubygem-cms_scanner/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-get_process_mem>=0.2.5<0.3:devel/rubygem-get_process_mem \ rubygem-yajl-ruby>=1.4.1<1.5:devel/rubygem-yajl-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cocaine/Makefile b/devel/rubygem-cocaine/Makefile index 27fc1b78e..e5cd38933 100644 --- a/devel/rubygem-cocaine/Makefile +++ b/devel/rubygem-cocaine/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-terrapin>=${PORTVERSION}:devel/rubygem-terrapin NO_ARCH= yes -USE_RUBY= yes USES= cpe gem CPE_VENDOR= thoughtbot diff --git a/devel/rubygem-cocoon/Makefile b/devel/rubygem-cocoon/Makefile index 7775a9cc7..193358c9b 100644 --- a/devel/rubygem-cocoon/Makefile +++ b/devel/rubygem-cocoon/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coercible/Makefile b/devel/rubygem-coercible/Makefile index b7afc62e7..c2130ae54 100644 --- a/devel/rubygem-coercible/Makefile +++ b/devel/rubygem-coercible/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:devel/rubygem-descendants_tracker USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coffee-rails-rails5/Makefile b/devel/rubygem-coffee-rails-rails5/Makefile index 1dcc49f72..1e41792fb 100644 --- a/devel/rubygem-coffee-rails-rails5/Makefile +++ b/devel/rubygem-coffee-rails-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ rubygem-railties5>=4.0.0:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coffee-rails-rails50/Makefile b/devel/rubygem-coffee-rails-rails50/Makefile index bf5772129..7f6dcabc0 100644 --- a/devel/rubygem-coffee-rails-rails50/Makefile +++ b/devel/rubygem-coffee-rails-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ rubygem-railties50>=4.0.0:www/rubygem-railties50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coffee-rails-rails52/Makefile b/devel/rubygem-coffee-rails-rails52/Makefile index 2478507d3..c01a1d88f 100644 --- a/devel/rubygem-coffee-rails-rails52/Makefile +++ b/devel/rubygem-coffee-rails-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ rubygem-railties52>=5.2.0:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coffee-rails4/Makefile b/devel/rubygem-coffee-rails4/Makefile index 3b62cfa83..64cf64e22 100644 --- a/devel/rubygem-coffee-rails4/Makefile +++ b/devel/rubygem-coffee-rails4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS?= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ rubygem-railties4>=4.0.0:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-coffee-rails41/Makefile b/devel/rubygem-coffee-rails41/Makefile index 4e9c39e05..5c5cdb0cd 100644 --- a/devel/rubygem-coffee-rails41/Makefile +++ b/devel/rubygem-coffee-rails41/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS?= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ rubygem-railties4>=4.0.0:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem PORTSCOUT= limit:^4\.1\. diff --git a/devel/rubygem-coffee-script-source/Makefile b/devel/rubygem-coffee-script-source/Makefile index 3c76c8bc2..f163aa815 100644 --- a/devel/rubygem-coffee-script-source/Makefile +++ b/devel/rubygem-coffee-script-source/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jashkenas/coffeescript LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-coffee-script/Makefile b/devel/rubygem-coffee-script/Makefile index b320c715b..80da3efb2 100644 --- a/devel/rubygem-coffee-script/Makefile +++ b/devel/rubygem-coffee-script/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-coffee-script-source>=0:devel/rubygem-coffee-script-source rubygem-execjs>=0:devel/rubygem-execjs NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-colorize/Makefile b/devel/rubygem-colorize/Makefile index 83a9c275f..61a8ca554 100644 --- a/devel/rubygem-colorize/Makefile +++ b/devel/rubygem-colorize/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-columnize/Makefile b/devel/rubygem-columnize/Makefile index 53e64b2ab..9eaef2b1c 100644 --- a/devel/rubygem-columnize/Makefile +++ b/devel/rubygem-columnize/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-commander/Makefile b/devel/rubygem-commander/Makefile index 56cd689bd..f82d7a113 100644 --- a/devel/rubygem-commander/Makefile +++ b/devel/rubygem-commander/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-highline>=2.0.0<2.1:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-concurrent-ruby-edge/Makefile b/devel/rubygem-concurrent-ruby-edge/Makefile index 301466ff0..4d82ec287 100644 --- a/devel/rubygem-concurrent-ruby-edge/Makefile +++ b/devel/rubygem-concurrent-ruby-edge/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-concurrent-ruby>=1.1.6<1.2:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-concurrent-ruby-ext/Makefile b/devel/rubygem-concurrent-ruby-ext/Makefile index c2850072a..747c0043b 100644 --- a/devel/rubygem-concurrent-ruby-ext/Makefile +++ b/devel/rubygem-concurrent-ruby-ext/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-concurrent-ruby>=${PORTVERSION}:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-concurrent-ruby/Makefile b/devel/rubygem-concurrent-ruby/Makefile index 30e8d2a0a..055091142 100644 --- a/devel/rubygem-concurrent-ruby/Makefile +++ b/devel/rubygem-concurrent-ruby/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-configatron/Makefile b/devel/rubygem-configatron/Makefile index 094161e75..9e70f5922 100644 --- a/devel/rubygem-configatron/Makefile +++ b/devel/rubygem-configatron/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-configstruct/Makefile b/devel/rubygem-configstruct/Makefile index a7a8ee08a..7f972530f 100644 --- a/devel/rubygem-configstruct/Makefile +++ b/devel/rubygem-configstruct/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/mose/configstruct LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-configuration/Makefile b/devel/rubygem-configuration/Makefile index b77b0c3d4..53a2403c9 100644 --- a/devel/rubygem-configuration/Makefile +++ b/devel/rubygem-configuration/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-console/Makefile b/devel/rubygem-console/Makefile index 8b5ac0d9c..4d5fa22cd 100644 --- a/devel/rubygem-console/Makefile +++ b/devel/rubygem-console/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-fiber-local>=0:devel/rubygem-fiber-local USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-contracts/Makefile b/devel/rubygem-contracts/Makefile index b4e82c359..27ee05b82 100644 --- a/devel/rubygem-contracts/Makefile +++ b/devel/rubygem-contracts/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE # LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-contracts016/Makefile b/devel/rubygem-contracts016/Makefile index d978bc3dc..6d361eead 100644 --- a/devel/rubygem-contracts016/Makefile +++ b/devel/rubygem-contracts016/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cookbook-omnifetch/Makefile b/devel/rubygem-cookbook-omnifetch/Makefile index 6fda0fd73..4d844af08 100644 --- a/devel/rubygem-cookbook-omnifetch/Makefile +++ b/devel/rubygem-cookbook-omnifetch/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-mixlib-archive>=0.4<2.0:devel/rubygem-mixlib-archive USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cool.io/Makefile b/devel/rubygem-cool.io/Makefile index ba0ffd404..fbafd0c02 100644 --- a/devel/rubygem-cool.io/Makefile +++ b/devel/rubygem-cool.io/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-iobuffer>=1.0.0:devel/rubygem-iobuffer USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-corefines/Makefile b/devel/rubygem-corefines/Makefile index 326ba990f..c29d86fe9 100644 --- a/devel/rubygem-corefines/Makefile +++ b/devel/rubygem-corefines/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jirutka/corefines LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cork/Makefile b/devel/rubygem-cork/Makefile index 08015f34d..5f5abb00a 100644 --- a/devel/rubygem-cork/Makefile +++ b/devel/rubygem-cork/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-colored2>=3.1<4:textproc/rubygem-colored2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-countries/Makefile b/devel/rubygem-countries/Makefile index fa819d0b6..1405402b8 100644 --- a/devel/rubygem-countries/Makefile +++ b/devel/rubygem-countries/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n_data>=0.10.0<0.11.0:devel/rubygem-i18n_data \ rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cow_proxy/Makefile b/devel/rubygem-cow_proxy/Makefile index 9b67d0752..7c4da58ff 100644 --- a/devel/rubygem-cow_proxy/Makefile +++ b/devel/rubygem-cow_proxy/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT #LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-crack/Makefile b/devel/rubygem-crack/Makefile index 5a1949c9e..cf42b0459 100644 --- a/devel/rubygem-crack/Makefile +++ b/devel/rubygem-crack/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= cpe gem CPE_VENDOR= john_nunemaker -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cri/Makefile b/devel/rubygem-cri/Makefile index a661ad30f..9635c2597 100644 --- a/devel/rubygem-cri/Makefile +++ b/devel/rubygem-cri/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-csv/Makefile b/devel/rubygem-csv/Makefile index eb9fe4df2..b4e4db12d 100644 --- a/devel/rubygem-csv/Makefile +++ b/devel/rubygem-csv/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-ci-environment/Makefile b/devel/rubygem-cucumber-ci-environment/Makefile index 2cc621dd9..2b7295519 100644 --- a/devel/rubygem-cucumber-ci-environment/Makefile +++ b/devel/rubygem-cucumber-ci-environment/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile index 02a2ff66c..559daaeb9 100644 --- a/devel/rubygem-cucumber-core/Makefile +++ b/devel/rubygem-cucumber-core/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-cucumber-gherkin23>=23.0.1<24:textproc/rubygem-cucumber-ghe rubygem-cucumber-tag-expressions>=4.1.0<5:devel/rubygem-cucumber-tag-expressions USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-cucumber-expressions/Makefile b/devel/rubygem-cucumber-cucumber-expressions/Makefile index e495cda56..8a8332eb8 100644 --- a/devel/rubygem-cucumber-cucumber-expressions/Makefile +++ b/devel/rubygem-cucumber-cucumber-expressions/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-cucumber-expressions15/Makefile b/devel/rubygem-cucumber-cucumber-expressions15/Makefile index 8f1e643b5..2c070ef6f 100644 --- a/devel/rubygem-cucumber-cucumber-expressions15/Makefile +++ b/devel/rubygem-cucumber-cucumber-expressions15/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-messages/Makefile b/devel/rubygem-cucumber-messages/Makefile index 6737abfaa..f20791384 100644 --- a/devel/rubygem-cucumber-messages/Makefile +++ b/devel/rubygem-cucumber-messages/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-messages18/Makefile b/devel/rubygem-cucumber-messages18/Makefile index a0f9e2b56..864c06b9c 100644 --- a/devel/rubygem-cucumber-messages18/Makefile +++ b/devel/rubygem-cucumber-messages18/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-messages19/Makefile b/devel/rubygem-cucumber-messages19/Makefile index a6796bfa3..abd105fc3 100644 --- a/devel/rubygem-cucumber-messages19/Makefile +++ b/devel/rubygem-cucumber-messages19/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-rails/Makefile b/devel/rubygem-cucumber-rails/Makefile index fd0e74f17..1527d42e2 100644 --- a/devel/rubygem-cucumber-rails/Makefile +++ b/devel/rubygem-cucumber-rails/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-capybara>=2.18<4:devel/rubygem-capybara \ rubygem-webrick>=1.7<2:www/rubygem-webrick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-tag-expressions/Makefile b/devel/rubygem-cucumber-tag-expressions/Makefile index 4d0298711..63d864ab4 100644 --- a/devel/rubygem-cucumber-tag-expressions/Makefile +++ b/devel/rubygem-cucumber-tag-expressions/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber-wire/Makefile b/devel/rubygem-cucumber-wire/Makefile index e851ba678..4b5a3940b 100644 --- a/devel/rubygem-cucumber-wire/Makefile +++ b/devel/rubygem-cucumber-wire/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-cucumber-core>=10.1.0:devel/rubygem-cucumber-core \ rubygem-cucumber-cucumber-expressions>=14.0.0:devel/rubygem-cucumber-cucumber-expressions USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-cucumber/Makefile b/devel/rubygem-cucumber/Makefile index 141ddeb23..8b9030320 100644 --- a/devel/rubygem-cucumber/Makefile +++ b/devel/rubygem-cucumber/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-builder>=3.2.4<4:devel/rubygem-builder \ rubygem-sys-uname>=1.2.2<2:sysutils/rubygem-sys-uname USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-curses/Makefile b/devel/rubygem-curses/Makefile index 72cc3d31f..d07e067d3 100644 --- a/devel/rubygem-curses/Makefile +++ b/devel/rubygem-curses/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/curses LICENSE= RUBY BSD2CLAUSE LICENSE_COMB= dual -USE_RUBY= yes USES= gem ncurses .include diff --git a/devel/rubygem-cyoi/Makefile b/devel/rubygem-cyoi/Makefile index 4195761e9..006ca3a6c 100644 --- a/devel/rubygem-cyoi/Makefile +++ b/devel/rubygem-cyoi/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-fog>=0:devel/rubygem-fog \ rubygem-readwritesettings>=3.0:devel/rubygem-readwritesettings USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-daemon_controller/Makefile b/devel/rubygem-daemon_controller/Makefile index 801bba5ce..36b1b3bd4 100644 --- a/devel/rubygem-daemon_controller/Makefile +++ b/devel/rubygem-daemon_controller/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem python:env shebangfix -USE_RUBY= yes SHEBANG_FILES= rpm/get_distro_id.py diff --git a/devel/rubygem-daemons/Makefile b/devel/rubygem-daemons/Makefile index 54282016e..14e4729ec 100644 --- a/devel/rubygem-daemons/Makefile +++ b/devel/rubygem-daemons/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-danger-gitlab/Makefile b/devel/rubygem-danger-gitlab/Makefile index 94567bc06..ee95ead36 100644 --- a/devel/rubygem-danger-gitlab/Makefile +++ b/devel/rubygem-danger-gitlab/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-danger>=0:devel/rubygem-danger \ rubygem-gitlab>=0.9.2:devel/rubygem-gitlab USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-danger/Makefile b/devel/rubygem-danger/Makefile index 699518c61..fe2306f1b 100644 --- a/devel/rubygem-danger/Makefile +++ b/devel/rubygem-danger/Makefile @@ -25,7 +25,6 @@ RUN_DEPENDS= rubygem-claide>=1.0<2:devel/rubygem-claide \ rubygem-terminal-table>=1<4:textproc/rubygem-terminal-table USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-date/Makefile b/devel/rubygem-date/Makefile index 735a7e32f..967385cc6 100644 --- a/devel/rubygem-date/Makefile +++ b/devel/rubygem-date/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= cpe gem -USE_RUBY= yes CPE_VENDOR= ruby-lang diff --git a/devel/rubygem-ddmemoize/Makefile b/devel/rubygem-ddmemoize/Makefile index de6fcd455..9ece701f1 100644 --- a/devel/rubygem-ddmemoize/Makefile +++ b/devel/rubygem-ddmemoize/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-ref>=2.0:devel/rubygem-ref \ rubygem-ddmetrics>=1.0:devel/rubygem-ddmetrics USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ddmetrics/Makefile b/devel/rubygem-ddmetrics/Makefile index 65e972b04..542bc332e 100644 --- a/devel/rubygem-ddmetrics/Makefile +++ b/devel/rubygem-ddmetrics/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ddfreyne/ddmetrics LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ddplugin/Makefile b/devel/rubygem-ddplugin/Makefile index 43eeb1e25..9df2c6b77 100644 --- a/devel/rubygem-ddplugin/Makefile +++ b/devel/rubygem-ddplugin/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ddtrace/Makefile b/devel/rubygem-ddtrace/Makefile index d330a7e33..aac93686d 100644 --- a/devel/rubygem-ddtrace/Makefile +++ b/devel/rubygem-ddtrace/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-debase-ruby_core_source>=0.10.16<0.10.17_99:devel/rubygem-d rubygem-msgpack>=0:devel/rubygem-msgpack USES= gem -USE_RUBY= yes PLIST_FILES= bin/ddtracerb diff --git a/devel/rubygem-debase-ruby_core_source/Makefile b/devel/rubygem-debase-ruby_core_source/Makefile index a7db5975b..8bcdca40c 100644 --- a/devel/rubygem-debase-ruby_core_source/Makefile +++ b/devel/rubygem-debase-ruby_core_source/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-debug/Makefile b/devel/rubygem-debug/Makefile index c75963cb2..454b32772 100644 --- a/devel/rubygem-debug/Makefile +++ b/devel/rubygem-debug/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-irb>=1.5.0:devel/rubygem-irb \ rubygem-reline>=0.3.1:devel/rubygem-reline USES= gem -USE_RUBY= yes PLIST_FILES= bin/rdbg diff --git a/devel/rubygem-debug_inspector/Makefile b/devel/rubygem-debug_inspector/Makefile index 6e13a42d4..98db673d1 100644 --- a/devel/rubygem-debug_inspector/Makefile +++ b/devel/rubygem-debug_inspector/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/banister/debug_inspector LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-debugger-linecache/Makefile b/devel/rubygem-debugger-linecache/Makefile index 937a19545..4304e3b3f 100644 --- a/devel/rubygem-debugger-linecache/Makefile +++ b/devel/rubygem-debugger-linecache/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/cldwalker/debugger-linecache LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-debugger-ruby_core_source/Makefile b/devel/rubygem-debugger-ruby_core_source/Makefile index 7c6fab32d..e4093f826 100644 --- a/devel/rubygem-debugger-ruby_core_source/Makefile +++ b/devel/rubygem-debugger-ruby_core_source/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-debugger-xml/Makefile b/devel/rubygem-debugger-xml/Makefile index e30ba1981..7db1328a1 100644 --- a/devel/rubygem-debugger-xml/Makefile +++ b/devel/rubygem-debugger-xml/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-builder>=2.0.0:devel/rubygem-builder \ rubygem-byebug>=0:devel/rubygem-byebug USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-declarative-option/Makefile b/devel/rubygem-declarative-option/Makefile index 6e5bb77ce..e835b0845 100644 --- a/devel/rubygem-declarative-option/Makefile +++ b/devel/rubygem-declarative-option/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-declarative/Makefile b/devel/rubygem-declarative/Makefile index b3ab8e0e7..531504bd9 100644 --- a/devel/rubygem-declarative/Makefile +++ b/devel/rubygem-declarative/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-deep_merge/Makefile b/devel/rubygem-deep_merge/Makefile index fb00513f7..76a8d33a4 100644 --- a/devel/rubygem-deep_merge/Makefile +++ b/devel/rubygem-deep_merge/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-deep_test/Makefile b/devel/rubygem-deep_test/Makefile index c61fdde4e..b4fc86cd8 100644 --- a/devel/rubygem-deep_test/Makefile +++ b/devel/rubygem-deep_test/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/deep_test diff --git a/devel/rubygem-deface/Makefile b/devel/rubygem-deface/Makefile index d56c2ee51..28dd43083 100644 --- a/devel/rubygem-deface/Makefile +++ b/devel/rubygem-deface/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-actionview60>=5.2:devel/rubygem-actionview60 \ rubygem-rainbow>=2.1.0:devel/rubygem-rainbow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-default_value_for/Makefile b/devel/rubygem-default_value_for/Makefile index 1914e3cdc..bc36373f1 100644 --- a/devel/rubygem-default_value_for/Makefile +++ b/devel/rubygem-default_value_for/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= rubygem-activerecord60>=3.2.0<7.0:databases/rubygem-activerecord60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-delayed_job/Makefile b/devel/rubygem-delayed_job/Makefile index 88f1e7f2e..321fb896a 100644 --- a/devel/rubygem-delayed_job/Makefile +++ b/devel/rubygem-delayed_job/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activesupport4>=3.0<8.0:devel/rubygem-activesupport4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-delayer-deferred/Makefile b/devel/rubygem-delayer-deferred/Makefile index fea06b0e1..d461e5ae1 100644 --- a/devel/rubygem-delayer-deferred/Makefile +++ b/devel/rubygem-delayer-deferred/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-delayer>=1.0.0:devel/rubygem-delayer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-delayer/Makefile b/devel/rubygem-delayer/Makefile index ecdb90e5c..821061b2a 100644 --- a/devel/rubygem-delayer/Makefile +++ b/devel/rubygem-delayer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-delegate/Makefile b/devel/rubygem-delegate/Makefile index f08e3048f..62bdb5647 100644 --- a/devel/rubygem-delegate/Makefile +++ b/devel/rubygem-delegate/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-deprecated/Makefile b/devel/rubygem-deprecated/Makefile index 5f2430262..27d807e56 100644 --- a/devel/rubygem-deprecated/Makefile +++ b/devel/rubygem-deprecated/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-deprecated2/Makefile b/devel/rubygem-deprecated2/Makefile index 01599bd47..caddccdeb 100644 --- a/devel/rubygem-deprecated2/Makefile +++ b/devel/rubygem-deprecated2/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PORTSCOUT= limit:^2\.[0-9]* diff --git a/devel/rubygem-descendants_tracker/Makefile b/devel/rubygem-descendants_tracker/Makefile index 332b9527a..478ae63bd 100644 --- a/devel/rubygem-descendants_tracker/Makefile +++ b/devel/rubygem-descendants_tracker/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-thread_safe>=0.3.1:devel/rubygem-thread_safe NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-device_detector/Makefile b/devel/rubygem-device_detector/Makefile index e3d06eb4e..b7c1b3d40 100644 --- a/devel/rubygem-device_detector/Makefile +++ b/devel/rubygem-device_detector/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise-rails5/Makefile b/devel/rubygem-devise-rails5/Makefile index 6729821c2..161bab645 100644 --- a/devel/rubygem-devise-rails5/Makefile +++ b/devel/rubygem-devise-rails5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise-rails52/Makefile b/devel/rubygem-devise-rails52/Makefile index 943777601..20af5ab75 100644 --- a/devel/rubygem-devise-rails52/Makefile +++ b/devel/rubygem-devise-rails52/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise-rails60/Makefile b/devel/rubygem-devise-rails60/Makefile index ba1698164..d497e8cb3 100644 --- a/devel/rubygem-devise-rails60/Makefile +++ b/devel/rubygem-devise-rails60/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise-rails61/Makefile b/devel/rubygem-devise-rails61/Makefile index 31eb1cdc9..9b5105ee4 100644 --- a/devel/rubygem-devise-rails61/Makefile +++ b/devel/rubygem-devise-rails61/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise-rails70/Makefile b/devel/rubygem-devise-rails70/Makefile index caa8b685b..53ef38458 100644 --- a/devel/rubygem-devise-rails70/Makefile +++ b/devel/rubygem-devise-rails70/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-devise/Makefile b/devel/rubygem-devise/Makefile index e98494ab6..573faa17b 100644 --- a/devel/rubygem-devise/Makefile +++ b/devel/rubygem-devise/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \ rubygem-warden>=1.2.3<1.3:devel/rubygem-warden USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-did_you_mean/Makefile b/devel/rubygem-did_you_mean/Makefile index 0508b02c9..5fde85c09 100644 --- a/devel/rubygem-did_you_mean/Makefile +++ b/devel/rubygem-did_you_mean/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dig_rb/Makefile b/devel/rubygem-dig_rb/Makefile index 1234d0516..35bd62c01 100644 --- a/devel/rubygem-dig_rb/Makefile +++ b/devel/rubygem-dig_rb/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/jrochkind/dig_rb LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-directory_watcher/Makefile b/devel/rubygem-directory_watcher/Makefile index c367cd7cd..10d056941 100644 --- a/devel/rubygem-directory_watcher/Makefile +++ b/devel/rubygem-directory_watcher/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ditz/Makefile b/devel/rubygem-ditz/Makefile index fd484a393..51b6b4afe 100644 --- a/devel/rubygem-ditz/Makefile +++ b/devel/rubygem-ditz/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-trollop>=1.9:devel/rubygem-trollop USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-diva/Makefile b/devel/rubygem-diva/Makefile index 85687a56a..79e98a9bd 100644 --- a/devel/rubygem-diva/Makefile +++ b/devel/rubygem-diva/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-addressable>=2.5.2:www/rubygem-addressable USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-docile/Makefile b/devel/rubygem-docile/Makefile index 5b176d663..1b875b314 100644 --- a/devel/rubygem-docile/Makefile +++ b/devel/rubygem-docile/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-docopt/Makefile b/devel/rubygem-docopt/Makefile index 3065042f8..2dd1083da 100644 --- a/devel/rubygem-docopt/Makefile +++ b/devel/rubygem-docopt/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem python:env shebangfix -USE_RUBY= yes SHEBANG_FILES= test/language_agnostic_tester.py diff --git a/devel/rubygem-drb/Makefile b/devel/rubygem-drb/Makefile index d93fbba1e..681f26a6b 100644 --- a/devel/rubygem-drb/Makefile +++ b/devel/rubygem-drb/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ruby2_keywords>=0:devel/rubygem-ruby2_keywords USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-configurable/Makefile b/devel/rubygem-dry-configurable/Makefile index f593ba325..bb85f144d 100644 --- a/devel/rubygem-dry-configurable/Makefile +++ b/devel/rubygem-dry-configurable/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dry-core>=1.0<2:devel/rubygem-dry-core \ rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-container/Makefile b/devel/rubygem-dry-container/Makefile index b09e48ac5..5bed2f3fb 100644 --- a/devel/rubygem-dry-container/Makefile +++ b/devel/rubygem-dry-container/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-core/Makefile b/devel/rubygem-dry-core/Makefile index 8a5fd3cfd..81375f195 100644 --- a/devel/rubygem-dry-core/Makefile +++ b/devel/rubygem-dry-core/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-equalizer/Makefile b/devel/rubygem-dry-equalizer/Makefile index 56b91a4d4..abd9f0e51 100644 --- a/devel/rubygem-dry-equalizer/Makefile +++ b/devel/rubygem-dry-equalizer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-inflector/Makefile b/devel/rubygem-dry-inflector/Makefile index cd4a5afcb..b4c624ad7 100644 --- a/devel/rubygem-dry-inflector/Makefile +++ b/devel/rubygem-dry-inflector/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-logic/Makefile b/devel/rubygem-dry-logic/Makefile index 936ed7594..72f981e44 100644 --- a/devel/rubygem-dry-logic/Makefile +++ b/devel/rubygem-dry-logic/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dry-types/Makefile b/devel/rubygem-dry-types/Makefile index 3a205eaf0..da7aa60d2 100644 --- a/devel/rubygem-dry-types/Makefile +++ b/devel/rubygem-dry-types/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-drydock/Makefile b/devel/rubygem-drydock/Makefile index bd2e83a96..6e02ff240 100644 --- a/devel/rubygem-drydock/Makefile +++ b/devel/rubygem-drydock/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-dynflow/Makefile b/devel/rubygem-dynflow/Makefile index 426595898..667ff3d2e 100644 --- a/devel/rubygem-dynflow/Makefile +++ b/devel/rubygem-dynflow/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-algebrick>=0.7.0<0.8:devel/rubygem-algebrick \ rubygem-sequel>=4.0.0:devel/rubygem-sequel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-e2mmap/Makefile b/devel/rubygem-e2mmap/Makefile index a74e399a8..e14e2d918 100644 --- a/devel/rubygem-e2mmap/Makefile +++ b/devel/rubygem-e2mmap/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ecma-re-validator/Makefile b/devel/rubygem-ecma-re-validator/Makefile index bbdd28ff4..defc3180b 100644 --- a/devel/rubygem-ecma-re-validator/Makefile +++ b/devel/rubygem-ecma-re-validator/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-regexp_parser>=2.0<3:textproc/rubygem-regexp_parser USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= script/bootstrap diff --git a/devel/rubygem-edavis10-object_daddy/Makefile b/devel/rubygem-edavis10-object_daddy/Makefile index ca41c8ef3..d9acfd598 100644 --- a/devel/rubygem-edavis10-object_daddy/Makefile +++ b/devel/rubygem-edavis10-object_daddy/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/flogic/object_daddy LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-elif/Makefile b/devel/rubygem-elif/Makefile index b10e79d16..dc0c07992 100644 --- a/devel/rubygem-elif/Makefile +++ b/devel/rubygem-elif/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-emoji_regex/Makefile b/devel/rubygem-emoji_regex/Makefile index a02ae5d1a..31a709e71 100644 --- a/devel/rubygem-emoji_regex/Makefile +++ b/devel/rubygem-emoji_regex/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-english/Makefile b/devel/rubygem-english/Makefile index e0b63f58a..11ea2db7c 100644 --- a/devel/rubygem-english/Makefile +++ b/devel/rubygem-english/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-enumerize/Makefile b/devel/rubygem-enumerize/Makefile index 5a372fd3d..0ebe9c401 100644 --- a/devel/rubygem-enumerize/Makefile +++ b/devel/rubygem-enumerize/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-equalizer/Makefile b/devel/rubygem-equalizer/Makefile index d46d0d5a0..d674a0f6f 100644 --- a/devel/rubygem-equalizer/Makefile +++ b/devel/rubygem-equalizer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-equatable/Makefile b/devel/rubygem-equatable/Makefile index 0f2835ab0..a28492f3f 100644 --- a/devel/rubygem-equatable/Makefile +++ b/devel/rubygem-equatable/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-erb/Makefile b/devel/rubygem-erb/Makefile index 1a3e2c816..368897485 100644 --- a/devel/rubygem-erb/Makefile +++ b/devel/rubygem-erb/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-cgi>=0.3.3:www/rubygem-cgi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-errand/Makefile b/devel/rubygem-errand/Makefile index e84f342f0..0104f15ba 100644 --- a/devel/rubygem-errand/Makefile +++ b/devel/rubygem-errand/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rrdtool:databases/rrdtool \ rubygem-rrd-ffi>=0.2.13:devel/rubygem-rrd-ffi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-error_highlight/Makefile b/devel/rubygem-error_highlight/Makefile index 42e65bb38..744a7ba8e 100644 --- a/devel/rubygem-error_highlight/Makefile +++ b/devel/rubygem-error_highlight/Makefile @@ -15,7 +15,6 @@ BROKEN_RUBY27= yes BROKEN_RUBY30= yes USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-et-orbi/Makefile b/devel/rubygem-et-orbi/Makefile index d0b5c1d22..3924bb3d7 100644 --- a/devel/rubygem-et-orbi/Makefile +++ b/devel/rubygem-et-orbi/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-tzinfo>=0:devel/rubygem-tzinfo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-etc/Makefile b/devel/rubygem-etc/Makefile index 6d4f4e4af..8aaf487d4 100644 --- a/devel/rubygem-etc/Makefile +++ b/devel/rubygem-etc/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-event_emitter/Makefile b/devel/rubygem-event_emitter/Makefile index ac811bf2b..0c17e9bae 100644 --- a/devel/rubygem-event_emitter/Makefile +++ b/devel/rubygem-event_emitter/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-eventmachine/Makefile b/devel/rubygem-eventmachine/Makefile index 0482dfc90..6a58553d1 100644 --- a/devel/rubygem-eventmachine/Makefile +++ b/devel/rubygem-eventmachine/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/GNU LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem ssl .include diff --git a/devel/rubygem-excon/Makefile b/devel/rubygem-excon/Makefile index ac30cb227..3335b2982 100644 --- a/devel/rubygem-excon/Makefile +++ b/devel/rubygem-excon/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile index abd2567bb..8b98e931c 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem nodejs:run -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-extlib/Makefile b/devel/rubygem-extlib/Makefile index e48695d94..50f6b1c29 100644 --- a/devel/rubygem-extlib/Makefile +++ b/devel/rubygem-extlib/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= cpe gem CPE_VENDOR= dan_kubb diff --git a/devel/rubygem-extpp/Makefile b/devel/rubygem-extpp/Makefile index 581d9cda6..f1875ce3f 100644 --- a/devel/rubygem-extpp/Makefile +++ b/devel/rubygem-extpp/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-extras/Makefile b/devel/rubygem-extras/Makefile index e20abc4b8..712aa9e6c 100644 --- a/devel/rubygem-extras/Makefile +++ b/devel/rubygem-extras/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-forwardable-extended>=2.5<3:devel/rubygem-forwardable-extended USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-facets/Makefile b/devel/rubygem-facets/Makefile index e47dc5579..6b65a3b2c 100644 --- a/devel/rubygem-facets/Makefile +++ b/devel/rubygem-facets/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-faker/Makefile b/devel/rubygem-faker/Makefile index 5eb11268e..a99b0da80 100644 --- a/devel/rubygem-faker/Makefile +++ b/devel/rubygem-faker/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/License.txt RUN_DEPENDS= rubygem-i18n>=1.8.11,2<2,2:devel/rubygem-i18n USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday-cookie_jar/Makefile b/devel/rubygem-faraday-cookie_jar/Makefile index abffee9cf..68f9573e0 100644 --- a/devel/rubygem-faraday-cookie_jar/Makefile +++ b/devel/rubygem-faraday-cookie_jar/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday1>=0.8.0:www/rubygem-faraday1 \ rubygem-http-cookie>=1.0.0<1.1:www/rubygem-http-cookie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday-excon/Makefile b/devel/rubygem-faraday-excon/Makefile index 9a8397f74..ab190cb79 100644 --- a/devel/rubygem-faraday-excon/Makefile +++ b/devel/rubygem-faraday-excon/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-excon>=0.27.4:devel/rubygem-excon \ rubygem-faraday>=2.0<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday-excon1/Makefile b/devel/rubygem-faraday-excon1/Makefile index ba243c4ff..5a0328e61 100644 --- a/devel/rubygem-faraday-excon1/Makefile +++ b/devel/rubygem-faraday-excon1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday_middleware-aws-sigv4/Makefile b/devel/rubygem-faraday_middleware-aws-sigv4/Makefile index c26f500d1..c62bacda4 100644 --- a/devel/rubygem-faraday_middleware-aws-sigv4/Makefile +++ b/devel/rubygem-faraday_middleware-aws-sigv4/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-aws-sigv4>=1.0<2:devel/rubygem-aws-sigv4 \ rubygem-faraday>=2.0<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday_middleware-aws-sigv403/Makefile b/devel/rubygem-faraday_middleware-aws-sigv403/Makefile index c6ca901bf..ac23b2543 100644 --- a/devel/rubygem-faraday_middleware-aws-sigv403/Makefile +++ b/devel/rubygem-faraday_middleware-aws-sigv403/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-aws-sigv4>=1.0<2:devel/rubygem-aws-sigv4 \ rubygem-faraday1>=0.15:www/rubygem-faraday1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-faraday_middleware-multi_json/Makefile b/devel/rubygem-faraday_middleware-multi_json/Makefile index 680db851f..2704f0eb6 100644 --- a/devel/rubygem-faraday_middleware-multi_json/Makefile +++ b/devel/rubygem-faraday_middleware-multi_json/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday_middleware0>0:www/rubygem-faraday_middleware0 \ rubygem-multi_json>0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fast-stemmer/Makefile b/devel/rubygem-fast-stemmer/Makefile index d36ac5738..6e92f810f 100644 --- a/devel/rubygem-fast-stemmer/Makefile +++ b/devel/rubygem-fast-stemmer/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/romanbsd/fast-stemmer LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fast_blank/Makefile b/devel/rubygem-fast_blank/Makefile index b7a499bd9..04e42b691 100644 --- a/devel/rubygem-fast_blank/Makefile +++ b/devel/rubygem-fast_blank/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-fast_gettext/Makefile b/devel/rubygem-fast_gettext/Makefile index 82e7b858f..73d780bdd 100644 --- a/devel/rubygem-fast_gettext/Makefile +++ b/devel/rubygem-fast_gettext/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/grosser/fast_gettext LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fast_gettext1/Makefile b/devel/rubygem-fast_gettext1/Makefile index 75ed93e58..a3665b3eb 100644 --- a/devel/rubygem-fast_gettext1/Makefile +++ b/devel/rubygem-fast_gettext1/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/grosser/fast_gettext LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fast_stack/Makefile b/devel/rubygem-fast_stack/Makefile index eb6f92b3d..5e6821295 100644 --- a/devel/rubygem-fast_stack/Makefile +++ b/devel/rubygem-fast_stack/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/SamSaffron/fast_stack LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fast_xor/Makefile b/devel/rubygem-fast_xor/Makefile index 3187426f9..11cfda6db 100644 --- a/devel/rubygem-fast_xor/Makefile +++ b/devel/rubygem-fast_xor/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake \ rubygem-rake-compiler>=0:devel/rubygem-rake-compiler -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fastercsv/Makefile b/devel/rubygem-fastercsv/Makefile index 3c331c6ae..bf9f4acf6 100644 --- a/devel/rubygem-fastercsv/Makefile +++ b/devel/rubygem-fastercsv/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fastri/Makefile b/devel/rubygem-fastri/Makefile index c5bfe201b..05b0e6816 100644 --- a/devel/rubygem-fastri/Makefile +++ b/devel/rubygem-fastri/Makefile @@ -11,7 +11,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/fastri-server bin/fri bin/qri bin/ri-emacs diff --git a/devel/rubygem-fattr/Makefile b/devel/rubygem-fattr/Makefile index ee53c6e13..3241b7ba1 100644 --- a/devel/rubygem-fattr/Makefile +++ b/devel/rubygem-fattr/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fcntl/Makefile b/devel/rubygem-fcntl/Makefile index 1c89b0214..65e76e66b 100644 --- a/devel/rubygem-fcntl/Makefile +++ b/devel/rubygem-fcntl/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-ffi-compiler/Makefile b/devel/rubygem-ffi-compiler/Makefile index bcb196d2a..9ccab068b 100644 --- a/devel/rubygem-ffi-compiler/Makefile +++ b/devel/rubygem-ffi-compiler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-ffi>=1.0.0:devel/rubygem-ffi \ rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ffi-libarchive/Makefile b/devel/rubygem-ffi-libarchive/Makefile index 1c77982f6..f14e96d35 100644 --- a/devel/rubygem-ffi-libarchive/Makefile +++ b/devel/rubygem-ffi-libarchive/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ffi-win32-extensions/Makefile b/devel/rubygem-ffi-win32-extensions/Makefile index c3b317481..760a82feb 100644 --- a/devel/rubygem-ffi-win32-extensions/Makefile +++ b/devel/rubygem-ffi-win32-extensions/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ffi-yajl/Makefile b/devel/rubygem-ffi-yajl/Makefile index 2fdaa9b37..89bf6a2a4 100644 --- a/devel/rubygem-ffi-yajl/Makefile +++ b/devel/rubygem-ffi-yajl/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= yajl>=2.0.0:devel/yajl \ rubygem-libyajl2>=1.2:devel/rubygem-libyajl2 -USE_RUBY= yes USES= gem PLIST_FILES= bin/ffi-yajl-bench diff --git a/devel/rubygem-ffi/Makefile b/devel/rubygem-ffi/Makefile index a908ffa83..18a767a38 100644 --- a/devel/rubygem-ffi/Makefile +++ b/devel/rubygem-ffi/Makefile @@ -14,6 +14,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:devel/libffi USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-fiber-local/Makefile b/devel/rubygem-fiber-local/Makefile index 2160ee161..db427b6f6 100644 --- a/devel/rubygem-fiber-local/Makefile +++ b/devel/rubygem-fiber-local/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/fiber-local LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fiddle/Makefile b/devel/rubygem-fiddle/Makefile index 649cf75c5..708426367 100644 --- a/devel/rubygem-fiddle/Makefile +++ b/devel/rubygem-fiddle/Makefile @@ -15,6 +15,5 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt LIB_DEPENDS= libffi.so:devel/libffi USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-file-tail/Makefile b/devel/rubygem-file-tail/Makefile index 7f54bc65a..490a922f0 100644 --- a/devel/rubygem-file-tail/Makefile +++ b/devel/rubygem-file-tail/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-tins>=1.0<2:devel/rubygem-tins USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-filesize/Makefile b/devel/rubygem-filesize/Makefile index 9194fc566..5e79524a4 100644 --- a/devel/rubygem-filesize/Makefile +++ b/devel/rubygem-filesize/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-fileutils/Makefile b/devel/rubygem-fileutils/Makefile index 458375cae..2a815563f 100644 --- a/devel/rubygem-fileutils/Makefile +++ b/devel/rubygem-fileutils/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-find/Makefile b/devel/rubygem-find/Makefile index 7cdf118f1..91e5ba3c3 100644 --- a/devel/rubygem-find/Makefile +++ b/devel/rubygem-find/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-flexmock/Makefile b/devel/rubygem-flexmock/Makefile index 83f849b1f..11fd50a1e 100644 --- a/devel/rubygem-flexmock/Makefile +++ b/devel/rubygem-flexmock/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-flipper-active_support_cache_store-rails61/Makefile b/devel/rubygem-flipper-active_support_cache_store-rails61/Makefile index a016dff50..cc5e74c8d 100644 --- a/devel/rubygem-flipper-active_support_cache_store-rails61/Makefile +++ b/devel/rubygem-flipper-active_support_cache_store-rails61/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport61>=5.0<7:devel/rubygem-activesupport61 \ rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-flipper-active_support_cache_store/Makefile b/devel/rubygem-flipper-active_support_cache_store/Makefile index 6394d184b..4b4ce0ba3 100644 --- a/devel/rubygem-flipper-active_support_cache_store/Makefile +++ b/devel/rubygem-flipper-active_support_cache_store/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-activesupport50>=4.2<8:devel/rubygem-activesupport50 \ rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-flipper-ui/Makefile b/devel/rubygem-flipper-ui/Makefile index 621020d67..6ad952d7b 100644 --- a/devel/rubygem-flipper-ui/Makefile +++ b/devel/rubygem-flipper-ui/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \ rubygem-sanitize>=0<7:textproc/rubygem-sanitize USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-flipper/Makefile b/devel/rubygem-flipper/Makefile index 54959fd14..a54673db3 100644 --- a/devel/rubygem-flipper/Makefile +++ b/devel/rubygem-flipper/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fluent-logger/Makefile b/devel/rubygem-fluent-logger/Makefile index 4d258976c..b3e7059e2 100644 --- a/devel/rubygem-fluent-logger/Makefile +++ b/devel/rubygem-fluent-logger/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-msgpack>=1.0.0<2:devel/rubygem-msgpack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog-core/Makefile b/devel/rubygem-fog-core/Makefile index 62dd6da7f..b9740e4de 100644 --- a/devel/rubygem-fog-core/Makefile +++ b/devel/rubygem-fog-core/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-mime-types>=0:misc/rubygem-mime-types USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog-core1/Makefile b/devel/rubygem-fog-core1/Makefile index 9603f9751..79e9548b8 100644 --- a/devel/rubygem-fog-core1/Makefile +++ b/devel/rubygem-fog-core1/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-formatador>=0.2<2.0:devel/rubygem-formatador USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog-core210/Makefile b/devel/rubygem-fog-core210/Makefile index dd4edbf43..0aea004d6 100644 --- a/devel/rubygem-fog-core210/Makefile +++ b/devel/rubygem-fog-core210/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-mime-types>=0:misc/rubygem-mime-types USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog-core220/Makefile b/devel/rubygem-fog-core220/Makefile index 8f1d12eb3..5a557e4e3 100644 --- a/devel/rubygem-fog-core220/Makefile +++ b/devel/rubygem-fog-core220/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-mime-types>=0:misc/rubygem-mime-types USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog-json/Makefile b/devel/rubygem-fog-json/Makefile index 04e3c0bf6..7ef8698ab 100644 --- a/devel/rubygem-fog-json/Makefile +++ b/devel/rubygem-fog-json/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-multi_json>=1.10<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fog/Makefile b/devel/rubygem-fog/Makefile index bd8b28f83..72175895a 100644 --- a/devel/rubygem-fog/Makefile +++ b/devel/rubygem-fog/Makefile @@ -46,7 +46,6 @@ RUN_DEPENDS= rubygem-fog-aliyun>=0.1.0:net/rubygem-fog-aliyun \ rubygem-json>=2.3<3:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-font-awesome-rails-rails5/Makefile b/devel/rubygem-font-awesome-rails-rails5/Makefile index 276a5fbab..4b5248a09 100644 --- a/devel/rubygem-font-awesome-rails-rails5/Makefile +++ b/devel/rubygem-font-awesome-rails-rails5/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties5>=3.2<8.0:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-font-awesome-rails-rails50/Makefile b/devel/rubygem-font-awesome-rails-rails50/Makefile index de7c67aae..613f5681f 100644 --- a/devel/rubygem-font-awesome-rails-rails50/Makefile +++ b/devel/rubygem-font-awesome-rails-rails50/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties50>=3.2:www/rubygem-railties50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-font-awesome-rails-rails52/Makefile b/devel/rubygem-font-awesome-rails-rails52/Makefile index 940c19522..9a2dc1eb0 100644 --- a/devel/rubygem-font-awesome-rails-rails52/Makefile +++ b/devel/rubygem-font-awesome-rails-rails52/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties52>=3.2<8.0:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-font-awesome-rails-rails60/Makefile b/devel/rubygem-font-awesome-rails-rails60/Makefile index 2742e94bb..306d050de 100644 --- a/devel/rubygem-font-awesome-rails-rails60/Makefile +++ b/devel/rubygem-font-awesome-rails-rails60/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties60>=3.2<8.0:www/rubygem-railties60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-font-awesome-rails/Makefile b/devel/rubygem-font-awesome-rails/Makefile index 7716ace23..17b95e750 100644 --- a/devel/rubygem-font-awesome-rails/Makefile +++ b/devel/rubygem-font-awesome-rails/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-railties4>=3.2<8.0:www/rubygem-railties4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-foreigner/Makefile b/devel/rubygem-foreigner/Makefile index 019996629..4fefbf6b7 100644 --- a/devel/rubygem-foreigner/Makefile +++ b/devel/rubygem-foreigner/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activerecord4>=3.0.0:databases/rubygem-activerecord4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-foreman/Makefile b/devel/rubygem-foreman/Makefile index 769257fa6..ae0c4346b 100644 --- a/devel/rubygem-foreman/Makefile +++ b/devel/rubygem-foreman/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ddollar/foreman LICENSE= MIT USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-formatador/Makefile b/devel/rubygem-formatador/Makefile index f5362a34f..a4511bdc5 100644 --- a/devel/rubygem-formatador/Makefile +++ b/devel/rubygem-formatador/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-forwardable-extended/Makefile b/devel/rubygem-forwardable-extended/Makefile index fc43e1f26..d878349f7 100644 --- a/devel/rubygem-forwardable-extended/Makefile +++ b/devel/rubygem-forwardable-extended/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-forwardable/Makefile b/devel/rubygem-forwardable/Makefile index 5bc1b8163..74cb36d23 100644 --- a/devel/rubygem-forwardable/Makefile +++ b/devel/rubygem-forwardable/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fugit/Makefile b/devel/rubygem-fugit/Makefile index 829781a7d..b97488cff 100644 --- a/devel/rubygem-fugit/Makefile +++ b/devel/rubygem-fugit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-et-orbi>=1.2.7<2:devel/rubygem-et-orbi \ rubygem-raabro>=1.4<2:textproc/rubygem-raabro USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fuubar/Makefile b/devel/rubygem-fuubar/Makefile index f2a394b22..6803fba23 100644 --- a/devel/rubygem-fuubar/Makefile +++ b/devel/rubygem-fuubar/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rspec-core>=3.0:devel/rubygem-rspec-core \ rubygem-ruby-progressbar>=1.4:devel/rubygem-ruby-progressbar USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-fuzzy_match/Makefile b/devel/rubygem-fuzzy_match/Makefile index e38511250..93e02f01d 100644 --- a/devel/rubygem-fuzzy_match/Makefile +++ b/devel/rubygem-fuzzy_match/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gapic-common/Makefile b/devel/rubygem-gapic-common/Makefile index 00a798095..afeb9b829 100644 --- a/devel/rubygem-gapic-common/Makefile +++ b/devel/rubygem-gapic-common/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-faraday>=1.9<3:www/rubygem-faraday \ rubygem-grpc>=1.36<2:net/rubygem-grpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gdata/Makefile b/devel/rubygem-gdata/Makefile index 6d51967be..3a681c16b 100644 --- a/devel/rubygem-gdata/Makefile +++ b/devel/rubygem-gdata/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-gem-compare/Makefile b/devel/rubygem-gem-compare/Makefile index 8a01f6e1c..458cd3d01 100644 --- a/devel/rubygem-gem-compare/Makefile +++ b/devel/rubygem-gem-compare/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-diffy>=0:textproc/rubygem-diffy \ rubygem-rainbow>=0:devel/rubygem-rainbow USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gem_plugin/Makefile b/devel/rubygem-gem_plugin/Makefile index 2f1247496..965bd5ef5 100644 --- a/devel/rubygem-gem_plugin/Makefile +++ b/devel/rubygem-gem_plugin/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gemcutter/Makefile b/devel/rubygem-gemcutter/Makefile index 1bf3bf644..fa37911c1 100644 --- a/devel/rubygem-gemcutter/Makefile +++ b/devel/rubygem-gemcutter/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-gemdiff/Makefile b/devel/rubygem-gemdiff/Makefile index 3fdf91326..8131369ad 100644 --- a/devel/rubygem-gemdiff/Makefile +++ b/devel/rubygem-gemdiff/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-launchy>=2.4<3:devel/rubygem-launchy \ rubygem-thor>=1.0<2:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gemnasium-parser/Makefile b/devel/rubygem-gemnasium-parser/Makefile index 1197985e6..3f9a3063f 100644 --- a/devel/rubygem-gemnasium-parser/Makefile +++ b/devel/rubygem-gemnasium-parser/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gems/Makefile b/devel/rubygem-gems/Makefile index a149044a0..f65f55ba6 100644 --- a/devel/rubygem-gems/Makefile +++ b/devel/rubygem-gems/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-generator/Makefile b/devel/rubygem-generator/Makefile index 222987aaf..f44c29a97 100644 --- a/devel/rubygem-generator/Makefile +++ b/devel/rubygem-generator/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-generator_spec-rails4/Makefile b/devel/rubygem-generator_spec-rails4/Makefile index 07ab37d4e..55af864d2 100644 --- a/devel/rubygem-generator_spec-rails4/Makefile +++ b/devel/rubygem-generator_spec-rails4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \ rubygem-railties4>=3.0.0:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-generator_spec-rails5/Makefile b/devel/rubygem-generator_spec-rails5/Makefile index b7c5ac7ea..2fcdb93c6 100644 --- a/devel/rubygem-generator_spec-rails5/Makefile +++ b/devel/rubygem-generator_spec-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5 \ rubygem-railties5>=3.0.0:www/rubygem-railties5 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-georuby/Makefile b/devel/rubygem-georuby/Makefile index 027f1dd5d..30e403828 100644 --- a/devel/rubygem-georuby/Makefile +++ b/devel/rubygem-georuby/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/nofxx/georuby LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-get_process_mem/Makefile b/devel/rubygem-get_process_mem/Makefile index 041ae930f..e185c521f 100644 --- a/devel/rubygem-get_process_mem/Makefile +++ b/devel/rubygem-get_process_mem/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi -USE_RUBY= yes USES= gem NO_ARCH= yes diff --git a/devel/rubygem-getopt/Makefile b/devel/rubygem-getopt/Makefile index fd61feff7..fddcb4d56 100644 --- a/devel/rubygem-getopt/Makefile +++ b/devel/rubygem-getopt/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-getoptlong/Makefile b/devel/rubygem-getoptlong/Makefile index 9f7ca4826..2395306c8 100644 --- a/devel/rubygem-getoptlong/Makefile +++ b/devel/rubygem-getoptlong/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext-setup/Makefile b/devel/rubygem-gettext-setup/Makefile index 6dda294b0..bd0bdb225 100644 --- a/devel/rubygem-gettext-setup/Makefile +++ b/devel/rubygem-gettext-setup/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fast_gettext1>=1.1<2:devel/rubygem-fast_gettext1 \ rubygem-locale>=0:devel/rubygem-locale USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index 7e86959ee..668315653 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-erubi>=0:www/rubygem-erubi \ rubygem-text>=1.3.0:textproc/rubygem-text USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails/Makefile b/devel/rubygem-gettext_i18n_rails/Makefile index 49ab1aa26..318d9390d 100644 --- a/devel/rubygem-gettext_i18n_rails/Makefile +++ b/devel/rubygem-gettext_i18n_rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails18/Makefile b/devel/rubygem-gettext_i18n_rails18/Makefile index fd6cda68e..e94dfdcb6 100644 --- a/devel/rubygem-gettext_i18n_rails18/Makefile +++ b/devel/rubygem-gettext_i18n_rails18/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails_js-rails5/Makefile b/devel/rubygem-gettext_i18n_rails_js-rails5/Makefile index 554d63d9c..978f7b8eb 100644 --- a/devel/rubygem-gettext_i18n_rails_js-rails5/Makefile +++ b/devel/rubygem-gettext_i18n_rails_js-rails5/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \ rubygem-rails5>=3.2.0:www/rubygem-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails_js-rails50/Makefile b/devel/rubygem-gettext_i18n_rails_js-rails50/Makefile index 599571a02..b88424397 100644 --- a/devel/rubygem-gettext_i18n_rails_js-rails50/Makefile +++ b/devel/rubygem-gettext_i18n_rails_js-rails50/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \ rubygem-rails50>=5.0.7:www/rubygem-rails50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails_js-rails52/Makefile b/devel/rubygem-gettext_i18n_rails_js-rails52/Makefile index 510086165..97abd7677 100644 --- a/devel/rubygem-gettext_i18n_rails_js-rails52/Makefile +++ b/devel/rubygem-gettext_i18n_rails_js-rails52/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \ rubygem-rails52>=3.2.0:www/rubygem-rails52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gettext_i18n_rails_js-rails61/Makefile b/devel/rubygem-gettext_i18n_rails_js-rails61/Makefile index b4c47e6de..bb8b01b57 100644 --- a/devel/rubygem-gettext_i18n_rails_js-rails61/Makefile +++ b/devel/rubygem-gettext_i18n_rails_js-rails61/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \ rubygem-rails61>=3.2.0:www/rubygem-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gh/Makefile b/devel/rubygem-gh/Makefile index ceced33b1..747f04ca0 100644 --- a/devel/rubygem-gh/Makefile +++ b/devel/rubygem-gh/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-activesupport52>=5.0<6:devel/rubygem-activesupport52 \ rubygem-net-http-pipeline>=0:www/rubygem-net-http-pipeline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gibbler/Makefile b/devel/rubygem-gibbler/Makefile index da7263f55..08dd3b78d 100644 --- a/devel/rubygem-gibbler/Makefile +++ b/devel/rubygem-gibbler/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gio2/Makefile b/devel/rubygem-gio2/Makefile index 47f4c37b7..dc1e0776f 100644 --- a/devel/rubygem-gio2/Makefile +++ b/devel/rubygem-gio2/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-fiddle>=0:devel/rubygem-fiddle \ USES= gem gnome USE_GNOME= glib20 -USE_RUBY= yes .include diff --git a/devel/rubygem-git-version-bump/Makefile b/devel/rubygem-git-version-bump/Makefile index f42485aac..6dbe5a1ab 100644 --- a/devel/rubygem-git-version-bump/Makefile +++ b/devel/rubygem-git-version-bump/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-git/Makefile b/devel/rubygem-git/Makefile index 7775a3094..ee1518789 100644 --- a/devel/rubygem-git/Makefile +++ b/devel/rubygem-git/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= git>=1.6:devel/git \ rubygem-rchardet>=1.8<2:textproc/rubygem-rchardet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index f9cc2c00e..e082c88ec 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \ rubygem-oauth21>=1.0<2:net/rubygem-oauth21 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-chronic/Makefile b/devel/rubygem-gitlab-chronic/Makefile index 199a00fb8..3df14908b 100644 --- a/devel/rubygem-gitlab-chronic/Makefile +++ b/devel/rubygem-gitlab-chronic/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-numerizer>=0.2<1.0:devel/rubygem-numerizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-dangerfiles/Makefile b/devel/rubygem-gitlab-dangerfiles/Makefile index 77f9ee2c7..2c73e2efa 100644 --- a/devel/rubygem-gitlab-dangerfiles/Makefile +++ b/devel/rubygem-gitlab-dangerfiles/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-danger>=8.4.5:devel/rubygem-danger \ rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-experiment/Makefile b/devel/rubygem-gitlab-experiment/Makefile index b708e2e3a..fea39b0ac 100644 --- a/devel/rubygem-gitlab-experiment/Makefile +++ b/devel/rubygem-gitlab-experiment/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-request_store>=1.0:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-labkit/Makefile b/devel/rubygem-gitlab-labkit/Makefile index f75804780..36422eb9d 100644 --- a/devel/rubygem-gitlab-labkit/Makefile +++ b/devel/rubygem-gitlab-labkit/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5<8:www/rubygem-actionpack61 \ rubygem-redis4>3.0.0<6.0.0:databases/rubygem-redis4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-license/Makefile b/devel/rubygem-gitlab-license/Makefile index 36fe748ef..ece48fb5b 100644 --- a/devel/rubygem-gitlab-license/Makefile +++ b/devel/rubygem-gitlab-license/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= bash>0:shells/bash USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= bin/setup NO_ARCH= yes diff --git a/devel/rubygem-gitlab-license_finder/Makefile b/devel/rubygem-gitlab-license_finder/Makefile index b70a721cd..b191e934b 100644 --- a/devel/rubygem-gitlab-license_finder/Makefile +++ b/devel/rubygem-gitlab-license_finder/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-xml-simple>=1.1.5<1.2:textproc/rubygem-xml-simple USES= gem python:run shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-pygments.rb/Makefile b/devel/rubygem-gitlab-pygments.rb/Makefile index d589f4be0..dc50d8d47 100644 --- a/devel/rubygem-gitlab-pygments.rb/Makefile +++ b/devel/rubygem-gitlab-pygments.rb/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-posix-spawn>=0.3.6<0.4:devel/rubygem-posix-spawn \ rubygem-yajl-ruby>=1.1.0:devel/rubygem-yajl-ruby USES= gem python:env shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab-sidekiq-fetcher/Makefile b/devel/rubygem-gitlab-sidekiq-fetcher/Makefile index f71b21e49..77433d655 100644 --- a/devel/rubygem-gitlab-sidekiq-fetcher/Makefile +++ b/devel/rubygem-gitlab-sidekiq-fetcher/Makefile @@ -13,7 +13,6 @@ LICENSE= RUBY RUN_DEPENDS= rubygem-sidekiq64>=6.1<7:devel/rubygem-sidekiq64 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab/Makefile b/devel/rubygem-gitlab/Makefile index 024a30140..0df4cf5db 100644 --- a/devel/rubygem-gitlab/Makefile +++ b/devel/rubygem-gitlab/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-httparty>=0.18<1:www/rubygem-httparty \ rubygem-terminal-table>=1.5.1:textproc/rubygem-terminal-table USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab_chronic_duration/Makefile b/devel/rubygem-gitlab_chronic_duration/Makefile index 9ef3a0426..aff782027 100644 --- a/devel/rubygem-gitlab_chronic_duration/Makefile +++ b/devel/rubygem-gitlab_chronic_duration/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-numerizer>=0.2<1:devel/rubygem-numerizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-gitlab_git/Makefile b/devel/rubygem-gitlab_git/Makefile index 4283f3aec..01d9dfe54 100644 --- a/devel/rubygem-gitlab_git/Makefile +++ b/devel/rubygem-gitlab_git/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \ rubygem-rugged>=0.24.0:devel/rubygem-rugged NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-gitlab_meta/Makefile b/devel/rubygem-gitlab_meta/Makefile index 4e3809303..2bcdfdfba 100644 --- a/devel/rubygem-gitlab_meta/Makefile +++ b/devel/rubygem-gitlab_meta/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-glib2/Makefile b/devel/rubygem-glib2/Makefile index fe68bf099..86baaec08 100644 --- a/devel/rubygem-glib2/Makefile +++ b/devel/rubygem-glib2/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-native-package-installer>=1.0.3:devel/rubygem-native-packag USES= gem gnome USE_GNOME= glib20 -USE_RUBY= yes .include diff --git a/devel/rubygem-gobject-introspection/Makefile b/devel/rubygem-gobject-introspection/Makefile index 31f075395..9b9ed86e3 100644 --- a/devel/rubygem-gobject-introspection/Makefile +++ b/devel/rubygem-gobject-introspection/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 USES= gem gnome USE_GNOME= introspection -USE_RUBY= yes .include diff --git a/devel/rubygem-google-api-client/Makefile b/devel/rubygem-google-api-client/Makefile index 2ec1f07fa..fe3b5823c 100644 --- a/devel/rubygem-google-api-client/Makefile +++ b/devel/rubygem-google-api-client/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-google-apis-core>=0.1<1:devel/rubygem-google-apis-core \ rubygem-google-apis-generator>=0.1<1:devel/rubygem-google-apis-generator USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index 5803b378f..7aaf3ee07 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-core/Makefile b/devel/rubygem-google-apis-core/Makefile index 666455d1d..7a2f64720 100644 --- a/devel/rubygem-google-apis-core/Makefile +++ b/devel/rubygem-google-apis-core/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \ rubygem-webrick>=0:www/rubygem-webrick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-discovery_v1/Makefile b/devel/rubygem-google-apis-discovery_v1/Makefile index 0b0817f6d..7c60daab8 100644 --- a/devel/rubygem-google-apis-discovery_v1/Makefile +++ b/devel/rubygem-google-apis-discovery_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-generator/Makefile b/devel/rubygem-google-apis-generator/Makefile index d05876e1b..c9d051073 100644 --- a/devel/rubygem-google-apis-generator/Makefile +++ b/devel/rubygem-google-apis-generator/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=5.0:devel/rubygem-activesupport60 \ rubygem-thor>=0.20<2:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-iamcredentials_v1/Makefile b/devel/rubygem-google-apis-iamcredentials_v1/Makefile index 09549bedb..af167a43b 100644 --- a/devel/rubygem-google-apis-iamcredentials_v1/Makefile +++ b/devel/rubygem-google-apis-iamcredentials_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-monitoring_v3/Makefile b/devel/rubygem-google-apis-monitoring_v3/Makefile index 8e5c3da7a..743a32319 100644 --- a/devel/rubygem-google-apis-monitoring_v3/Makefile +++ b/devel/rubygem-google-apis-monitoring_v3/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-pubsub_v1/Makefile b/devel/rubygem-google-apis-pubsub_v1/Makefile index 18d898210..91a6f058a 100644 --- a/devel/rubygem-google-apis-pubsub_v1/Makefile +++ b/devel/rubygem-google-apis-pubsub_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile index 5a78be07c..1bc9298aa 100644 --- a/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile +++ b/devel/rubygem-google-apis-sqladmin_v1beta4/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-apis-storage_v1/Makefile b/devel/rubygem-google-apis-storage_v1/Makefile index b9a529df2..30df67351 100644 --- a/devel/rubygem-google-apis-storage_v1/Makefile +++ b/devel/rubygem-google-apis-storage_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.1<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-gax/Makefile b/devel/rubygem-google-gax/Makefile index 5eb3b2e51..f72a795ef 100644 --- a/devel/rubygem-google-gax/Makefile +++ b/devel/rubygem-google-gax/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-google-protobuf>=3.9<4:devel/rubygem-google-protobuf \ rubygem-rly>=0.2.3<0.3:textproc/rubygem-rly USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-iam-v1/Makefile b/devel/rubygem-google-iam-v1/Makefile index ca21a9f43..28c90f910 100644 --- a/devel/rubygem-google-iam-v1/Makefile +++ b/devel/rubygem-google-iam-v1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile index 8b8f23de9..b72b087aa 100644 --- a/devel/rubygem-google-protobuf/Makefile +++ b/devel/rubygem-google-protobuf/Makefile @@ -10,7 +10,6 @@ WWW= https://developers.google.com/protocol-buffers/ LICENSE= BSD3CLAUSE USES= gem shebangfix -USE_RUBY= yes SHEBANG_GLOB= *.rb diff --git a/devel/rubygem-googleapis-common-protos-types/Makefile b/devel/rubygem-googleapis-common-protos-types/Makefile index cf68fcaf0..23cb16870 100644 --- a/devel/rubygem-googleapis-common-protos-types/Makefile +++ b/devel/rubygem-googleapis-common-protos-types/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-googleapis-common-protos/Makefile b/devel/rubygem-googleapis-common-protos/Makefile index db1b629e1..c11070a47 100644 --- a/devel/rubygem-googleapis-common-protos/Makefile +++ b/devel/rubygem-googleapis-common-protos/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \ rubygem-grpc>=1.27<2:net/rubygem-grpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graf/Makefile b/devel/rubygem-graf/Makefile index 1aa80d513..bbdd8d454 100644 --- a/devel/rubygem-graf/Makefile +++ b/devel/rubygem-graf/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/graf diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile index 6b2fc348a..d2a93face 100644 --- a/devel/rubygem-grape-entity/Makefile +++ b/devel/rubygem-grape-entity/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 \ rubygem-multi_json>=1.3.2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape-path-helpers/Makefile b/devel/rubygem-grape-path-helpers/Makefile index 552023337..e00779896 100644 --- a/devel/rubygem-grape-path-helpers/Makefile +++ b/devel/rubygem-grape-path-helpers/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-ruby2_keywords>=0.0.2<0.1:devel/rubygem-ruby2_keywords USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape-route-helpers/Makefile b/devel/rubygem-grape-route-helpers/Makefile index 82e801894..8dbfba457 100644 --- a/devel/rubygem-grape-route-helpers/Makefile +++ b/devel/rubygem-grape-route-helpers/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape-swagger-entity/Makefile b/devel/rubygem-grape-swagger-entity/Makefile index 13f6e4f0a..2257e5c1b 100644 --- a/devel/rubygem-grape-swagger-entity/Makefile +++ b/devel/rubygem-grape-swagger-entity/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \ rubygem-grape-swagger>=1.2.0:devel/rubygem-grape-swagger USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape-swagger/Makefile b/devel/rubygem-grape-swagger/Makefile index f81be71d0..66b796eb5 100644 --- a/devel/rubygem-grape-swagger/Makefile +++ b/devel/rubygem-grape-swagger/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-grape>=1.3<2:devel/rubygem-grape USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape/Makefile b/devel/rubygem-grape/Makefile index 66157aa16..296d12139 100644 --- a/devel/rubygem-grape/Makefile +++ b/devel/rubygem-grape/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-virtus>=1.0.0:devel/rubygem-virtus USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape15/Makefile b/devel/rubygem-grape15/Makefile index da82002cd..f5b311cb9 100644 --- a/devel/rubygem-grape15/Makefile +++ b/devel/rubygem-grape15/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-virtus>=1.0.0:devel/rubygem-virtus USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grape_logging/Makefile b/devel/rubygem-grape_logging/Makefile index bfca53a35..0f150fc02 100644 --- a/devel/rubygem-grape_logging/Makefile +++ b/devel/rubygem-grape_logging/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape \ rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graphiql-rails/Makefile b/devel/rubygem-graphiql-rails/Makefile index 49083cb91..56b71dca0 100644 --- a/devel/rubygem-graphiql-rails/Makefile +++ b/devel/rubygem-graphiql-rails/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-railties61>=0:www/rubygem-railties61 \ rubygem-sprockets-rails-rails61>=0:devel/rubygem-sprockets-rails-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graphlient/Makefile b/devel/rubygem-graphlient/Makefile index aca731775..02b061f30 100644 --- a/devel/rubygem-graphlient/Makefile +++ b/devel/rubygem-graphlient/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0:www/rubygem-faraday1 \ rubygem-graphql-client>=0:devel/rubygem-graphql-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graphql-client/Makefile b/devel/rubygem-graphql-client/Makefile index 3ad52bcc0..6aa611168 100644 --- a/devel/rubygem-graphql-client/Makefile +++ b/devel/rubygem-graphql-client/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-graphql>=1.8<2:devel/rubygem-graphql USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graphql-docs/Makefile b/devel/rubygem-graphql-docs/Makefile index e49f22cf7..585f028a9 100644 --- a/devel/rubygem-graphql-docs/Makefile +++ b/devel/rubygem-graphql-docs/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-commonmarker>=0.16<2.0:textproc/rubygem-commonmarker \ rubygem-sass>=3.4<4.0:textproc/rubygem-sass USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-graphql/Makefile b/devel/rubygem-graphql/Makefile index 5cc3c7117..8010661be 100644 --- a/devel/rubygem-graphql/Makefile +++ b/devel/rubygem-graphql/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/rmosolgo/graphql-ruby LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-grpc-google-iam-v1/Makefile b/devel/rubygem-grpc-google-iam-v1/Makefile index b6ca2b9c4..afbaa6f69 100644 --- a/devel/rubygem-grpc-google-iam-v1/Makefile +++ b/devel/rubygem-grpc-google-iam-v1/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \ rubygem-grpc>=1.27<2:net/rubygem-grpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-guess_html_encoding/Makefile b/devel/rubygem-guess_html_encoding/Makefile index 113e1c3c1..cca90c1ce 100644 --- a/devel/rubygem-guess_html_encoding/Makefile +++ b/devel/rubygem-guess_html_encoding/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-gyoku/Makefile b/devel/rubygem-gyoku/Makefile index 131bc4822..e655bf79c 100644 --- a/devel/rubygem-gyoku/Makefile +++ b/devel/rubygem-gyoku/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-hamster/Makefile b/devel/rubygem-hamster/Makefile index aae376f89..96c074a7c 100644 --- a/devel/rubygem-hamster/Makefile +++ b/devel/rubygem-hamster/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hana/Makefile b/devel/rubygem-hana/Makefile index 37e429aa5..6bc6cde04 100644 --- a/devel/rubygem-hana/Makefile +++ b/devel/rubygem-hana/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/tenderlove/hana LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hashdiff/Makefile b/devel/rubygem-hashdiff/Makefile index 616363ab4..805f412aa 100644 --- a/devel/rubygem-hashdiff/Makefile +++ b/devel/rubygem-hashdiff/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hashery/Makefile b/devel/rubygem-hashery/Makefile index a11ffd0c9..cf02cbaff 100644 --- a/devel/rubygem-hashery/Makefile +++ b/devel/rubygem-hashery/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-hashie-forbidden_attributes/Makefile b/devel/rubygem-hashie-forbidden_attributes/Makefile index 3ee22ecc5..e537b866d 100644 --- a/devel/rubygem-hashie-forbidden_attributes/Makefile +++ b/devel/rubygem-hashie-forbidden_attributes/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-hashie>=3.0:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hashie/Makefile b/devel/rubygem-hashie/Makefile index 18dba14f0..01061de46 100644 --- a/devel/rubygem-hashie/Makefile +++ b/devel/rubygem-hashie/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hashie4/Makefile b/devel/rubygem-hashie4/Makefile index 62680d51a..57e03035e 100644 --- a/devel/rubygem-hashie4/Makefile +++ b/devel/rubygem-hashie4/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-health_check/Makefile b/devel/rubygem-health_check/Makefile index 5e020906f..eddb52b7e 100644 --- a/devel/rubygem-health_check/Makefile +++ b/devel/rubygem-health_check/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties61>=5.0:www/rubygem-railties61 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-heapy/Makefile b/devel/rubygem-heapy/Makefile index 28e76aba9..af700f171 100644 --- a/devel/rubygem-heapy/Makefile +++ b/devel/rubygem-heapy/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/schneems/heapy LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-highline/Makefile b/devel/rubygem-highline/Makefile index 83e360a90..d16a06b57 100644 --- a/devel/rubygem-highline/Makefile +++ b/devel/rubygem-highline/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-highline1/Makefile b/devel/rubygem-highline1/Makefile index 7cc062eda..0ecadd3b7 100644 --- a/devel/rubygem-highline1/Makefile +++ b/devel/rubygem-highline1/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hike/Makefile b/devel/rubygem-hike/Makefile index f460b40a4..ebe705fc2 100644 --- a/devel/rubygem-hike/Makefile +++ b/devel/rubygem-hike/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hike1/Makefile b/devel/rubygem-hike1/Makefile index 1ec219b58..8dc0a4692 100644 --- a/devel/rubygem-hike1/Makefile +++ b/devel/rubygem-hike1/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-hitimes/Makefile b/devel/rubygem-hitimes/Makefile index b83280bc7..7b67bb08b 100644 --- a/devel/rubygem-hitimes/Makefile +++ b/devel/rubygem-hitimes/Makefile @@ -11,7 +11,6 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hocon/Makefile b/devel/rubygem-hocon/Makefile index 6e426ee05..da32380f1 100644 --- a/devel/rubygem-hocon/Makefile +++ b/devel/rubygem-hocon/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-hoe/Makefile b/devel/rubygem-hoe/Makefile index c8599eae6..2609c87d3 100644 --- a/devel/rubygem-hoe/Makefile +++ b/devel/rubygem-hoe/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rake>=0.8<15.0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-holidays/Makefile b/devel/rubygem-holidays/Makefile index 6f437ce3d..3f2ec7718 100644 --- a/devel/rubygem-holidays/Makefile +++ b/devel/rubygem-holidays/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-http_accept_language/Makefile b/devel/rubygem-http_accept_language/Makefile index 5755f9bfc..f98ab3020 100644 --- a/devel/rubygem-http_accept_language/Makefile +++ b/devel/rubygem-http_accept_language/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-i18n-tasks-rails61/Makefile b/devel/rubygem-i18n-tasks-rails61/Makefile index 18dba656f..c943b7520 100644 --- a/devel/rubygem-i18n-tasks-rails61/Makefile +++ b/devel/rubygem-i18n-tasks-rails61/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-activesupport61>=4.0.2:devel/rubygem-activesupport61 \ rubygem-terminal-table>=1.5.1:textproc/rubygem-terminal-table USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-i18n/Makefile b/devel/rubygem-i18n/Makefile index 312fb23ee..b86cc362b 100644 --- a/devel/rubygem-i18n/Makefile +++ b/devel/rubygem-i18n/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-i18n_data/Makefile b/devel/rubygem-i18n_data/Makefile index 2d2fc8602..f98f66aad 100644 --- a/devel/rubygem-i18n_data/Makefile +++ b/devel/rubygem-i18n_data/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/grosser/i18n_data LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-icalendar/Makefile b/devel/rubygem-icalendar/Makefile index 141d028f5..59bed89d6 100644 --- a/devel/rubygem-icalendar/Makefile +++ b/devel/rubygem-icalendar/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-ice_cube>=0.16<1:devel/rubygem-ice_cube USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ice_cube/Makefile b/devel/rubygem-ice_cube/Makefile index 1178946b1..02937ef30 100644 --- a/devel/rubygem-ice_cube/Makefile +++ b/devel/rubygem-ice_cube/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/seejohnrun/ice_cube LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ice_nine/Makefile b/devel/rubygem-ice_nine/Makefile index b6c848f37..6c41ee812 100644 --- a/devel/rubygem-ice_nine/Makefile +++ b/devel/rubygem-ice_nine/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-inflecto/Makefile b/devel/rubygem-inflecto/Makefile index 6a2c1e941..ea5909c87 100644 --- a/devel/rubygem-inflecto/Makefile +++ b/devel/rubygem-inflecto/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-iniparse/Makefile b/devel/rubygem-iniparse/Makefile index 76f563a32..f52395406 100644 --- a/devel/rubygem-iniparse/Makefile +++ b/devel/rubygem-iniparse/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-insist/Makefile b/devel/rubygem-insist/Makefile index 65f692626..486baa73d 100644 --- a/devel/rubygem-insist/Makefile +++ b/devel/rubygem-insist/Makefile @@ -9,7 +9,6 @@ COMMENT= Simple block-driven assertion library LICENSE= APACHE20 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-inspec-core/Makefile b/devel/rubygem-inspec-core/Makefile index c1812b517..30aeb1914 100644 --- a/devel/rubygem-inspec-core/Makefile +++ b/devel/rubygem-inspec-core/Makefile @@ -35,7 +35,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \ rubygem-tty-table>=0.10<1:devel/rubygem-tty-table USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-instance_storage/Makefile b/devel/rubygem-instance_storage/Makefile index 733c2a5d0..8ca39b044 100644 --- a/devel/rubygem-instance_storage/Makefile +++ b/devel/rubygem-instance_storage/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-interact/Makefile b/devel/rubygem-interact/Makefile index 84b30f632..b5b1b2e20 100644 --- a/devel/rubygem-interact/Makefile +++ b/devel/rubygem-interact/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-io-console/Makefile b/devel/rubygem-io-console/Makefile index 686afb1c0..93c4509b6 100644 --- a/devel/rubygem-io-console/Makefile +++ b/devel/rubygem-io-console/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-io-event/Makefile b/devel/rubygem-io-event/Makefile index 476400eff..71b9817d6 100644 --- a/devel/rubygem-io-event/Makefile +++ b/devel/rubygem-io-event/Makefile @@ -12,6 +12,5 @@ LICENSE= MIT BROKEN_RUBY27= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-io-like/Makefile b/devel/rubygem-io-like/Makefile index 81a82f337..0052be00d 100644 --- a/devel/rubygem-io-like/Makefile +++ b/devel/rubygem-io-like/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems \ ${LOCALBASE}/bin/rake:devel/rubygem-rake RUN_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems -USE_RUBY= yes +USES= ruby NO_ARCH= yes diff --git a/devel/rubygem-io-nonblock/Makefile b/devel/rubygem-io-nonblock/Makefile index 25d0a96a4..b0700195f 100644 --- a/devel/rubygem-io-nonblock/Makefile +++ b/devel/rubygem-io-nonblock/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-io-wait/Makefile b/devel/rubygem-io-wait/Makefile index 764583fe9..6103c0489 100644 --- a/devel/rubygem-io-wait/Makefile +++ b/devel/rubygem-io-wait/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-io-wait01/Makefile b/devel/rubygem-io-wait01/Makefile index 7d7b28d02..c0de8e35d 100644 --- a/devel/rubygem-io-wait01/Makefile +++ b/devel/rubygem-io-wait01/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-iobuffer/Makefile b/devel/rubygem-iobuffer/Makefile index a25be475e..bb47c9105 100644 --- a/devel/rubygem-iobuffer/Makefile +++ b/devel/rubygem-iobuffer/Makefile @@ -7,7 +7,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gems for iobuffer WWW= https://github.com/tarcieri/iobuffer -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-iostruct/Makefile b/devel/rubygem-iostruct/Makefile index 63be68b4c..1f1b2fead 100644 --- a/devel/rubygem-iostruct/Makefile +++ b/devel/rubygem-iostruct/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ipynbdiff/Makefile b/devel/rubygem-ipynbdiff/Makefile index 2ddbd100b..74cd49400 100644 --- a/devel/rubygem-ipynbdiff/Makefile +++ b/devel/rubygem-ipynbdiff/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-diffy>=3.3<4:textproc/rubygem-diffy \ rubygem-json>=2.5.1<3:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-irb/Makefile b/devel/rubygem-irb/Makefile index 204df867e..bdb6e0625 100644 --- a/devel/rubygem-irb/Makefile +++ b/devel/rubygem-irb/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-reline>=0.3.0:devel/rubygem-reline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-iso8601/Makefile b/devel/rubygem-iso8601/Makefile index cccdee1db..fb99447f4 100644 --- a/devel/rubygem-iso8601/Makefile +++ b/devel/rubygem-iso8601/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jaeger-client/Makefile b/devel/rubygem-jaeger-client/Makefile index 6f5fa37d4..d687acc95 100644 --- a/devel/rubygem-jaeger-client/Makefile +++ b/devel/rubygem-jaeger-client/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-opentracing>=0.3:devel/rubygem-opentracing \ rubygem-thrift>=0:devel/rubygem-thrift USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jammit/Makefile b/devel/rubygem-jammit/Makefile index ac3d00681..f53e8ffa9 100644 --- a/devel/rubygem-jammit/Makefile +++ b/devel/rubygem-jammit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-cssmin>=1.0:textproc/rubygem-cssmin \ rubygem-jsmin>=1.0:textproc/rubygem-jsmin NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/jammit diff --git a/devel/rubygem-jaro_winkler/Makefile b/devel/rubygem-jaro_winkler/Makefile index c469ea378..84205ba3b 100644 --- a/devel/rubygem-jaro_winkler/Makefile +++ b/devel/rubygem-jaro_winkler/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/tonytonyjan/jaro_winkler LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-jasmine-core/Makefile b/devel/rubygem-jasmine-core/Makefile index 596a395ed..17144a336 100644 --- a/devel/rubygem-jasmine-core/Makefile +++ b/devel/rubygem-jasmine-core/Makefile @@ -10,7 +10,6 @@ WWW= https://jasmine.github.io/ LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder-rails5/Makefile b/devel/rubygem-jbuilder-rails5/Makefile index cdcc8f68e..ec55c7784 100644 --- a/devel/rubygem-jbuilder-rails5/Makefile +++ b/devel/rubygem-jbuilder-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview5>=5.0.0:devel/rubygem-actionview5 \ rubygem-activesupport5>=5.0.0:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder-rails50/Makefile b/devel/rubygem-jbuilder-rails50/Makefile index 357a38e5e..c6cab727a 100644 --- a/devel/rubygem-jbuilder-rails50/Makefile +++ b/devel/rubygem-jbuilder-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview50>=5.0.0:devel/rubygem-actionview50 \ rubygem-activesupport50>=5.0.0:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder-rails52/Makefile b/devel/rubygem-jbuilder-rails52/Makefile index d31683c4c..d6f34bdb6 100644 --- a/devel/rubygem-jbuilder-rails52/Makefile +++ b/devel/rubygem-jbuilder-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview52>=5.0.0:devel/rubygem-actionview52 \ rubygem-activesupport52>=5.0.0:devel/rubygem-activesupport52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder-rails60/Makefile b/devel/rubygem-jbuilder-rails60/Makefile index d7852e1f7..0e3baddca 100644 --- a/devel/rubygem-jbuilder-rails60/Makefile +++ b/devel/rubygem-jbuilder-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview60>=5.0.0:devel/rubygem-actionview60 \ rubygem-activesupport60>=5.0.0:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder-rails61/Makefile b/devel/rubygem-jbuilder-rails61/Makefile index 66351ae1b..211e800e3 100644 --- a/devel/rubygem-jbuilder-rails61/Makefile +++ b/devel/rubygem-jbuilder-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview61>=5.0.0:devel/rubygem-actionview61 \ rubygem-activesupport61>=5.0.0:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jbuilder/Makefile b/devel/rubygem-jbuilder/Makefile index 11bda3a4f..b9295aef7 100644 --- a/devel/rubygem-jbuilder/Makefile +++ b/devel/rubygem-jbuilder/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jekyll-coffeescript/Makefile b/devel/rubygem-jekyll-coffeescript/Makefile index 06ceab996..2eacb12c7 100644 --- a/devel/rubygem-jekyll-coffeescript/Makefile +++ b/devel/rubygem-jekyll-coffeescript/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-coffee-script>=2.2<3:devel/rubygem-coffee-script \ rubygem-coffee-script-source>=1.12<2:devel/rubygem-coffee-script-source USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jenkins_api_client/Makefile b/devel/rubygem-jenkins_api_client/Makefile index ce5d498d0..ab8675cae 100644 --- a/devel/rubygem-jenkins_api_client/Makefile +++ b/devel/rubygem-jenkins_api_client/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-json>=1.0:devel/rubygem-json \ rubygem-thor>=0.16.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jeweler/Makefile b/devel/rubygem-jeweler/Makefile index 2af177a0a..41636360e 100644 --- a/devel/rubygem-jeweler/Makefile +++ b/devel/rubygem-jeweler/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-semver2>=0:devel/rubygem-semver2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jira-ruby/Makefile b/devel/rubygem-jira-ruby/Makefile index a708f0517..0fa41955a 100644 --- a/devel/rubygem-jira-ruby/Makefile +++ b/devel/rubygem-jira-ruby/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-oauth>=0.5.0<1:net/rubygem-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jira-ruby21/Makefile b/devel/rubygem-jira-ruby21/Makefile index 45cd126ff..545c6a306 100644 --- a/devel/rubygem-jira-ruby21/Makefile +++ b/devel/rubygem-jira-ruby21/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-oauth>=0.5.0<1:net/rubygem-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jmespath/Makefile b/devel/rubygem-jmespath/Makefile index 4db2ed515..29b28e03f 100644 --- a/devel/rubygem-jmespath/Makefile +++ b/devel/rubygem-jmespath/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jquery-ui-themes/Makefile b/devel/rubygem-jquery-ui-themes/Makefile index 4c62b81ab..566cb6849 100644 --- a/devel/rubygem-jquery-ui-themes/Makefile +++ b/devel/rubygem-jquery-ui-themes/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-httparty>=0:www/rubygem-httparty NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-jruby-jars/Makefile b/devel/rubygem-jruby-jars/Makefile index 970232e43..57ec9cb3f 100644 --- a/devel/rubygem-jruby-jars/Makefile +++ b/devel/rubygem-jruby-jars/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= jruby:lang/jruby USES= gem USE_JAVA= yes -USE_RUBY= yes RUBYGEMBIN= ${LOCALBASE}/bin/jgem diff --git a/devel/rubygem-json-canonicalization/Makefile b/devel/rubygem-json-canonicalization/Makefile index 32882f1fe..317f174dd 100644 --- a/devel/rubygem-json-canonicalization/Makefile +++ b/devel/rubygem-json-canonicalization/Makefile @@ -11,7 +11,6 @@ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-json-schema/Makefile b/devel/rubygem-json-schema/Makefile index 94bec34aa..d5133e2d2 100644 --- a/devel/rubygem-json-schema/Makefile +++ b/devel/rubygem-json-schema/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-addressable>=2.8:www/rubygem-addressable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index a12242155..6a6275a7f 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-json1/Makefile b/devel/rubygem-json1/Makefile index 50c003301..bb14f0cc5 100644 --- a/devel/rubygem-json1/Makefile +++ b/devel/rubygem-json1/Makefile @@ -11,7 +11,6 @@ WWW= https://flori.github.io/json/ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -USE_RUBY= yes USES= gem PORTSCOUT= limit:^1\. diff --git a/devel/rubygem-json_pure/Makefile b/devel/rubygem-json_pure/Makefile index d784a2df7..5bad7ebe3 100644 --- a/devel/rubygem-json_pure/Makefile +++ b/devel/rubygem-json_pure/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-json_pure1/Makefile b/devel/rubygem-json_pure1/Makefile index 760a0e7bf..98d6b377b 100644 --- a/devel/rubygem-json_pure1/Makefile +++ b/devel/rubygem-json_pure1/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-json_schema/Makefile b/devel/rubygem-json_schema/Makefile index 77ebbd62f..bbb85cd41 100644 --- a/devel/rubygem-json_schema/Makefile +++ b/devel/rubygem-json_schema/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-json_schemer/Makefile b/devel/rubygem-json_schemer/Makefile index 6fa33bb60..cd0dbdd0e 100644 --- a/devel/rubygem-json_schemer/Makefile +++ b/devel/rubygem-json_schemer/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-ecma-re-validator>=0.3<1:devel/rubygem-ecma-re-validator \ rubygem-uri_template>=0.7<1:net/rubygem-uri_template USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jsonapi-renderer/Makefile b/devel/rubygem-jsonapi-renderer/Makefile index f363b8c59..4fd9dd35c 100644 --- a/devel/rubygem-jsonapi-renderer/Makefile +++ b/devel/rubygem-jsonapi-renderer/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jsonapi-rb/jsonapi-renderer LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-jsonpath/Makefile b/devel/rubygem-jsonpath/Makefile index c8476a962..709c5fb49 100644 --- a/devel/rubygem-jsonpath/Makefile +++ b/devel/rubygem-jsonpath/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-kafo/Makefile b/devel/rubygem-kafo/Makefile index 3d22980aa..a295cfbdf 100644 --- a/devel/rubygem-kafo/Makefile +++ b/devel/rubygem-kafo/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= gsed:textproc/gsed \ rubygem-powerbar>=0:devel/rubygem-powerbar USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-kafo_parsers/Makefile b/devel/rubygem-kafo_parsers/Makefile index f658055a0..4a86019dd 100644 --- a/devel/rubygem-kafo_parsers/Makefile +++ b/devel/rubygem-kafo_parsers/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \ rubygem-rdoc>=3.9.0:devel/rubygem-rdoc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-kafo_wizards/Makefile b/devel/rubygem-kafo_wizards/Makefile index c7a3b709d..08ef1aa1a 100644 --- a/devel/rubygem-kafo_wizards/Makefile +++ b/devel/rubygem-kafo_wizards/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv3+ RUN_DEPENDS= rubygem-highline>=0<3:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-kgio/Makefile b/devel/rubygem-kgio/Makefile index 29f1557db..d05744b05 100644 --- a/devel/rubygem-kgio/Makefile +++ b/devel/rubygem-kgio/Makefile @@ -10,6 +10,5 @@ WWW= https://yhbt.net/kgio/ LICENSE= LGPL21+ USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-kt-paperclip-rails61/Makefile b/devel/rubygem-kt-paperclip-rails61/Makefile index 74bb6b8ba..ee79d8c74 100644 --- a/devel/rubygem-kt-paperclip-rails61/Makefile +++ b/devel/rubygem-kt-paperclip-rails61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activemodel61>0:databases/rubygem-activemodel61 \ rubygem-terrapin>=0.6.0:devel/rubygem-terrapin NO_ARCH= yes -USE_RUBY= yes USES= cpe gem magick:7,run CPE_VENDOR= thoughtbot diff --git a/devel/rubygem-launchy/Makefile b/devel/rubygem-launchy/Makefile index 085c53297..7758627e5 100644 --- a/devel/rubygem-launchy/Makefile +++ b/devel/rubygem-launchy/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.7<3:www/rubygem-addressable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-lazy_priority_queue/Makefile b/devel/rubygem-lazy_priority_queue/Makefile index 7ca30c3b8..59a06240a 100644 --- a/devel/rubygem-lazy_priority_queue/Makefile +++ b/devel/rubygem-lazy_priority_queue/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/matiasbattocchia/lazy_priority_queue LICENSE= BSD2CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-libdatadog/Makefile b/devel/rubygem-libdatadog/Makefile index ef1fb03d7..dfea7f91d 100644 --- a/devel/rubygem-libdatadog/Makefile +++ b/devel/rubygem-libdatadog/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/DataDog/libdatadog/tree/main/ruby LICENSE= APACHE20 USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-libddprof/Makefile b/devel/rubygem-libddprof/Makefile index fc0bcbdf9..b904fbfec 100644 --- a/devel/rubygem-libddprof/Makefile +++ b/devel/rubygem-libddprof/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/DataDog/libdatadog/tree/main/ruby LICENSE= APACHE20 USES= gem -USE_RUBY= yes #NO_ARCH= yes diff --git a/devel/rubygem-libddwaf/Makefile b/devel/rubygem-libddwaf/Makefile index ea85e286f..d7efa158d 100644 --- a/devel/rubygem-libddwaf/Makefile +++ b/devel/rubygem-libddwaf/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD3 RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-librarian/Makefile b/devel/rubygem-librarian/Makefile index 296de0541..a76a9dece 100644 --- a/devel/rubygem-librarian/Makefile +++ b/devel/rubygem-librarian/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-highline>=0:devel/rubygem-highline \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-librarianp/Makefile b/devel/rubygem-librarianp/Makefile index 570c2930f..2151e4ba7 100644 --- a/devel/rubygem-librarianp/Makefile +++ b/devel/rubygem-librarianp/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-thor>=1.0<2:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-libyajl2/Makefile b/devel/rubygem-libyajl2/Makefile index f40e35b85..3b7bc48df 100644 --- a/devel/rubygem-libyajl2/Makefile +++ b/devel/rubygem-libyajl2/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/opscode/libyajl2-gem LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-license_finder/Makefile b/devel/rubygem-license_finder/Makefile index eea2074e6..41fdffb5a 100644 --- a/devel/rubygem-license_finder/Makefile +++ b/devel/rubygem-license_finder/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-xml-simple>=1.1.9<1.2:textproc/rubygem-xml-simple USES= gem python:run shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-licensee/Makefile b/devel/rubygem-licensee/Makefile index 2226e75f2..9b1e103aa 100644 --- a/devel/rubygem-licensee/Makefile +++ b/devel/rubygem-licensee/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-dotenv>=2.0<3:misc/rubygem-dotenv \ rubygem-thor>=0.19<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-listen/Makefile b/devel/rubygem-listen/Makefile index 9665d2085..202f3b4af 100644 --- a/devel/rubygem-listen/Makefile +++ b/devel/rubygem-listen/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rb-fsevent>=0.10.3<1:devel/rubygem-rb-fsevent \ rubygem-rb-kqueue>=0.2:devel/rubygem-rb-kqueue USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-little-plugger/Makefile b/devel/rubygem-little-plugger/Makefile index 474fb930f..2a4efdb36 100644 --- a/devel/rubygem-little-plugger/Makefile +++ b/devel/rubygem-little-plugger/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-local_time-rails5/Makefile b/devel/rubygem-local_time-rails5/Makefile index b4e15a58f..813355383 100644 --- a/devel/rubygem-local_time-rails5/Makefile +++ b/devel/rubygem-local_time-rails5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-coffee-rails-rails5>=0:devel/rubygem-coffee-rails-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-local_time/Makefile b/devel/rubygem-local_time/Makefile index 4d9d9957a..7ba79e271 100644 --- a/devel/rubygem-local_time/Makefile +++ b/devel/rubygem-local_time/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile index 154ecfd6d..463df8250 100644 --- a/devel/rubygem-locale/Makefile +++ b/devel/rubygem-locale/Makefile @@ -11,7 +11,6 @@ LICENSE= RUBY LGPL3 LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-lockfile/Makefile b/devel/rubygem-lockfile/Makefile index abf475879..2c02bb2dd 100644 --- a/devel/rubygem-lockfile/Makefile +++ b/devel/rubygem-lockfile/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ahoward/lockfile LICENSE= RUBY USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-logger/Makefile b/devel/rubygem-logger/Makefile index 1f9048720..82a0bd43c 100644 --- a/devel/rubygem-logger/Makefile +++ b/devel/rubygem-logger/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-logging/Makefile b/devel/rubygem-logging/Makefile index 44bebc919..e378aa4a7 100644 --- a/devel/rubygem-logging/Makefile +++ b/devel/rubygem-logging/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \ rubygem-multi_json>=1.14<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-logster/Makefile b/devel/rubygem-logster/Makefile index 9d3f0b79a..178c89540 100644 --- a/devel/rubygem-logster/Makefile +++ b/devel/rubygem-logster/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-loquacious/Makefile b/devel/rubygem-loquacious/Makefile index 463a1ec09..86d471866 100644 --- a/devel/rubygem-loquacious/Makefile +++ b/devel/rubygem-loquacious/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-lru_redux/Makefile b/devel/rubygem-lru_redux/Makefile index 3ac4ac12c..42c61cdf4 100644 --- a/devel/rubygem-lru_redux/Makefile +++ b/devel/rubygem-lru_redux/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-lumberjack/Makefile b/devel/rubygem-lumberjack/Makefile index e0b64fb66..9f43e74d6 100644 --- a/devel/rubygem-lumberjack/Makefile +++ b/devel/rubygem-lumberjack/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT_LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-main/Makefile b/devel/rubygem-main/Makefile index 1dc7e6e83..4f07d5918 100644 --- a/devel/rubygem-main/Makefile +++ b/devel/rubygem-main/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-arrayfields>=4.7.4<5:devel/rubygem-arrayfields \ rubygem-map>=6.1.0<7:devel/rubygem-map USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-makara61/Makefile b/devel/rubygem-makara61/Makefile index 3f0e451d9..2feef3b61 100644 --- a/devel/rubygem-makara61/Makefile +++ b/devel/rubygem-makara61/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord61>0:databases/rubygem-activerecord61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-manpages/Makefile b/devel/rubygem-manpages/Makefile index 55df03529..01e7c7896 100644 --- a/devel/rubygem-manpages/Makefile +++ b/devel/rubygem-manpages/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-map/Makefile b/devel/rubygem-map/Makefile index b838344c7..3081a9d29 100644 --- a/devel/rubygem-map/Makefile +++ b/devel/rubygem-map/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-marcel/Makefile b/devel/rubygem-marcel/Makefile index 92bf6d3a7..104fe92e4 100644 --- a/devel/rubygem-marcel/Makefile +++ b/devel/rubygem-marcel/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-memo_wise/Makefile b/devel/rubygem-memo_wise/Makefile index 32e9d6ed5..4c9f36006 100644 --- a/devel/rubygem-memo_wise/Makefile +++ b/devel/rubygem-memo_wise/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/panorama-ed/memo_wise LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-memoist/Makefile b/devel/rubygem-memoist/Makefile index 9337719bd..efdad2060 100644 --- a/devel/rubygem-memoist/Makefile +++ b/devel/rubygem-memoist/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-memoizable/Makefile b/devel/rubygem-memoizable/Makefile index b78bc381b..36839a8b0 100644 --- a/devel/rubygem-memoizable/Makefile +++ b/devel/rubygem-memoizable/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-thread_safe>=0.3.1<1:devel/rubygem-thread_safe USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-memoize/Makefile b/devel/rubygem-memoize/Makefile index 62b8aea4a..ac0712ff4 100644 --- a/devel/rubygem-memoize/Makefile +++ b/devel/rubygem-memoize/Makefile @@ -12,7 +12,6 @@ LICENSE= ART20 RUN_DEPENDS= rubygem-test-unit>=2.0.2:devel/rubygem-test-unit USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-memory_profiler/Makefile b/devel/rubygem-memory_profiler/Makefile index 2c813054d..fa4a32685 100644 --- a/devel/rubygem-memory_profiler/Makefile +++ b/devel/rubygem-memory_profiler/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mercenary/Makefile b/devel/rubygem-mercenary/Makefile index 013da9ded..2951dbb24 100644 --- a/devel/rubygem-mercenary/Makefile +++ b/devel/rubygem-mercenary/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-message_bus/Makefile b/devel/rubygem-message_bus/Makefile index 579b139e9..293a61ce0 100644 --- a/devel/rubygem-message_bus/Makefile +++ b/devel/rubygem-message_bus/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=1.1.3,3:www/rubygem-rack USES= cpe gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-metaclass/Makefile b/devel/rubygem-metaclass/Makefile index c7e83a128..fd03d1d69 100644 --- a/devel/rubygem-metaclass/Makefile +++ b/devel/rubygem-metaclass/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-metaid/Makefile b/devel/rubygem-metaid/Makefile index 7a60e2345..625b9a148 100644 --- a/devel/rubygem-metaid/Makefile +++ b/devel/rubygem-metaid/Makefile @@ -8,7 +8,6 @@ COMMENT= Ruby metaprogramming helpers WWW= http://whytheluckystiff.net/metaid/ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-metasm/Makefile b/devel/rubygem-metasm/Makefile index 41c546927..322bc6349 100644 --- a/devel/rubygem-metasm/Makefile +++ b/devel/rubygem-metasm/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENCE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes SHEBANG_FILES= samples/emubios.rb diff --git a/devel/rubygem-method_source/Makefile b/devel/rubygem-method_source/Makefile index 524f20b09..c829b6c3e 100644 --- a/devel/rubygem-method_source/Makefile +++ b/devel/rubygem-method_source/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-micromachine/Makefile b/devel/rubygem-micromachine/Makefile index fb0a9ba81..538562d82 100644 --- a/devel/rubygem-micromachine/Makefile +++ b/devel/rubygem-micromachine/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-middleware/Makefile b/devel/rubygem-middleware/Makefile index 2c8328b22..c05679406 100644 --- a/devel/rubygem-middleware/Makefile +++ b/devel/rubygem-middleware/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mini_histogram/Makefile b/devel/rubygem-mini_histogram/Makefile index 1cd078862..aeb9395a7 100644 --- a/devel/rubygem-mini_histogram/Makefile +++ b/devel/rubygem-mini_histogram/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mini_portile2-25/Makefile b/devel/rubygem-mini_portile2-25/Makefile index c390f958f..92e1b88a2 100644 --- a/devel/rubygem-mini_portile2-25/Makefile +++ b/devel/rubygem-mini_portile2-25/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/luislavena/mini_portile LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mini_portile2/Makefile b/devel/rubygem-mini_portile2/Makefile index 54cfd8826..b354ed298 100644 --- a/devel/rubygem-mini_portile2/Makefile +++ b/devel/rubygem-mini_portile2/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/luislavena/mini_portile LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-minitest/Makefile b/devel/rubygem-minitest/Makefile index acd0ea5ca..2cdd1e88d 100644 --- a/devel/rubygem-minitest/Makefile +++ b/devel/rubygem-minitest/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/minitest/minitest LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-archive/Makefile b/devel/rubygem-mixlib-archive/Makefile index ef8c89376..c7bd513e3 100644 --- a/devel/rubygem-mixlib-archive/Makefile +++ b/devel/rubygem-mixlib-archive/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-authentication/Makefile b/devel/rubygem-mixlib-authentication/Makefile index b113770dd..7667d0d65 100644 --- a/devel/rubygem-mixlib-authentication/Makefile +++ b/devel/rubygem-mixlib-authentication/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-cli/Makefile b/devel/rubygem-mixlib-cli/Makefile index 7823bcc1d..b5eab0074 100644 --- a/devel/rubygem-mixlib-cli/Makefile +++ b/devel/rubygem-mixlib-cli/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-config/Makefile b/devel/rubygem-mixlib-config/Makefile index 89920b875..4882524aa 100644 --- a/devel/rubygem-mixlib-config/Makefile +++ b/devel/rubygem-mixlib-config/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-tomlrb>=0:textproc/rubygem-tomlrb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-install/Makefile b/devel/rubygem-mixlib-install/Makefile index e39745648..8970de76d 100644 --- a/devel/rubygem-mixlib-install/Makefile +++ b/devel/rubygem-mixlib-install/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-mixlib-shellout>=0:devel/rubygem-mixlib-shellout \ rubygem-thor>=0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-log/Makefile b/devel/rubygem-mixlib-log/Makefile index 33499ce96..fda5a2e83 100644 --- a/devel/rubygem-mixlib-log/Makefile +++ b/devel/rubygem-mixlib-log/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-shellout/Makefile b/devel/rubygem-mixlib-shellout/Makefile index 46ae1ec66..cbc522601 100644 --- a/devel/rubygem-mixlib-shellout/Makefile +++ b/devel/rubygem-mixlib-shellout/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-chef-utils>=0:sysutils/rubygem-chef-utils USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mixlib-versioning/Makefile b/devel/rubygem-mixlib-versioning/Makefile index b650c684c..b5a6b50e9 100644 --- a/devel/rubygem-mixlib-versioning/Makefile +++ b/devel/rubygem-mixlib-versioning/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mize/Makefile b/devel/rubygem-mize/Makefile index e6a4933bc..bdd3915f4 100644 --- a/devel/rubygem-mize/Makefile +++ b/devel/rubygem-mize/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-protocol>=2.0<3:devel/rubygem-protocol USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mkrf/Makefile b/devel/rubygem-mkrf/Makefile index bc322b33e..fb423e9d5 100644 --- a/devel/rubygem-mkrf/Makefile +++ b/devel/rubygem-mkrf/Makefile @@ -9,7 +9,6 @@ WWW= http://mkrf.rubyforge.org/ LICENSE= MIT -USE_RUBY= yes USES= gem python .include diff --git a/devel/rubygem-mmap2/Makefile b/devel/rubygem-mmap2/Makefile index 1e7a90de3..b9a895914 100644 --- a/devel/rubygem-mmap2/Makefile +++ b/devel/rubygem-mmap2/Makefile @@ -11,6 +11,5 @@ WWW= https://gitlab.com/lyda/mmap LICENSE= RUBY USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-mocha/Makefile b/devel/rubygem-mocha/Makefile index 94430f172..1e120aacb 100644 --- a/devel/rubygem-mocha/Makefile +++ b/devel/rubygem-mocha/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-molinillo/Makefile b/devel/rubygem-molinillo/Makefile index 886cecb6c..5367ab640 100644 --- a/devel/rubygem-molinillo/Makefile +++ b/devel/rubygem-molinillo/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-moneta/Makefile b/devel/rubygem-moneta/Makefile index b193be231..f0028e118 100644 --- a/devel/rubygem-moneta/Makefile +++ b/devel/rubygem-moneta/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mongo/Makefile b/devel/rubygem-mongo/Makefile index c7b78e35c..f248709d1 100644 --- a/devel/rubygem-mongo/Makefile +++ b/devel/rubygem-mongo/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-bson>=4.14.1<5.0.0:devel/rubygem-bson USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mono_logger/Makefile b/devel/rubygem-mono_logger/Makefile index f4714bbbf..422e4346a 100644 --- a/devel/rubygem-mono_logger/Makefile +++ b/devel/rubygem-mono_logger/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-ms_rest/Makefile b/devel/rubygem-ms_rest/Makefile index 93e771d7e..8a523034b 100644 --- a/devel/rubygem-ms_rest/Makefile +++ b/devel/rubygem-ms_rest/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-timeliness>=0.3.10<1:devel/rubygem-timeliness USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ms_rest_azure/Makefile b/devel/rubygem-ms_rest_azure/Makefile index 211f1028d..0ed90d5f8 100644 --- a/devel/rubygem-ms_rest_azure/Makefile +++ b/devel/rubygem-ms_rest_azure/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-ms_rest>=0.7.6<0.8:devel/rubygem-ms_rest USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-msgpack/Makefile b/devel/rubygem-msgpack/Makefile index 7ff23a6c0..6a8efa517 100644 --- a/devel/rubygem-msgpack/Makefile +++ b/devel/rubygem-msgpack/Makefile @@ -11,6 +11,5 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-mspec/Makefile b/devel/rubygem-mspec/Makefile index 7e40da728..6981341f1 100644 --- a/devel/rubygem-mspec/Makefile +++ b/devel/rubygem-mspec/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-multi_json/Makefile b/devel/rubygem-multi_json/Makefile index 138a758df..20099ce61 100644 --- a/devel/rubygem-multi_json/Makefile +++ b/devel/rubygem-multi_json/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-multi_json114/Makefile b/devel/rubygem-multi_json114/Makefile index 39c7dd70d..6c36e1620 100644 --- a/devel/rubygem-multi_json114/Makefile +++ b/devel/rubygem-multi_json114/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-multi_test/Makefile b/devel/rubygem-multi_test/Makefile index f1bebd5c2..468398ea0 100644 --- a/devel/rubygem-multi_test/Makefile +++ b/devel/rubygem-multi_test/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-murmurhash3/Makefile b/devel/rubygem-murmurhash3/Makefile index 2826f3538..4b6ab709b 100644 --- a/devel/rubygem-murmurhash3/Makefile +++ b/devel/rubygem-murmurhash3/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/funny-falcon/murmurhash3-ruby LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-mustache-sinatra/Makefile b/devel/rubygem-mustache-sinatra/Makefile index c4f221138..221e87dcd 100644 --- a/devel/rubygem-mustache-sinatra/Makefile +++ b/devel/rubygem-mustache-sinatra/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/devel/rubygem-mustache/Makefile b/devel/rubygem-mustache/Makefile index 5e738031c..d4d3049b1 100644 --- a/devel/rubygem-mustache/Makefile +++ b/devel/rubygem-mustache/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mustache0/Makefile b/devel/rubygem-mustache0/Makefile index fafe706ae..c5245ea8a 100644 --- a/devel/rubygem-mustache0/Makefile +++ b/devel/rubygem-mustache0/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/mustache/mustache LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/mustache${PKGNAMESUFFIX} diff --git a/devel/rubygem-mustermann-grape/Makefile b/devel/rubygem-mustermann-grape/Makefile index 2e752e378..0e56404fb 100644 --- a/devel/rubygem-mustermann-grape/Makefile +++ b/devel/rubygem-mustermann-grape/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-mustermann>=1.0:devel/rubygem-mustermann USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mustermann/Makefile b/devel/rubygem-mustermann/Makefile index ab0f8be57..01d88337c 100644 --- a/devel/rubygem-mustermann/Makefile +++ b/devel/rubygem-mustermann/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ruby2_keywords>=0.0.1<0.1:devel/rubygem-ruby2_keywords USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mutex_m/Makefile b/devel/rubygem-mutex_m/Makefile index e4a4a6e4c..67e8baa2b 100644 --- a/devel/rubygem-mutex_m/Makefile +++ b/devel/rubygem-mutex_m/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-mutter/Makefile b/devel/rubygem-mutter/Makefile index 4a85bec01..ecb9045d3 100644 --- a/devel/rubygem-mutter/Makefile +++ b/devel/rubygem-mutter/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/cloudhead/mutter NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-nakayoshi_fork/Makefile b/devel/rubygem-nakayoshi_fork/Makefile index 791bd31dd..873f945d5 100644 --- a/devel/rubygem-nakayoshi_fork/Makefile +++ b/devel/rubygem-nakayoshi_fork/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-nap/Makefile b/devel/rubygem-nap/Makefile index 8814fe49b..541b00b4e 100644 --- a/devel/rubygem-nap/Makefile +++ b/devel/rubygem-nap/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-native-package-installer/Makefile b/devel/rubygem-native-package-installer/Makefile index 88c396178..03c1cab4e 100644 --- a/devel/rubygem-native-package-installer/Makefile +++ b/devel/rubygem-native-package-installer/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/doc/text/lgpl-3.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-naught/Makefile b/devel/rubygem-naught/Makefile index 48c5d6188..338081fe5 100644 --- a/devel/rubygem-naught/Makefile +++ b/devel/rubygem-naught/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/avdi/naught LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-necromancer/Makefile b/devel/rubygem-necromancer/Makefile index eaa1067fd..1bb9f55ba 100644 --- a/devel/rubygem-necromancer/Makefile +++ b/devel/rubygem-necromancer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-needle/Makefile b/devel/rubygem-needle/Makefile index 0cb06ea82..1deb80078 100644 --- a/devel/rubygem-needle/Makefile +++ b/devel/rubygem-needle/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-nenv/Makefile b/devel/rubygem-nenv/Makefile index 84a961b11..7b9f76248 100644 --- a/devel/rubygem-nenv/Makefile +++ b/devel/rubygem-nenv/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-nesty/Makefile b/devel/rubygem-nesty/Makefile index f7fe7f824..4511d32d0 100644 --- a/devel/rubygem-nesty/Makefile +++ b/devel/rubygem-nesty/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-netaddr/Makefile b/devel/rubygem-netaddr/Makefile index 010ad754e..4918201f7 100644 --- a/devel/rubygem-netaddr/Makefile +++ b/devel/rubygem-netaddr/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= cpe gem shebangfix CPE_VENDOR= ${PORTNAME}_project diff --git a/devel/rubygem-newrelic-grape/Makefile b/devel/rubygem-newrelic-grape/Makefile index 14625b87d..9111e7bfe 100644 --- a/devel/rubygem-newrelic-grape/Makefile +++ b/devel/rubygem-newrelic-grape/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-grape>=0:devel/rubygem-grape \ rubygem-newrelic_rpm>=0:devel/rubygem-newrelic_rpm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-newrelic_rpm/Makefile b/devel/rubygem-newrelic_rpm/Makefile index b2c12b813..90b44acf7 100644 --- a/devel/rubygem-newrelic_rpm/Makefile +++ b/devel/rubygem-newrelic_rpm/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_NEWRELIC= ${WRKSRC}/LICENSE LICENSE_PERMS_NEWRELIC= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/mongrel_rpm bin/newrelic bin/newrelic_cmd bin/nrdebug diff --git a/devel/rubygem-nice-ffi/Makefile b/devel/rubygem-nice-ffi/Makefile index 97f601638..a4b11bd09 100644 --- a/devel/rubygem-nice-ffi/Makefile +++ b/devel/rubygem-nice-ffi/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=0.5.0:devel/rubygem-ffi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-nio4r/Makefile b/devel/rubygem-nio4r/Makefile index 95de7c40a..a0b34b0ee 100644 --- a/devel/rubygem-nio4r/Makefile +++ b/devel/rubygem-nio4r/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/socketry/nio4r LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-nori/Makefile b/devel/rubygem-nori/Makefile index 4069ef7e5..2538acdbf 100644 --- a/devel/rubygem-nori/Makefile +++ b/devel/rubygem-nori/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-notiffany/Makefile b/devel/rubygem-notiffany/Makefile index bc4ad5ea4..4cd94be35 100644 --- a/devel/rubygem-notiffany/Makefile +++ b/devel/rubygem-notiffany/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1<1:devel/rubygem-nenv \ rubygem-shellany>=0<1:sysutils/rubygem-shellany USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-notify/Makefile b/devel/rubygem-notify/Makefile index 19ff41346..e04fac704 100644 --- a/devel/rubygem-notify/Makefile +++ b/devel/rubygem-notify/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/notify diff --git a/devel/rubygem-nprogress-rails/Makefile b/devel/rubygem-nprogress-rails/Makefile index 86c1a35f4..e50dc83df 100644 --- a/devel/rubygem-nprogress-rails/Makefile +++ b/devel/rubygem-nprogress-rails/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-nsa-rails5/Makefile b/devel/rubygem-nsa-rails5/Makefile index 097e388e7..f68c34969 100644 --- a/devel/rubygem-nsa-rails5/Makefile +++ b/devel/rubygem-nsa-rails5/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport5>=4.2<7:devel/rubygem-activesupport5 \ rubygem-statsd-ruby>=1.4.0<2:devel/rubygem-statsd-ruby USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-nsa-rails61/Makefile b/devel/rubygem-nsa-rails61/Makefile index 692ad764a..9e866fd1c 100644 --- a/devel/rubygem-nsa-rails61/Makefile +++ b/devel/rubygem-nsa-rails61/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport61>=4.2<7:devel/rubygem-activesupport61 \ rubygem-statsd-ruby>=1.4.0<2:devel/rubygem-statsd-ruby USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-numerizer/Makefile b/devel/rubygem-numerizer/Makefile index 462a509bf..2e6e1e53c 100644 --- a/devel/rubygem-numerizer/Makefile +++ b/devel/rubygem-numerizer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-oci/Makefile b/devel/rubygem-oci/Makefile index 02c982857..8cc61210a 100644 --- a/devel/rubygem-oci/Makefile +++ b/devel/rubygem-oci/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-inifile>=3.0.0:textproc/rubygem-inifile \ rubygem-jwt>2.1:www/rubygem-jwt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-octopress-hooks/Makefile b/devel/rubygem-octopress-hooks/Makefile index d3bd7ee4f..14bc8ef54 100644 --- a/devel/rubygem-octopress-hooks/Makefile +++ b/devel/rubygem-octopress-hooks/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jekyll3>=2.0:www/rubygem-jekyll3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile index 6b0c49da5..dea2ea5a9 100644 --- a/devel/rubygem-oj/Makefile +++ b/devel/rubygem-oj/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile index 9fbd77619..b5c9183e8 100644 --- a/devel/rubygem-omniauth_crowd/Makefile +++ b/devel/rubygem-omniauth_crowd/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS?= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-omnibus/Makefile b/devel/rubygem-omnibus/Makefile index 0e70d6e2d..93e000a4b 100644 --- a/devel/rubygem-omnibus/Makefile +++ b/devel/rubygem-omnibus/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-aws-sdk-s3>=1<2:devel/rubygem-aws-sdk-s3 \ rubygem-thor>=0.18<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-open3/Makefile b/devel/rubygem-open3/Makefile index 1b0330dea..82d1e00e2 100644 --- a/devel/rubygem-open3/Makefile +++ b/devel/rubygem-open3/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-open3_backport/Makefile b/devel/rubygem-open3_backport/Makefile index 668a7abb3..5117f8131 100644 --- a/devel/rubygem-open3_backport/Makefile +++ b/devel/rubygem-open3_backport/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-open4>=1.3:devel/rubygem-open4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-open4/Makefile b/devel/rubygem-open4/Makefile index 84dc173c0..c5c458d9f 100644 --- a/devel/rubygem-open4/Makefile +++ b/devel/rubygem-open4/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-opentracing/Makefile b/devel/rubygem-opentracing/Makefile index 68a15c665..3a0d030d2 100644 --- a/devel/rubygem-opentracing/Makefile +++ b/devel/rubygem-opentracing/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-opt_parse_validator/Makefile b/devel/rubygem-opt_parse_validator/Makefile index 767fbf6c9..f98da7b0b 100644 --- a/devel/rubygem-opt_parse_validator/Makefile +++ b/devel/rubygem-opt_parse_validator/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport60>=5.2<6.2.0:devel/rubygem-activesupport60 \ rubygem-addressable>=2.5<2.9:www/rubygem-addressable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-optimist/Makefile b/devel/rubygem-optimist/Makefile index 171c95cc5..d56bf4f31 100644 --- a/devel/rubygem-optimist/Makefile +++ b/devel/rubygem-optimist/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-optparse/Makefile b/devel/rubygem-optparse/Makefile index 4d576f5c6..935a8ef60 100644 --- a/devel/rubygem-optparse/Makefile +++ b/devel/rubygem-optparse/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-orm_adapter/Makefile b/devel/rubygem-orm_adapter/Makefile index 941512b07..201d6ffc7 100644 --- a/devel/rubygem-orm_adapter/Makefile +++ b/devel/rubygem-orm_adapter/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-os/Makefile b/devel/rubygem-os/Makefile index b8e09aa2a..dad1a1213 100644 --- a/devel/rubygem-os/Makefile +++ b/devel/rubygem-os/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ostruct/Makefile b/devel/rubygem-ostruct/Makefile index af4af57f1..da44d00aa 100644 --- a/devel/rubygem-ostruct/Makefile +++ b/devel/rubygem-ostruct/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-p4ruby/Makefile b/devel/rubygem-p4ruby/Makefile index b64625d43..5ff06dac7 100644 --- a/devel/rubygem-p4ruby/Makefile +++ b/devel/rubygem-p4ruby/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_RUBY= yes USES= gem CONFIGURE_ARGS= --with-p4api-dir=${LOCALBASE} --with-p4api-lib=${LOCALBASE}/lib/perforce diff --git a/devel/rubygem-paint/Makefile b/devel/rubygem-paint/Makefile index 48badd411..3c8f1cf4a 100644 --- a/devel/rubygem-paint/Makefile +++ b/devel/rubygem-paint/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pairing_heap/Makefile b/devel/rubygem-pairing_heap/Makefile index cd56ea69c..72b70ca67 100644 --- a/devel/rubygem-pairing_heap/Makefile +++ b/devel/rubygem-pairing_heap/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-paperclip-rails5/Makefile b/devel/rubygem-paperclip-rails5/Makefile index 5460c32f6..0b5cf3181 100644 --- a/devel/rubygem-paperclip-rails5/Makefile +++ b/devel/rubygem-paperclip-rails5/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-activemodel5>=4.2.0:databases/rubygem-activemodel5 \ USES= cpe gem CPE_VENDOR= thoughtbot -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-paperclip-rails50/Makefile b/devel/rubygem-paperclip-rails50/Makefile index 72754b20e..3d07637d7 100644 --- a/devel/rubygem-paperclip-rails50/Makefile +++ b/devel/rubygem-paperclip-rails50/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activemodel50>0:databases/rubygem-activemodel50 \ rubygem-terrapin>=0.6.0:devel/rubygem-terrapin NO_ARCH= yes -USE_RUBY= yes USES= cpe gem magick:7,nox11,run CPE_VENDOR= thoughtbot diff --git a/devel/rubygem-parser/Makefile b/devel/rubygem-parser/Makefile index 609dc34b5..d3d5deb47 100644 --- a/devel/rubygem-parser/Makefile +++ b/devel/rubygem-parser/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ast>=2.4.1<2.5:devel/rubygem-ast USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pastel/Makefile b/devel/rubygem-pastel/Makefile index a97bdf766..caf53b8bb 100644 --- a/devel/rubygem-pastel/Makefile +++ b/devel/rubygem-pastel/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-tty-color>=0.5<1:devel/rubygem-tty-color USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-patch_finder/Makefile b/devel/rubygem-patch_finder/Makefile index efb768035..c64bf4860 100644 --- a/devel/rubygem-patch_finder/Makefile +++ b/devel/rubygem-patch_finder/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/msu_finder diff --git a/devel/rubygem-pathname/Makefile b/devel/rubygem-pathname/Makefile index 255cc9853..dc05c7058 100644 --- a/devel/rubygem-pathname/Makefile +++ b/devel/rubygem-pathname/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-pathspec/Makefile b/devel/rubygem-pathspec/Makefile index 315b02b64..2296569de 100644 --- a/devel/rubygem-pathspec/Makefile +++ b/devel/rubygem-pathspec/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pathutil/Makefile b/devel/rubygem-pathutil/Makefile index d2e28b226..5e525f313 100644 --- a/devel/rubygem-pathutil/Makefile +++ b/devel/rubygem-pathutil/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-forwardable-extended>=2.6<3:devel/rubygem-forwardable-extended USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pdk/Makefile b/devel/rubygem-pdk/Makefile index 0231ed2ce..8877b662d 100644 --- a/devel/rubygem-pdk/Makefile +++ b/devel/rubygem-pdk/Makefile @@ -33,7 +33,6 @@ RUN_DEPENDS= rubygem-bundler>=1.15.0,1<3.0.0,1:sysutils/rubygem-bundler \ rubygem-tty-which>=0.3<1:devel/rubygem-tty-which USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pedump/Makefile b/devel/rubygem-pedump/Makefile index 3e1a9f24c..5e15b8c53 100644 --- a/devel/rubygem-pedump/Makefile +++ b/devel/rubygem-pedump/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-awesome_print>=0:devel/rubygem-awesome_print \ rubygem-zhexdump>=0.0.2:devel/rubygem-zhexdump USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-gc-rails52/Makefile b/devel/rubygem-peek-gc-rails52/Makefile index 3e8e165a8..86c5a6ed6 100644 --- a/devel/rubygem-peek-gc-rails52/Makefile +++ b/devel/rubygem-peek-gc-rails52/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-peek-rails52>=0:devel/rubygem-peek-rails52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-host/Makefile b/devel/rubygem-peek-host/Makefile index 25a4ab769..4faa45143 100644 --- a/devel/rubygem-peek-host/Makefile +++ b/devel/rubygem-peek-host/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-peek>=0:devel/rubygem-peek NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-peek-performance_bar/Makefile b/devel/rubygem-peek-performance_bar/Makefile index 5f00d5374..92ae0914c 100644 --- a/devel/rubygem-peek-performance_bar/Makefile +++ b/devel/rubygem-peek-performance_bar/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-peek>=0.1.0:devel/rubygem-peek NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-peek-rails4/Makefile b/devel/rubygem-peek-rails4/Makefile index 885a65deb..8594cec17 100644 --- a/devel/rubygem-peek-rails4/Makefile +++ b/devel/rubygem-peek-rails4/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-railties4>=4.0.0:www/rubygem-railties4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-rails52/Makefile b/devel/rubygem-peek-rails52/Makefile index 77b808d01..c227b3232 100644 --- a/devel/rubygem-peek-rails52/Makefile +++ b/devel/rubygem-peek-rails52/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-railties52>=4.0.0:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-rails60/Makefile b/devel/rubygem-peek-rails60/Makefile index 2399e7bfe..92e193e6a 100644 --- a/devel/rubygem-peek-rails60/Makefile +++ b/devel/rubygem-peek-rails60/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-railties60>=4.0.0:www/rubygem-railties60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-rails61/Makefile b/devel/rubygem-peek-rails61/Makefile index 39c966c9c..a9f607eeb 100644 --- a/devel/rubygem-peek-rails61/Makefile +++ b/devel/rubygem-peek-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-railties61>=4.0.0:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-rblineprof-rails52/Makefile b/devel/rubygem-peek-rblineprof-rails52/Makefile index 63a3ba3cc..d22634234 100644 --- a/devel/rubygem-peek-rblineprof-rails52/Makefile +++ b/devel/rubygem-peek-rblineprof-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-peek-rails52>=0:devel/rubygem-peek-rails52 \ rubygem-rblineprof>=0:devel/rubygem-rblineprof USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek-redis-rails52/Makefile b/devel/rubygem-peek-redis-rails52/Makefile index 4cad0fe9c..60aa977cb 100644 --- a/devel/rubygem-peek-redis-rails52/Makefile +++ b/devel/rubygem-peek-redis-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-atomic>=1.0.0:devel/rubygem-atomic \ rubygem-redis>=0:databases/rubygem-redis USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-peek/Makefile b/devel/rubygem-peek/Makefile index 60dc0a714..fe8f83ed4 100644 --- a/devel/rubygem-peek/Makefile +++ b/devel/rubygem-peek/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pkg-config/Makefile b/devel/rubygem-pkg-config/Makefile index b4901a109..fc802401a 100644 --- a/devel/rubygem-pkg-config/Makefile +++ b/devel/rubygem-pkg-config/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LGPL-2.1 USES= gem pkgconfig -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-platform/Makefile b/devel/rubygem-platform/Makefile index f57835c5f..7570b6c66 100644 --- a/devel/rubygem-platform/Makefile +++ b/devel/rubygem-platform/Makefile @@ -9,7 +9,6 @@ COMMENT= Hopefully robust platform sensing WWW= https://github.com/berk/platform NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-pleaserun/Makefile b/devel/rubygem-pleaserun/Makefile index fa08eb11f..5e9fe61ee 100644 --- a/devel/rubygem-pleaserun/Makefile +++ b/devel/rubygem-pleaserun/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-cabin>=0:devel/rubygem-cabin \ rubygem-stud>=0:devel/rubygem-stud USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-plist/Makefile b/devel/rubygem-plist/Makefile index 2bf762a3e..995ce1806 100644 --- a/devel/rubygem-plist/Makefile +++ b/devel/rubygem-plist/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pluggaloid/Makefile b/devel/rubygem-pluggaloid/Makefile index 2c5c7a7cc..ffc745c3e 100644 --- a/devel/rubygem-pluggaloid/Makefile +++ b/devel/rubygem-pluggaloid/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-delayer>=1.1.0:devel/rubygem-delayer \ rubygem-instance_storage>=1.0.0<2:devel/rubygem-instance_storage USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-polyamorous/Makefile b/devel/rubygem-polyamorous/Makefile index d3af6b37f..f203a320b 100644 --- a/devel/rubygem-polyamorous/Makefile +++ b/devel/rubygem-polyamorous/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activerecord52>=5.2.1:databases/rubygem-activerecord52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-polyglot/Makefile b/devel/rubygem-polyglot/Makefile index cea89e4b7..a1f4d7eea 100644 --- a/devel/rubygem-polyglot/Makefile +++ b/devel/rubygem-polyglot/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-popen4/Makefile b/devel/rubygem-popen4/Makefile index 23fe5144b..765510183 100644 --- a/devel/rubygem-popen4/Makefile +++ b/devel/rubygem-popen4/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-open4>=0.4.0:devel/rubygem-open4 \ rubygem-platform>=0.4.0:devel/rubygem-platform NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-posix-spawn/Makefile b/devel/rubygem-posix-spawn/Makefile index e33fe9421..77e7b5b7a 100644 --- a/devel/rubygem-posix-spawn/Makefile +++ b/devel/rubygem-posix-spawn/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes PLIST_FILES= bin/posix-spawn-benchmark diff --git a/devel/rubygem-power_assert/Makefile b/devel/rubygem-power_assert/Makefile index a000c225c..03016acff 100644 --- a/devel/rubygem-power_assert/Makefile +++ b/devel/rubygem-power_assert/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-powerbar/Makefile b/devel/rubygem-powerbar/Makefile index ebeaa76af..8d3a98f4b 100644 --- a/devel/rubygem-powerbar/Makefile +++ b/devel/rubygem-powerbar/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-hashie>=1.1.0:devel/rubygem-hashie NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/powerbar-demo diff --git a/devel/rubygem-powerpack/Makefile b/devel/rubygem-powerpack/Makefile index 375899a97..013e088cd 100644 --- a/devel/rubygem-powerpack/Makefile +++ b/devel/rubygem-powerpack/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pp/Makefile b/devel/rubygem-pp/Makefile index b3e7e69f9..3faf6ca7c 100644 --- a/devel/rubygem-pp/Makefile +++ b/devel/rubygem-pp/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-prettyprint>=0:devel/rubygem-prettyprint USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pqueue/Makefile b/devel/rubygem-pqueue/Makefile index 356e84c69..07b7ed512 100644 --- a/devel/rubygem-pqueue/Makefile +++ b/devel/rubygem-pqueue/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-prettyprint/Makefile b/devel/rubygem-prettyprint/Makefile index cc69d9afc..4724b1602 100644 --- a/devel/rubygem-prettyprint/Makefile +++ b/devel/rubygem-prettyprint/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-profile/Makefile b/devel/rubygem-profile/Makefile index cd4faae3e..db73f42ee 100644 --- a/devel/rubygem-profile/Makefile +++ b/devel/rubygem-profile/Makefile @@ -8,7 +8,6 @@ COMMENT= Profile your Ruby application WWW= https://github.com/ruby/profile USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-progressbar/Makefile b/devel/rubygem-progressbar/Makefile index 0c61436bc..98e124b69 100644 --- a/devel/rubygem-progressbar/Makefile +++ b/devel/rubygem-progressbar/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-prometheus-client-mmap/Makefile b/devel/rubygem-prometheus-client-mmap/Makefile index 331518a48..50d641c17 100644 --- a/devel/rubygem-prometheus-client-mmap/Makefile +++ b/devel/rubygem-prometheus-client-mmap/Makefile @@ -10,6 +10,5 @@ WWW= https://gitlab.com/gitlab-org/prometheus-client-mmap LICENSE= APACHE20 USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-protected_attributes/Makefile b/devel/rubygem-protected_attributes/Makefile index 65760fb69..1f2dfd48c 100644 --- a/devel/rubygem-protected_attributes/Makefile +++ b/devel/rubygem-protected_attributes/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activemodel4>=4.0.1<5.0:databases/rubygem-activemodel4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-protobuf-cucumber/Makefile b/devel/rubygem-protobuf-cucumber/Makefile index 218e8105b..92a9c15cc 100644 --- a/devel/rubygem-protobuf-cucumber/Makefile +++ b/devel/rubygem-protobuf-cucumber/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport60>=3.2:devel/rubygem-activesupport60 \ rubygem-thread_safe>=0:devel/rubygem-thread_safe USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-protocol/Makefile b/devel/rubygem-protocol/Makefile index 93d41d2dc..269cd59d8 100644 --- a/devel/rubygem-protocol/Makefile +++ b/devel/rubygem-protocol/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ruby_parser>=3.0<4:devel/rubygem-ruby_parser USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pry-byebug/Makefile b/devel/rubygem-pry-byebug/Makefile index 6e6b99be3..8ea758758 100644 --- a/devel/rubygem-pry-byebug/Makefile +++ b/devel/rubygem-pry-byebug/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-byebug>=11.0<12:devel/rubygem-byebug \ rubygem-pry>=0.13<0.15:devel/rubygem-pry USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pry-rails/Makefile b/devel/rubygem-pry-rails/Makefile index 250a563ba..46c17292b 100644 --- a/devel/rubygem-pry-rails/Makefile +++ b/devel/rubygem-pry-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= rubygem-pry>=0.10.4:devel/rubygem-pry USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pry-remote-em/Makefile b/devel/rubygem-pry-remote-em/Makefile index 48cea82c1..94af6308e 100644 --- a/devel/rubygem-pry-remote-em/Makefile +++ b/devel/rubygem-pry-remote-em/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-eventmachine>=1<2:devel/rubygem-eventmachine \ rubygem-ruby-termios>=1.0<2:comms/rubygem-ruby-termios USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pry-remote/Makefile b/devel/rubygem-pry-remote/Makefile index 42faf2382..6d712ccac 100644 --- a/devel/rubygem-pry-remote/Makefile +++ b/devel/rubygem-pry-remote/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-pry>=0.9<1:devel/rubygem-pry \ rubygem-slop3>=3.0<4:devel/rubygem-slop3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pry/Makefile b/devel/rubygem-pry/Makefile index 9711d392a..bcba15b9f 100644 --- a/devel/rubygem-pry/Makefile +++ b/devel/rubygem-pry/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-coderay>=1.1<2:textproc/rubygem-coderay \ rubygem-method_source>=1.0<2:devel/rubygem-method_source USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pstore/Makefile b/devel/rubygem-pstore/Makefile index 86e307fe8..47900fda3 100644 --- a/devel/rubygem-pstore/Makefile +++ b/devel/rubygem-pstore/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ptreloaded/Makefile b/devel/rubygem-ptreloaded/Makefile index bf74fb848..014436935 100644 --- a/devel/rubygem-ptreloaded/Makefile +++ b/devel/rubygem-ptreloaded/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:devel/rubygem-rubyinlineaccel LICENSE= GPLv2 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-puppet-resource_api/Makefile b/devel/rubygem-puppet-resource_api/Makefile index 55ca706ac..6a54fec0e 100644 --- a/devel/rubygem-puppet-resource_api/Makefile +++ b/devel/rubygem-puppet-resource_api/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-hocon>=1.0:devel/rubygem-hocon USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-pygments.rb/Makefile b/devel/rubygem-pygments.rb/Makefile index 41bb5c8cb..43acc2b9d 100644 --- a/devel/rubygem-pygments.rb/Makefile +++ b/devel/rubygem-pygments.rb/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem python:env shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-que-scheduler/Makefile b/devel/rubygem-que-scheduler/Makefile index cf58eda2c..35f8ff1ec 100644 --- a/devel/rubygem-que-scheduler/Makefile +++ b/devel/rubygem-que-scheduler/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport70>=5.0:devel/rubygem-activesupport70 \ rubygem-que>=0.14<3.0.0:devel/rubygem-que USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-que/Makefile b/devel/rubygem-que/Makefile index 8c88de411..b4075917b 100644 --- a/devel/rubygem-que/Makefile +++ b/devel/rubygem-que/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-r18n-core/Makefile b/devel/rubygem-r18n-core/Makefile index a412ae570..ecc5c35aa 100644 --- a/devel/rubygem-r18n-core/Makefile +++ b/devel/rubygem-r18n-core/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-r18n-desktop/Makefile b/devel/rubygem-r18n-desktop/Makefile index 0a0ef7065..dee9abeb8 100644 --- a/devel/rubygem-r18n-desktop/Makefile +++ b/devel/rubygem-r18n-desktop/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-r18n-core>=5.0<6:devel/rubygem-r18n-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-r18n-rails-api/Makefile b/devel/rubygem-r18n-rails-api/Makefile index 07cc0d982..ab9252e23 100644 --- a/devel/rubygem-r18n-rails-api/Makefile +++ b/devel/rubygem-r18n-rails-api/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-i18n>=1.0,2<2,2:devel/rubygem-i18n \ rubygem-r18n-core>=5.0<6:devel/rubygem-r18n-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-r18n-rails/Makefile b/devel/rubygem-r18n-rails/Makefile index 3d7bdfd6c..d9be32fa3 100644 --- a/devel/rubygem-r18n-rails/Makefile +++ b/devel/rubygem-r18n-rails/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-r18n-rails-api>=5.0<6:devel/rubygem-r18n-rails-api \ rubygem-rails60>=5.0<7:www/rubygem-rails60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rabl-rails50/Makefile b/devel/rubygem-rabl-rails50/Makefile index 1bb79100c..efef1341b 100644 --- a/devel/rubygem-rabl-rails50/Makefile +++ b/devel/rubygem-rabl-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport50>=2.3.14:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rabl/Makefile b/devel/rubygem-rabl/Makefile index 94130dd96..8be753f1c 100644 --- a/devel/rubygem-rabl/Makefile +++ b/devel/rubygem-rabl/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport5>=2.3.14:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-racc/Makefile b/devel/rubygem-racc/Makefile index f8c89383a..e1dd35fde 100644 --- a/devel/rubygem-racc/Makefile +++ b/devel/rubygem-racc/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes PLIST_FILES= bin/racc diff --git a/devel/rubygem-rack-mini-profiler/Makefile b/devel/rubygem-rack-mini-profiler/Makefile index 336601dbb..3f99b3892 100644 --- a/devel/rubygem-rack-mini-profiler/Makefile +++ b/devel/rubygem-rack-mini-profiler/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rack>=1.2.0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rack-raw-upload/Makefile b/devel/rubygem-rack-raw-upload/Makefile index 92e061027..fb87f1a72 100644 --- a/devel/rubygem-rack-raw-upload/Makefile +++ b/devel/rubygem-rack-raw-upload/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile b/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile index af28edc70..9d90b44e5 100644 --- a/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile +++ b/devel/rubygem-rails-deprecated_sanitizer-rails5/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile b/devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile index d5c2d0301..d7869aabe 100644 --- a/devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile +++ b/devel/rubygem-rails-deprecated_sanitizer-rails50/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-deprecated_sanitizer/Makefile b/devel/rubygem-rails-deprecated_sanitizer/Makefile index 26b15c044..361a67669 100644 --- a/devel/rubygem-rails-deprecated_sanitizer/Makefile +++ b/devel/rubygem-rails-deprecated_sanitizer/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails5/Makefile b/devel/rubygem-rails-i18n-rails5/Makefile index 60d5b58ad..6e7b68218 100644 --- a/devel/rubygem-rails-i18n-rails5/Makefile +++ b/devel/rubygem-rails-i18n-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties5>=5.0<6:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails50/Makefile b/devel/rubygem-rails-i18n-rails50/Makefile index 2ee8fb8c6..eda39dc2d 100644 --- a/devel/rubygem-rails-i18n-rails50/Makefile +++ b/devel/rubygem-rails-i18n-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties50>=5.0<6:www/rubygem-railties50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails52/Makefile b/devel/rubygem-rails-i18n-rails52/Makefile index 61ba46ab6..3dbf48c0b 100644 --- a/devel/rubygem-rails-i18n-rails52/Makefile +++ b/devel/rubygem-rails-i18n-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties52>=5.0<6:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails60/Makefile b/devel/rubygem-rails-i18n-rails60/Makefile index a387d0fa6..92b0b47f8 100644 --- a/devel/rubygem-rails-i18n-rails60/Makefile +++ b/devel/rubygem-rails-i18n-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties60>=6.0<7:www/rubygem-railties60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails61/Makefile b/devel/rubygem-rails-i18n-rails61/Makefile index cd8bdaf45..a050c6ef2 100644 --- a/devel/rubygem-rails-i18n-rails61/Makefile +++ b/devel/rubygem-rails-i18n-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties61>=6.0<8:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-i18n-rails70/Makefile b/devel/rubygem-rails-i18n-rails70/Makefile index 54b021599..45b2525a6 100644 --- a/devel/rubygem-rails-i18n-rails70/Makefile +++ b/devel/rubygem-rails-i18n-rails70/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \ rubygem-railties70>=6.0.0<8:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rails-observers/Makefile b/devel/rubygem-rails-observers/Makefile index 5210bddbf..33654d991 100644 --- a/devel/rubygem-rails-observers/Makefile +++ b/devel/rubygem-rails-observers/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rainbow/Makefile b/devel/rubygem-rainbow/Makefile index 408db8b1d..ec27d8cd8 100644 --- a/devel/rubygem-rainbow/Makefile +++ b/devel/rubygem-rainbow/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rake-compiler-dock/Makefile b/devel/rubygem-rake-compiler-dock/Makefile index 2985f90fa..c2fbfe288 100644 --- a/devel/rubygem-rake-compiler-dock/Makefile +++ b/devel/rubygem-rake-compiler-dock/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= build/runas diff --git a/devel/rubygem-rake-compiler/Makefile b/devel/rubygem-rake-compiler/Makefile index a38369638..7c9afb7ed 100644 --- a/devel/rubygem-rake-compiler/Makefile +++ b/devel/rubygem-rake-compiler/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rake-contrib/Makefile b/devel/rubygem-rake-contrib/Makefile index ae8a9a008..d0099bac9 100644 --- a/devel/rubygem-rake-contrib/Makefile +++ b/devel/rubygem-rake-contrib/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rake/Makefile b/devel/rubygem-rake/Makefile index ff6e5281f..66d2aed4e 100644 --- a/devel/rubygem-rake/Makefile +++ b/devel/rubygem-rake/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ransack/Makefile b/devel/rubygem-ransack/Makefile index 2730fed96..6fdd1d975 100644 --- a/devel/rubygem-ransack/Makefile +++ b/devel/rubygem-ransack/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord61>=6.1.5:databases/rubygem-activerecord61 \ rubygem-i18n>=0:devel/rubygem-i18n USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rapt/Makefile b/devel/rubygem-rapt/Makefile index 20c3ac35f..c32e41d91 100644 --- a/devel/rubygem-rapt/Makefile +++ b/devel/rubygem-rapt/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rapt diff --git a/devel/rubygem-rash/Makefile b/devel/rubygem-rash/Makefile index c4db239a4..097a6cbbc 100644 --- a/devel/rubygem-rash/Makefile +++ b/devel/rubygem-rash/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-hashie>=2.0.0:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rash_alt/Makefile b/devel/rubygem-rash_alt/Makefile index 1119b02ed..ff19a2961 100644 --- a/devel/rubygem-rash_alt/Makefile +++ b/devel/rubygem-rash_alt/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-hashie>=3.4:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rb-fsevent/Makefile b/devel/rubygem-rb-fsevent/Makefile index e3de71770..31ffb8416 100644 --- a/devel/rubygem-rb-fsevent/Makefile +++ b/devel/rubygem-rb-fsevent/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rb-inotify/Makefile b/devel/rubygem-rb-inotify/Makefile index eaead7928..2d6cf1949 100644 --- a/devel/rubygem-rb-inotify/Makefile +++ b/devel/rubygem-rb-inotify/Makefile @@ -13,7 +13,6 @@ LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rb-kqueue/Makefile b/devel/rubygem-rb-kqueue/Makefile index 83bd174be..06da34699 100644 --- a/devel/rubygem-rb-kqueue/Makefile +++ b/devel/rubygem-rb-kqueue/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-ffi>=0.5.0:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rblineprof/Makefile b/devel/rubygem-rblineprof/Makefile index a466faf6e..e7e3bcb6b 100644 --- a/devel/rubygem-rblineprof/Makefile +++ b/devel/rubygem-rblineprof/Makefile @@ -14,6 +14,5 @@ LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS= rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-rbs/Makefile b/devel/rubygem-rbs/Makefile index f5c518216..86fc1c47d 100644 --- a/devel/rubygem-rbs/Makefile +++ b/devel/rubygem-rbs/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes PLIST_FILES= bin/rbs diff --git a/devel/rubygem-rbs_json_schema/Makefile b/devel/rubygem-rbs_json_schema/Makefile index b745c6b26..442aed9d9 100644 --- a/devel/rubygem-rbs_json_schema/Makefile +++ b/devel/rubygem-rbs_json_schema/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport61>=5.0.0:devel/rubygem-activesupport61 \ rubygem-rbs>=1.5.0:devel/rubygem-rbs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rbtrace/Makefile b/devel/rubygem-rbtrace/Makefile index e4776d9ae..853ebd6b5 100644 --- a/devel/rubygem-rbtrace/Makefile +++ b/devel/rubygem-rbtrace/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-ffi>=1.0.6:devel/rubygem-ffi \ rubygem-msgpack>=0.4.3:devel/rubygem-msgpack \ rubygem-optimist>=3.0.0:devel/rubygem-optimist -USE_RUBY= yes USES= gem PLIST_FILES= bin/rbtrace diff --git a/devel/rubygem-rbtree/Makefile b/devel/rubygem-rbtree/Makefile index 2d5259ad7..b26122a55 100644 --- a/devel/rubygem-rbtree/Makefile +++ b/devel/rubygem-rbtree/Makefile @@ -10,6 +10,5 @@ WWW= http://rbtree.rubyforge.org/ LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile index 664de913c..3adfb97b0 100644 --- a/devel/rubygem-rdoc/Makefile +++ b/devel/rubygem-rdoc/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc RUN_DEPENDS= rubygem-psych>=4.0.0:textproc/rubygem-psych USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rdoc63/Makefile b/devel/rubygem-rdoc63/Makefile index de927eb3a..2cdfee989 100644 --- a/devel/rubygem-rdoc63/Makefile +++ b/devel/rubygem-rdoc63/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-re2/Makefile b/devel/rubygem-re2/Makefile index c91055c97..828dde81d 100644 --- a/devel/rubygem-re2/Makefile +++ b/devel/rubygem-re2/Makefile @@ -14,6 +14,5 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libre2.so:devel/re2 USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-react-rails-rails5/Makefile b/devel/rubygem-react-rails-rails5/Makefile index 0e8a476c7..5937006e7 100644 --- a/devel/rubygem-react-rails-rails5/Makefile +++ b/devel/rubygem-react-rails-rails5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-babel-transpiler>=0.7.0:textproc/rubygem-babel-transpiler \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-react-rails/Makefile b/devel/rubygem-react-rails/Makefile index 2706403dd..513a66bf5 100644 --- a/devel/rubygem-react-rails/Makefile +++ b/devel/rubygem-react-rails/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-babel-transpiler>=0.7.0:textproc/rubygem-babel-transpiler \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-readline-ext/Makefile b/devel/rubygem-readline-ext/Makefile index a81594e93..54216307b 100644 --- a/devel/rubygem-readline-ext/Makefile +++ b/devel/rubygem-readline-ext/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-readline/Makefile b/devel/rubygem-readline/Makefile index 6f2161868..831541d53 100644 --- a/devel/rubygem-readline/Makefile +++ b/devel/rubygem-readline/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-reline>=0:devel/rubygem-reline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-readwritesettings/Makefile b/devel/rubygem-readwritesettings/Makefile index 53428c7e7..81ae5afd9 100644 --- a/devel/rubygem-readwritesettings/Makefile +++ b/devel/rubygem-readwritesettings/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/drnic/readwritesettings LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-recaptcha/Makefile b/devel/rubygem-recaptcha/Makefile index a94603e67..cfcc23265 100644 --- a/devel/rubygem-recaptcha/Makefile +++ b/devel/rubygem-recaptcha/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-recursive-open-struct/Makefile b/devel/rubygem-recursive-open-struct/Makefile index 7e3dc7702..a43b14e2a 100644 --- a/devel/rubygem-recursive-open-struct/Makefile +++ b/devel/rubygem-recursive-open-struct/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-red-datasets/Makefile b/devel/rubygem-red-datasets/Makefile index 8735f96da..1402d8692 100644 --- a/devel/rubygem-red-datasets/Makefile +++ b/devel/rubygem-red-datasets/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-csv>=3.2.4:devel/rubygem-csv \ rubygem-rubyzip>=0:archivers/rubygem-rubyzip USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport-rails5/Makefile b/devel/rubygem-redis-activesupport-rails5/Makefile index 8cf9302ba..b751fb148 100644 --- a/devel/rubygem-redis-activesupport-rails5/Makefile +++ b/devel/rubygem-redis-activesupport-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport5>=3<8:devel/rubygem-activesupport5 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport-rails50/Makefile b/devel/rubygem-redis-activesupport-rails50/Makefile index b22fd3fe5..326c3673b 100644 --- a/devel/rubygem-redis-activesupport-rails50/Makefile +++ b/devel/rubygem-redis-activesupport-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport50>=3<8:devel/rubygem-activesupport50 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport-rails52/Makefile b/devel/rubygem-redis-activesupport-rails52/Makefile index 3d922d5ea..53eac7a72 100644 --- a/devel/rubygem-redis-activesupport-rails52/Makefile +++ b/devel/rubygem-redis-activesupport-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport52>=3<8:devel/rubygem-activesupport52 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport-rails60/Makefile b/devel/rubygem-redis-activesupport-rails60/Makefile index e975b58a0..ed2b905af 100644 --- a/devel/rubygem-redis-activesupport-rails60/Makefile +++ b/devel/rubygem-redis-activesupport-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport60>=3<8:devel/rubygem-activesupport60 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport-rails61/Makefile b/devel/rubygem-redis-activesupport-rails61/Makefile index 1771ce28a..5981e76b4 100644 --- a/devel/rubygem-redis-activesupport-rails61/Makefile +++ b/devel/rubygem-redis-activesupport-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3<8:devel/rubygem-activesupport61 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-activesupport/Makefile b/devel/rubygem-redis-activesupport/Makefile index 3ae1d9413..c91d13054 100644 --- a/devel/rubygem-redis-activesupport/Makefile +++ b/devel/rubygem-redis-activesupport/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS?= rubygem-activesupport4>=3<8:devel/rubygem-activesupport4 \ rubygem-redis-store>=1.3<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redis-store/Makefile b/devel/rubygem-redis-store/Makefile index 3c20877e5..b02fc2b54 100644 --- a/devel/rubygem-redis-store/Makefile +++ b/devel/rubygem-redis-store/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-redis4>=4<5:databases/rubygem-redis4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-redmine_plugin_support/Makefile b/devel/rubygem-redmine_plugin_support/Makefile index b4f27385c..d91305355 100644 --- a/devel/rubygem-redmine_plugin_support/Makefile +++ b/devel/rubygem-redmine_plugin_support/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-reentrant_flock/Makefile b/devel/rubygem-reentrant_flock/Makefile index ee41cd10c..f38fe3e70 100644 --- a/devel/rubygem-reentrant_flock/Makefile +++ b/devel/rubygem-reentrant_flock/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ref/Makefile b/devel/rubygem-ref/Makefile index d7c2badbe..918f37af8 100644 --- a/devel/rubygem-ref/Makefile +++ b/devel/rubygem-ref/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT_LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-reline/Makefile b/devel/rubygem-reline/Makefile index 4e9c8188a..a0a873b0b 100644 --- a/devel/rubygem-reline/Makefile +++ b/devel/rubygem-reline/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-io-console>=0.5<1:devel/rubygem-io-console USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-request_store/Makefile b/devel/rubygem-request_store/Makefile index 121a6b6be..949041a48 100644 --- a/devel/rubygem-request_store/Makefile +++ b/devel/rubygem-request_store/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rack16>=1.4:www/rubygem-rack16 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-request_store14/Makefile b/devel/rubygem-request_store14/Makefile index 6757ded8b..efe581576 100644 --- a/devel/rubygem-request_store14/Makefile +++ b/devel/rubygem-request_store14/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rack16>=1.4:www/rubygem-rack16 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-require_all/Makefile b/devel/rubygem-require_all/Makefile index 0108a234f..58d350344 100644 --- a/devel/rubygem-require_all/Makefile +++ b/devel/rubygem-require_all/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-resque-scheduler/Makefile b/devel/rubygem-resque-scheduler/Makefile index b0c4d308d..92998450b 100644 --- a/devel/rubygem-resque-scheduler/Makefile +++ b/devel/rubygem-resque-scheduler/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-mono_logger>=1.0<2:devel/rubygem-mono_logger \ rubygem-rufus-scheduler>=3.2<4:devel/rubygem-rufus-scheduler USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-resque/Makefile b/devel/rubygem-resque/Makefile index f61bed825..6cd3e78b1 100644 --- a/devel/rubygem-resque/Makefile +++ b/devel/rubygem-resque/Makefile @@ -18,6 +18,5 @@ RUN_DEPENDS+= rubygem-mono_logger>=1.0:devel/rubygem-mono_logger \ NO_ARCH= yes USES= gem -USE_RUBY= yes:2.3+ .include diff --git a/devel/rubygem-retriable/Makefile b/devel/rubygem-retriable/Makefile index 9e453c31f..7e45e4626 100644 --- a/devel/rubygem-retriable/Makefile +++ b/devel/rubygem-retriable/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-retryable/Makefile b/devel/rubygem-retryable/Makefile index 84e924977..ae8ff5b6d 100644 --- a/devel/rubygem-retryable/Makefile +++ b/devel/rubygem-retryable/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rgen/Makefile b/devel/rubygem-rgen/Makefile index 8d2f3c91c..d3950d262 100644 --- a/devel/rubygem-rgen/Makefile +++ b/devel/rubygem-rgen/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rgl/Makefile b/devel/rubygem-rgl/Makefile index 213205a7f..38b01befd 100644 --- a/devel/rubygem-rgl/Makefile +++ b/devel/rubygem-rgl/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-pairing_heap>=0.3.0:devel/rubygem-pairing_heap \ rubygem-stream>=0.5.3<0.6:devel/rubygem-stream USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rice/Makefile b/devel/rubygem-rice/Makefile index b6a3ff6b6..2b107ba89 100644 --- a/devel/rubygem-rice/Makefile +++ b/devel/rubygem-rice/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_12_powerpc64= fails to configure: could not find ruby.h USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rinda/Makefile b/devel/rubygem-rinda/Makefile index c0fbeecd6..3e0e26f82 100644 --- a/devel/rubygem-rinda/Makefile +++ b/devel/rubygem-rinda/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-drb>=0:devel/rubygem-drb \ rubygem-ipaddr>=0:net/rubygem-ipaddr USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rodzilla/Makefile b/devel/rubygem-rodzilla/Makefile index 6284c9bce..0fbcfe279 100644 --- a/devel/rubygem-rodzilla/Makefile +++ b/devel/rubygem-rodzilla/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-httparty>=0.12.0:www/rubygem-httparty NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rotp/Makefile b/devel/rubygem-rotp/Makefile index 2dc8c9203..28773421f 100644 --- a/devel/rubygem-rotp/Makefile +++ b/devel/rubygem-rotp/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rr/Makefile b/devel/rubygem-rr/Makefile index 3134d0d6a..aec381cfe 100644 --- a/devel/rubygem-rr/Makefile +++ b/devel/rubygem-rr/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rrd-ffi/Makefile b/devel/rubygem-rrd-ffi/Makefile index 05de674ac..2a9f461ec 100644 --- a/devel/rubygem-rrd-ffi/Makefile +++ b/devel/rubygem-rrd-ffi/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rrdtool:databases/rrdtool \ rubygem-ffi>=0:devel/rubygem-ffi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rscm/Makefile b/devel/rubygem-rscm/Makefile index 05d0df1ac..5df701cc6 100644 --- a/devel/rubygem-rscm/Makefile +++ b/devel/rubygem-rscm/Makefile @@ -9,7 +9,6 @@ WWW= http://rscm.rubyforge.org/ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rsec/Makefile b/devel/rubygem-rsec/Makefile index a6853e315..43ce3fa63 100644 --- a/devel/rubygem-rsec/Makefile +++ b/devel/rubygem-rsec/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/luikore/rsec/ LICENSE= RUBY USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-core/Makefile b/devel/rubygem-rspec-core/Makefile index 4d1848098..cf69fe3df 100644 --- a/devel/rubygem-rspec-core/Makefile +++ b/devel/rubygem-rspec-core/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-support USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-expectations/Makefile b/devel/rubygem-rspec-expectations/Makefile index 2c9d72dc5..1ba2c319e 100644 --- a/devel/rubygem-rspec-expectations/Makefile +++ b/devel/rubygem-rspec-expectations/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-diff-lcs>=1.2.0<2.0:textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-support USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-its/Makefile b/devel/rubygem-rspec-its/Makefile index 3b5a57d10..11ac42727 100644 --- a/devel/rubygem-rspec-its/Makefile +++ b/devel/rubygem-rspec-its/Makefile @@ -19,6 +19,5 @@ bash_CMD= ${SH} SHEBANG_FILES= script/test_all \ script/update_rubygems_and_install_bundler -USE_RUBY= yes .include diff --git a/devel/rubygem-rspec-logsplit/Makefile b/devel/rubygem-rspec-logsplit/Makefile index 923b1bebd..ce7d815b8 100644 --- a/devel/rubygem-rspec-logsplit/Makefile +++ b/devel/rubygem-rspec-logsplit/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-mocks/Makefile b/devel/rubygem-rspec-mocks/Makefile index 28b639365..abe8c05df 100644 --- a/devel/rubygem-rspec-mocks/Makefile +++ b/devel/rubygem-rspec-mocks/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-diff-lcs>=1.2.0<2.0:textproc/rubygem-diff-lcs \ rubygem-rspec-support>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-support USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-rails/Makefile b/devel/rubygem-rspec-rails/Makefile index b9165bd6f..c5b95339c 100644 --- a/devel/rubygem-rspec-rails/Makefile +++ b/devel/rubygem-rspec-rails/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack61>=6.1:www/rubygem-actionpack61 \ rubygem-rspec-support>=3.11<4:devel/rubygem-rspec-support USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec-support/Makefile b/devel/rubygem-rspec-support/Makefile index ff3fc0104..795ff5f3c 100644 --- a/devel/rubygem-rspec-support/Makefile +++ b/devel/rubygem-rspec-support/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec/Makefile b/devel/rubygem-rspec/Makefile index cb54a794c..b5da0f735 100644 --- a/devel/rubygem-rspec/Makefile +++ b/devel/rubygem-rspec/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-cor rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-mocks USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rspec_junit_formatter/Makefile b/devel/rubygem-rspec_junit_formatter/Makefile index a37dd668c..788e43f17 100644 --- a/devel/rubygem-rspec_junit_formatter/Makefile +++ b/devel/rubygem-rspec_junit_formatter/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rspec-core>=2.12.0<4:devel/rubygem-rspec-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubocop-ast/Makefile b/devel/rubygem-rubocop-ast/Makefile index ff262fe60..5d33a92f2 100644 --- a/devel/rubygem-rubocop-ast/Makefile +++ b/devel/rubygem-rubocop-ast/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-parser>=3.1.1.0:devel/rubygem-parser USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubocop-performance/Makefile b/devel/rubygem-rubocop-performance/Makefile index ddde149ca..c87a08f91 100644 --- a/devel/rubygem-rubocop-performance/Makefile +++ b/devel/rubygem-rubocop-performance/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rubocop>=1.7.0<2.0:devel/rubygem-rubocop \ rubygem-rubocop-ast>=0.4.0:devel/rubygem-rubocop-ast USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubocop-rake/Makefile b/devel/rubygem-rubocop-rake/Makefile index be988c437..b90bd9710 100644 --- a/devel/rubygem-rubocop-rake/Makefile +++ b/devel/rubygem-rubocop-rake/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rubocop>=1.0<2:devel/rubygem-rubocop USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubocop-rspec/Makefile b/devel/rubygem-rubocop-rspec/Makefile index 9bb8053bd..d79fca4d8 100644 --- a/devel/rubygem-rubocop-rspec/Makefile +++ b/devel/rubygem-rubocop-rspec/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md RUN_DEPENDS= rubygem-rubocop>=1.33<2:devel/rubygem-rubocop USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubocop/Makefile b/devel/rubygem-rubocop/Makefile index 11290c11f..595cd8f35 100644 --- a/devel/rubygem-rubocop/Makefile +++ b/devel/rubygem-rubocop/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-json>=2.3<3:devel/rubygem-json \ rubygem-unicode-display_width>=1.4.0<3.0:devel/rubygem-unicode-display_width USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby-atmos-pure/Makefile b/devel/rubygem-ruby-atmos-pure/Makefile index 9a9501a15..56e73a476 100644 --- a/devel/rubygem-ruby-atmos-pure/Makefile +++ b/devel/rubygem-ruby-atmos-pure/Makefile @@ -11,7 +11,6 @@ RUN_DEPENDS= rubygem-log4r>=1.1.9:sysutils/rubygem-log4r \ rubygem-ruby-hmac>=0.4.0:security/rubygem-ruby-hmac NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ruby-bugzilla/Makefile b/devel/rubygem-ruby-bugzilla/Makefile index f433b580b..6db4b9e3e 100644 --- a/devel/rubygem-ruby-bugzilla/Makefile +++ b/devel/rubygem-ruby-bugzilla/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gruff>=0<1:graphics/rubygem-gruff \ rubygem-highline>=0:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby-enum/Makefile b/devel/rubygem-ruby-enum/Makefile index b8a80211d..0ccef2b99 100644 --- a/devel/rubygem-ruby-enum/Makefile +++ b/devel/rubygem-ruby-enum/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby-filemagic/Makefile b/devel/rubygem-ruby-filemagic/Makefile index 7305f9414..9796b6e1c 100644 --- a/devel/rubygem-ruby-filemagic/Makefile +++ b/devel/rubygem-ruby-filemagic/Makefile @@ -12,6 +12,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-ruby-fogbugz/Makefile b/devel/rubygem-ruby-fogbugz/Makefile index 0889a53fd..f8a8292cc 100644 --- a/devel/rubygem-ruby-fogbugz/Makefile +++ b/devel/rubygem-ruby-fogbugz/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-crack>=0.4:devel/rubygem-crack \ rubygem-multipart-post>=2.0:www/rubygem-multipart-post NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ruby-fogbugz021/Makefile b/devel/rubygem-ruby-fogbugz021/Makefile index a528f174d..f29b6557a 100644 --- a/devel/rubygem-ruby-fogbugz021/Makefile +++ b/devel/rubygem-ruby-fogbugz021/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-crack>=0.4:devel/rubygem-crack NO_ARCH= yes -USE_RUBY= yes USES= gem PORTSCOUT= limit:^0\.2\.1 diff --git a/devel/rubygem-ruby-libvirt/Makefile b/devel/rubygem-ruby-libvirt/Makefile index 7058f17b9..6567efdf7 100644 --- a/devel/rubygem-ruby-libvirt/Makefile +++ b/devel/rubygem-ruby-libvirt/Makefile @@ -11,7 +11,6 @@ LICENSE= LGPL21 LIB_DEPENDS= libvirt.so:devel/libvirt -USE_RUBY= yes USES= gem pkgconfig .include diff --git a/devel/rubygem-ruby-macho/Makefile b/devel/rubygem-ruby-macho/Makefile index 29232fa91..396ba26be 100644 --- a/devel/rubygem-ruby-macho/Makefile +++ b/devel/rubygem-ruby-macho/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ruby-magic/Makefile b/devel/rubygem-ruby-magic/Makefile index c61bfdf8e..a7b19151d 100644 --- a/devel/rubygem-ruby-magic/Makefile +++ b/devel/rubygem-ruby-magic/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-mini_portile2>=2.6<3:devel/rubygem-mini_portile2 USES= gem -USE_RUBY= yes CONFIGURE_ARGS+= --use-system-libraries post-install: diff --git a/devel/rubygem-ruby-ole/Makefile b/devel/rubygem-ruby-ole/Makefile index aff1c1659..6e6a00c4f 100644 --- a/devel/rubygem-ruby-ole/Makefile +++ b/devel/rubygem-ruby-ole/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby-prof/Makefile b/devel/rubygem-ruby-prof/Makefile index d7df29f12..07c692029 100644 --- a/devel/rubygem-ruby-prof/Makefile +++ b/devel/rubygem-ruby-prof/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ruby-prof/ruby-prof LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem PLIST_FILES= bin/ruby-prof bin/ruby-prof-check-trace diff --git a/devel/rubygem-ruby-progressbar/Makefile b/devel/rubygem-ruby-progressbar/Makefile index a593a2636..1ca5e6122 100644 --- a/devel/rubygem-ruby-progressbar/Makefile +++ b/devel/rubygem-ruby-progressbar/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS_INSTALL= ${RUBY_PKGNAMEPREFIX}progressbar USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby-statistics/Makefile b/devel/rubygem-ruby-statistics/Makefile index 586a5e933..1abae14d4 100644 --- a/devel/rubygem-ruby-statistics/Makefile +++ b/devel/rubygem-ruby-statistics/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby2_keywords/Makefile b/devel/rubygem-ruby2_keywords/Makefile index 25918e85f..1045184ee 100644 --- a/devel/rubygem-ruby2_keywords/Makefile +++ b/devel/rubygem-ruby2_keywords/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby2ruby/Makefile b/devel/rubygem-ruby2ruby/Makefile index f6e049927..1b96ad406 100644 --- a/devel/rubygem-ruby2ruby/Makefile +++ b/devel/rubygem-ruby2ruby/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-ruby_parser>=3.1<4:devel/rubygem-ruby_parser \ rubygem-sexp_processor>=4.6<5:devel/rubygem-sexp_processor USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby_dep/Makefile b/devel/rubygem-ruby_dep/Makefile index 0793e347a..0d8b11ff4 100644 --- a/devel/rubygem-ruby_dep/Makefile +++ b/devel/rubygem-ruby_dep/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-ruby_parser/Makefile b/devel/rubygem-ruby_parser/Makefile index 5a801e481..82a11a40b 100644 --- a/devel/rubygem-ruby_parser/Makefile +++ b/devel/rubygem-ruby_parser/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sexp_processor>=4.9<5:devel/rubygem-sexp_processor NO_ARCH= yes -USE_RUBY= yes USES= cpe gem shebangfix CPE_VENDOR= ryan_davis diff --git a/devel/rubygem-rubygems-mirror/Makefile b/devel/rubygem-rubygems-mirror/Makefile index 322aa61dc..4d4257c91 100644 --- a/devel/rubygem-rubygems-mirror/Makefile +++ b/devel/rubygem-rubygems-mirror/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-net-http-persistent>=2.9:www/rubygem-net-http-persistent USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubygems-tasks/Makefile b/devel/rubygem-rubygems-tasks/Makefile index 8aa1273f2..d928e86b2 100644 --- a/devel/rubygem-rubygems-tasks/Makefile +++ b/devel/rubygem-rubygems-tasks/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-irb>=1.0<2:devel/rubygem-irb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubygems-test/Makefile b/devel/rubygem-rubygems-test/Makefile index 5f88e1a24..2e3d98ec0 100644 --- a/devel/rubygem-rubygems-test/Makefile +++ b/devel/rubygem-rubygems-test/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rake>=0.8.7:devel/rubygem-rake NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rubyinline/Makefile b/devel/rubygem-rubyinline/Makefile index 856e23428..be4b68231 100644 --- a/devel/rubygem-rubyinline/Makefile +++ b/devel/rubygem-rubyinline/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-zentest>=4.3:devel/rubygem-zentest USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rubyinlineaccel/Makefile b/devel/rubygem-rubyinlineaccel/Makefile index 3f25d4072..6a048fcc8 100644 --- a/devel/rubygem-rubyinlineaccel/Makefile +++ b/devel/rubygem-rubyinlineaccel/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rubyinline>=3.6.3:devel/rubygem-rubyinline LICENSE= GPLv2 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-rubytree/Makefile b/devel/rubygem-rubytree/Makefile index be64a64f2..f2ae3d6de 100644 --- a/devel/rubygem-rubytree/Makefile +++ b/devel/rubygem-rubytree/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-json>=2.3.1<3:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rufus-scheduler/Makefile b/devel/rubygem-rufus-scheduler/Makefile index b340f33cd..33d8644cd 100644 --- a/devel/rubygem-rufus-scheduler/Makefile +++ b/devel/rubygem-rufus-scheduler/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-fugit>=1.1.6<2:devel/rubygem-fugit USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-rugged/Makefile b/devel/rubygem-rugged/Makefile index 293645f07..e7b6c3e46 100644 --- a/devel/rubygem-rugged/Makefile +++ b/devel/rubygem-rugged/Makefile @@ -22,6 +22,5 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 \ CONFIGURE_ARGS= --use-system-libraries USES= gem pkgconfig -USE_RUBY= yes .include diff --git a/devel/rubygem-runt/Makefile b/devel/rubygem-runt/Makefile index 0b26462c1..c24b0849b 100644 --- a/devel/rubygem-runt/Makefile +++ b/devel/rubygem-runt/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-ruport/Makefile b/devel/rubygem-ruport/Makefile index dcd3b8862..40be03d3b 100644 --- a/devel/rubygem-ruport/Makefile +++ b/devel/rubygem-ruport/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-prawn>=2.4.0<2.5:print/rubygem-prawn \ rubygem-prawn-table>=0.2.0<0.3:print/rubygem-prawn-table USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-safe_yaml/Makefile b/devel/rubygem-safe_yaml/Makefile index b90c1cb7e..a573c5b88 100644 --- a/devel/rubygem-safe_yaml/Makefile +++ b/devel/rubygem-safe_yaml/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-scanf/Makefile b/devel/rubygem-scanf/Makefile index 5a05df8c2..678c0aed3 100644 --- a/devel/rubygem-scanf/Makefile +++ b/devel/rubygem-scanf/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/scanf LICENSE= BSD2CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-schash/Makefile b/devel/rubygem-schash/Makefile index 1b518e109..e1991cb25 100644 --- a/devel/rubygem-schash/Makefile +++ b/devel/rubygem-schash/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-scientist/Makefile b/devel/rubygem-scientist/Makefile index 4495d6aa4..c2c70640e 100644 --- a/devel/rubygem-scientist/Makefile +++ b/devel/rubygem-scientist/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sd_notify/Makefile b/devel/rubygem-sd_notify/Makefile index 158f526fb..c6950ff66 100644 --- a/devel/rubygem-sd_notify/Makefile +++ b/devel/rubygem-sd_notify/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/agis/ruby-sdnotify LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sdoc/Makefile b/devel/rubygem-sdoc/Makefile index 54d9bbac3..72566e479 100644 --- a/devel/rubygem-sdoc/Makefile +++ b/devel/rubygem-sdoc/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rdoc>=5.0:devel/rubygem-rdoc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-semantic_puppet/Makefile b/devel/rubygem-semantic_puppet/Makefile index d67b6eca1..e5ebf5ff2 100644 --- a/devel/rubygem-semantic_puppet/Makefile +++ b/devel/rubygem-semantic_puppet/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-semantic_range/Makefile b/devel/rubygem-semantic_range/Makefile index 614a86912..f0e3f4367 100644 --- a/devel/rubygem-semantic_range/Makefile +++ b/devel/rubygem-semantic_range/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-semi_semantic/Makefile b/devel/rubygem-semi_semantic/Makefile index 7271ff01f..36e2131a1 100644 --- a/devel/rubygem-semi_semantic/Makefile +++ b/devel/rubygem-semi_semantic/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/pivotal-cf-experimental/semi_semantic LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-semver2/Makefile b/devel/rubygem-semver2/Makefile index a2c7677aa..0ad21376f 100644 --- a/devel/rubygem-semver2/Makefile +++ b/devel/rubygem-semver2/Makefile @@ -8,7 +8,6 @@ COMMENT= Maintain semantic versions WWW= https://github.com/haf/semver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-semverse/Makefile b/devel/rubygem-semverse/Makefile index 2fa56eecf..66072ba30 100644 --- a/devel/rubygem-semverse/Makefile +++ b/devel/rubygem-semverse/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sentry-rails/Makefile b/devel/rubygem-sentry-rails/Makefile index d677f1438..176ef1506 100644 --- a/devel/rubygem-sentry-rails/Makefile +++ b/devel/rubygem-sentry-rails/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-railties61>=5.0.0:www/rubygem-railties61 \ rubygem-sentry-ruby-core>=5.1.1<5.2:devel/rubygem-sentry-ruby-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sentry-raven/Makefile b/devel/rubygem-sentry-raven/Makefile index d1f1fba82..fd425369b 100644 --- a/devel/rubygem-sentry-raven/Makefile +++ b/devel/rubygem-sentry-raven/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-faraday1>=1.0:www/rubygem-faraday1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sentry-ruby-core/Makefile b/devel/rubygem-sentry-ruby-core/Makefile index 4aad4b97f..186430f60 100644 --- a/devel/rubygem-sentry-ruby-core/Makefile +++ b/devel/rubygem-sentry-ruby-core/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sentry-ruby/Makefile b/devel/rubygem-sentry-ruby/Makefile index f0dcfdde5..ce04b604c 100644 --- a/devel/rubygem-sentry-ruby/Makefile +++ b/devel/rubygem-sentry-ruby/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-sentry-ruby-core>=5.1.1<5.1.2:devel/rubygem-sentry-ruby-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sentry-sidekiq/Makefile b/devel/rubygem-sentry-sidekiq/Makefile index 1a37af2b8..10818a68b 100644 --- a/devel/rubygem-sentry-sidekiq/Makefile +++ b/devel/rubygem-sentry-sidekiq/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-sentry-ruby-core>=5.1.1<5.2:devel/rubygem-sentry-ruby-core rubygem-sidekiq64>=3.0:devel/rubygem-sidekiq64 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sequel/Makefile b/devel/rubygem-sequel/Makefile index c9141af8b..1d7ce8651 100644 --- a/devel/rubygem-sequel/Makefile +++ b/devel/rubygem-sequel/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-server_sent_events/Makefile b/devel/rubygem-server_sent_events/Makefile index 07ca04b6f..2a099e542 100644 --- a/devel/rubygem-server_sent_events/Makefile +++ b/devel/rubygem-server_sent_events/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/xlab-steampunk/redfish-client-ruby LICENSE= APACHE20 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-set/Makefile b/devel/rubygem-set/Makefile index 1c2f4bd79..ce53304ca 100644 --- a/devel/rubygem-set/Makefile +++ b/devel/rubygem-set/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-settingslogic/Makefile b/devel/rubygem-settingslogic/Makefile index d4aafb347..6ae8a2cff 100644 --- a/devel/rubygem-settingslogic/Makefile +++ b/devel/rubygem-settingslogic/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-sexp_processor/Makefile b/devel/rubygem-sexp_processor/Makefile index 85c9b4d03..594db2904 100644 --- a/devel/rubygem-sexp_processor/Makefile +++ b/devel/rubygem-sexp_processor/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/seattlerb/sexp_processor LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-shell/Makefile b/devel/rubygem-shell/Makefile index 13583820c..2a2b4875c 100644 --- a/devel/rubygem-shell/Makefile +++ b/devel/rubygem-shell/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-e2mmap>=0:devel/rubygem-e2mmap \ rubygem-sync>=0:devel/rubygem-sync USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-shoulda-context/Makefile b/devel/rubygem-shoulda-context/Makefile index 9dad63b6a..d05bd0140 100644 --- a/devel/rubygem-shoulda-context/Makefile +++ b/devel/rubygem-shoulda-context/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-shoulda-matchers/Makefile b/devel/rubygem-shoulda-matchers/Makefile index 5f0872075..0279f0cbe 100644 --- a/devel/rubygem-shoulda-matchers/Makefile +++ b/devel/rubygem-shoulda-matchers/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-shoulda/Makefile b/devel/rubygem-shoulda/Makefile index 888c14247..e2a1bf05a 100644 --- a/devel/rubygem-shoulda/Makefile +++ b/devel/rubygem-shoulda/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-shoulda-context>=2.0<3:devel/rubygem-shoulda-context \ rubygem-shoulda-matchers>=4.0<5:devel/rubygem-shoulda-matchers USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq-bulk/Makefile b/devel/rubygem-sidekiq-bulk/Makefile index a3e2262a1..8916c988b 100644 --- a/devel/rubygem-sidekiq-bulk/Makefile +++ b/devel/rubygem-sidekiq-bulk/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-sidekiq>=0:devel/rubygem-sidekiq USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq-cron-sidekiq64/Makefile b/devel/rubygem-sidekiq-cron-sidekiq64/Makefile index 73e6c2c90..2db391ccd 100644 --- a/devel/rubygem-sidekiq-cron-sidekiq64/Makefile +++ b/devel/rubygem-sidekiq-cron-sidekiq64/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fugit>=1<2:devel/rubygem-fugit \ rubygem-sidekiq64>=4.2.1:devel/rubygem-sidekiq64 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq-cron/Makefile b/devel/rubygem-sidekiq-cron/Makefile index 4084793d9..e7fd0cc79 100644 --- a/devel/rubygem-sidekiq-cron/Makefile +++ b/devel/rubygem-sidekiq-cron/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fugit>=1<2:devel/rubygem-fugit \ rubygem-sidekiq>=4.2.1:devel/rubygem-sidekiq USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq-scheduler/Makefile b/devel/rubygem-sidekiq-scheduler/Makefile index 293a0cb04..f8e42495c 100644 --- a/devel/rubygem-sidekiq-scheduler/Makefile +++ b/devel/rubygem-sidekiq-scheduler/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis>=4.2.0:databases/rubygem-redis \ rubygem-tilt>=1.4.0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq-unique-jobs/Makefile b/devel/rubygem-sidekiq-unique-jobs/Makefile index bb20872cc..5dbdd12ee 100644 --- a/devel/rubygem-sidekiq-unique-jobs/Makefile +++ b/devel/rubygem-sidekiq-unique-jobs/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-brpoplpush-redis_script>=0.1.1<2.0.0:databases/rubygem-brpo rubygem-thor>=0.20<3.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq/Makefile b/devel/rubygem-sidekiq/Makefile index f5f644735..7967f6554 100644 --- a/devel/rubygem-sidekiq/Makefile +++ b/devel/rubygem-sidekiq/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-connection_pool>=2.2.5<3:net/rubygem-connection_pool \ rubygem-redis4>=4.5.0<5:databases/rubygem-redis4 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidekiq64/Makefile b/devel/rubygem-sidekiq64/Makefile index 06312b24a..31af5aa4c 100644 --- a/devel/rubygem-sidekiq64/Makefile +++ b/devel/rubygem-sidekiq64/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-connection_pool>=2.2.2:net/rubygem-connection_pool \ rubygem-redis>=4.2.0:databases/rubygem-redis USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sidetiq/Makefile b/devel/rubygem-sidetiq/Makefile index d97ce5317..d6eae4e8a 100644 --- a/devel/rubygem-sidetiq/Makefile +++ b/devel/rubygem-sidetiq/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.17.3:devel/rubygem-celluloid \ rubygem-sidekiq>=4.1.0:devel/rubygem-sidekiq NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-sigdump/Makefile b/devel/rubygem-sigdump/Makefile index e5a3c4d44..770e13296 100644 --- a/devel/rubygem-sigdump/Makefile +++ b/devel/rubygem-sigdump/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-simple-navigation-rails50/Makefile b/devel/rubygem-simple-navigation-rails50/Makefile index 8006e52ac..6dc98a18e 100644 --- a/devel/rubygem-simple-navigation-rails50/Makefile +++ b/devel/rubygem-simple-navigation-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport50>=2.3.2:devel/rubygem-activesupport50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple-navigation-rails61/Makefile b/devel/rubygem-simple-navigation-rails61/Makefile index 91da11d2b..1b2c0bbd8 100644 --- a/devel/rubygem-simple-navigation-rails61/Makefile +++ b/devel/rubygem-simple-navigation-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport61>=2.3.2:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple-navigation/Makefile b/devel/rubygem-simple-navigation/Makefile index a83ef9244..b18e3b609 100644 --- a/devel/rubygem-simple-navigation/Makefile +++ b/devel/rubygem-simple-navigation/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport5>=2.3.2:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple_form-rails5/Makefile b/devel/rubygem-simple_form-rails5/Makefile index 4cf781800..66a5324c8 100644 --- a/devel/rubygem-simple_form-rails5/Makefile +++ b/devel/rubygem-simple_form-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ USES= cpe gem CPE_VENDOR= plataformatec -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple_form-rails50/Makefile b/devel/rubygem-simple_form-rails50/Makefile index 6952e8658..e2e7d025e 100644 --- a/devel/rubygem-simple_form-rails50/Makefile +++ b/devel/rubygem-simple_form-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \ USES= cpe gem CPE_VENDOR= plataformatec -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple_form-rails61/Makefile b/devel/rubygem-simple_form-rails61/Makefile index 64e294d12..8523ee4d2 100644 --- a/devel/rubygem-simple_form-rails61/Makefile +++ b/devel/rubygem-simple_form-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5.2:www/rubygem-actionpack61 \ USES= cpe gem CPE_VENDOR= plataformatec -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simple_form/Makefile b/devel/rubygem-simple_form/Makefile index 43a3157c1..d8192c391 100644 --- a/devel/rubygem-simple_form/Makefile +++ b/devel/rubygem-simple_form/Makefile @@ -17,7 +17,6 @@ PORTSCOUT= ignore:1 USES= cpe gem CPE_VENDOR= plataformatec -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simplecov/Makefile b/devel/rubygem-simplecov/Makefile index 149beac52..d421cb7bd 100644 --- a/devel/rubygem-simplecov/Makefile +++ b/devel/rubygem-simplecov/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-docile>=1.1<2:devel/rubygem-docile \ rubygem-simplecov_json_formatter>=0.1<1:devel/rubygem-simplecov_json_formatter USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-simplecov_json_formatter/Makefile b/devel/rubygem-simplecov_json_formatter/Makefile index d92d85a37..afdf84bba 100644 --- a/devel/rubygem-simplecov_json_formatter/Makefile +++ b/devel/rubygem-simplecov_json_formatter/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/codeclimate-community/simplecov_json_formatter LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-singleton/Makefile b/devel/rubygem-singleton/Makefile index 8f43aa418..c4b443b19 100644 --- a/devel/rubygem-singleton/Makefile +++ b/devel/rubygem-singleton/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-skiptrace/Makefile b/devel/rubygem-skiptrace/Makefile index 4e0d64431..7c3ab5f8d 100644 --- a/devel/rubygem-skiptrace/Makefile +++ b/devel/rubygem-skiptrace/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-slack-messenger/Makefile b/devel/rubygem-slack-messenger/Makefile index 0168e5af7..734c44569 100644 --- a/devel/rubygem-slack-messenger/Makefile +++ b/devel/rubygem-slack-messenger/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/slack-messenger LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-slack-notifier/Makefile b/devel/rubygem-slack-notifier/Makefile index bc755b10a..34eae904d 100644 --- a/devel/rubygem-slack-notifier/Makefile +++ b/devel/rubygem-slack-notifier/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/stevenosloan/slack-notifier LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-slim/Makefile b/devel/rubygem-slim/Makefile index a49bc9bc9..d1a630e15 100644 --- a/devel/rubygem-slim/Makefile +++ b/devel/rubygem-slim/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-temple>=0.7.6:devel/rubygem-temple \ rubygem-tilt>=2.0.6:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-slop/Makefile b/devel/rubygem-slop/Makefile index e32e6b148..4fb502aeb 100644 --- a/devel/rubygem-slop/Makefile +++ b/devel/rubygem-slop/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-slop3/Makefile b/devel/rubygem-slop3/Makefile index 5d11167eb..25bb9381f 100644 --- a/devel/rubygem-slop3/Makefile +++ b/devel/rubygem-slop3/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-slow_enumerator_tools/Makefile b/devel/rubygem-slow_enumerator_tools/Makefile index 76a63c9b4..b0effc970 100644 --- a/devel/rubygem-slow_enumerator_tools/Makefile +++ b/devel/rubygem-slow_enumerator_tools/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-bundler>=1.15:sysutils/rubygem-bundler USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/devel/rubygem-smart_properties/Makefile b/devel/rubygem-smart_properties/Makefile index d930cdd60..cea165217 100644 --- a/devel/rubygem-smart_properties/Makefile +++ b/devel/rubygem-smart_properties/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-pry>0:devel/rubygem-pry \ rubygem-rspec>=3.0:devel/rubygem-rspec USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-snaky_hash/Makefile b/devel/rubygem-snaky_hash/Makefile index 10df31c1a..c6e2620dd 100644 --- a/devel/rubygem-snaky_hash/Makefile +++ b/devel/rubygem-snaky_hash/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-hashie>=0:devel/rubygem-hashie \ rubygem-version_gem>=1.1.1<2:devel/rubygem-version_gem USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-snowplow-tracker/Makefile b/devel/rubygem-snowplow-tracker/Makefile index 14fcdbe4b..f3ec57ff6 100644 --- a/devel/rubygem-snowplow-tracker/Makefile +++ b/devel/rubygem-snowplow-tracker/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-soap4r/Makefile b/devel/rubygem-soap4r/Makefile index 063bd56fc..ae9d1048e 100644 --- a/devel/rubygem-soap4r/Makefile +++ b/devel/rubygem-soap4r/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-httpclient>=2.1.1:www/rubygem-httpclient NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/wsdl2ruby.rb bin/xsd2ruby.rb diff --git a/devel/rubygem-solve/Makefile b/devel/rubygem-solve/Makefile index 0711f2b40..552f0a8c1 100644 --- a/devel/rubygem-solve/Makefile +++ b/devel/rubygem-solve/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-molinillo>=0.6<1:devel/rubygem-molinillo \ rubygem-semverse>=1.1<4.0:devel/rubygem-semverse USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sorted_set/Makefile b/devel/rubygem-sorted_set/Makefile index 083467839..5615107cd 100644 --- a/devel/rubygem-sorted_set/Makefile +++ b/devel/rubygem-sorted_set/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rbtree>=0:devel/rubygem-rbtree \ rubygem-set>=1.0<2:devel/rubygem-set USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-spring-watcher-listen/Makefile b/devel/rubygem-spring-watcher-listen/Makefile index fd9b93866..66499ca27 100644 --- a/devel/rubygem-spring-watcher-listen/Makefile +++ b/devel/rubygem-spring-watcher-listen/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-listen>=2.7<4.0:devel/rubygem-listen \ rubygem-spring>=4:devel/rubygem-spring USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-spring/Makefile b/devel/rubygem-spring/Makefile index 1875bbd89..b617d1ca8 100644 --- a/devel/rubygem-spring/Makefile +++ b/devel/rubygem-spring/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-es6/Makefile b/devel/rubygem-sprockets-es6/Makefile index b8e0aff52..a3c5dfdd1 100644 --- a/devel/rubygem-sprockets-es6/Makefile +++ b/devel/rubygem-sprockets-es6/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-babel-source>=5.8.11:textproc/rubygem-babel-source \ rubygem-sprockets3>=3.0:devel/rubygem-sprockets3 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-sprockets-helpers/Makefile b/devel/rubygem-sprockets-helpers/Makefile index e4262e04f..bee53d90d 100644 --- a/devel/rubygem-sprockets-helpers/Makefile +++ b/devel/rubygem-sprockets-helpers/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-sprockets3>=2.2:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails4/Makefile b/devel/rubygem-sprockets-rails-rails4/Makefile index 3b7ca430a..9fb919c0d 100644 --- a/devel/rubygem-sprockets-rails-rails4/Makefile +++ b/devel/rubygem-sprockets-rails-rails4/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails5/Makefile b/devel/rubygem-sprockets-rails-rails5/Makefile index 3c7992ba7..ed37fd938 100644 --- a/devel/rubygem-sprockets-rails-rails5/Makefile +++ b/devel/rubygem-sprockets-rails-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack5>=4.0:www/rubygem-actionpack5 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails50/Makefile b/devel/rubygem-sprockets-rails-rails50/Makefile index 8f9534539..7db997cde 100644 --- a/devel/rubygem-sprockets-rails-rails50/Makefile +++ b/devel/rubygem-sprockets-rails-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack50>=4.0:www/rubygem-actionpack50 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails52/Makefile b/devel/rubygem-sprockets-rails-rails52/Makefile index 5d962c5de..4a41bce5b 100644 --- a/devel/rubygem-sprockets-rails-rails52/Makefile +++ b/devel/rubygem-sprockets-rails-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=5.2:www/rubygem-actionpack52 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails60/Makefile b/devel/rubygem-sprockets-rails-rails60/Makefile index 55e7b88ea..d9a09c4e8 100644 --- a/devel/rubygem-sprockets-rails-rails60/Makefile +++ b/devel/rubygem-sprockets-rails-rails60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack60>=5.2:www/rubygem-actionpack60 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails61/Makefile b/devel/rubygem-sprockets-rails-rails61/Makefile index 2e60e59d2..26b9a5dc9 100644 --- a/devel/rubygem-sprockets-rails-rails61/Makefile +++ b/devel/rubygem-sprockets-rails-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5.2:www/rubygem-actionpack61 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-rails-rails70/Makefile b/devel/rubygem-sprockets-rails-rails70/Makefile index 8e7683e9d..a73212f14 100644 --- a/devel/rubygem-sprockets-rails-rails70/Makefile +++ b/devel/rubygem-sprockets-rails-rails70/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack70>=5.2:www/rubygem-actionpack70 \ rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets-sass/Makefile b/devel/rubygem-sprockets-sass/Makefile index bb1b3a227..e2b91d78b 100644 --- a/devel/rubygem-sprockets-sass/Makefile +++ b/devel/rubygem-sprockets-sass/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-sprockets2>=2.0<3:devel/rubygem-sprockets2 \ rubygem-tilt1>=1.1<2:devel/rubygem-tilt1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets/Makefile b/devel/rubygem-sprockets/Makefile index a227e9a7a..df89ef581 100644 --- a/devel/rubygem-sprockets/Makefile +++ b/devel/rubygem-sprockets/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-rack22>=1,3<3,3:www/rubygem-rack22 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets2/Makefile b/devel/rubygem-sprockets2/Makefile index 64085a083..efe7c7da4 100644 --- a/devel/rubygem-sprockets2/Makefile +++ b/devel/rubygem-sprockets2/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-hike1>=1.2,1<2,1:devel/rubygem-hike1 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sprockets3/Makefile b/devel/rubygem-sprockets3/Makefile index 06e0671ac..fe45c3deb 100644 --- a/devel/rubygem-sprockets3/Makefile +++ b/devel/rubygem-sprockets3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-rack16>=1<3:www/rubygem-rack16 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-spruz/Makefile b/devel/rubygem-spruz/Makefile index 3b8430eaf..e2864e412 100644 --- a/devel/rubygem-spruz/Makefile +++ b/devel/rubygem-spruz/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/enum diff --git a/devel/rubygem-stackprof/Makefile b/devel/rubygem-stackprof/Makefile index 4645b0ac3..f24eb1aca 100644 --- a/devel/rubygem-stackprof/Makefile +++ b/devel/rubygem-stackprof/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem python shebangfix -USE_RUBY= yes SHEBANG_FILES= vendor/gprof2dot/gprof2dot.py \ vendor/gprof2dot/hotshotmain.py \ diff --git a/devel/rubygem-state_machine/Makefile b/devel/rubygem-state_machine/Makefile index dedc29de4..9ee2ed783 100644 --- a/devel/rubygem-state_machine/Makefile +++ b/devel/rubygem-state_machine/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-state_machines/Makefile b/devel/rubygem-state_machines/Makefile index 5d23d0b84..e9d37907f 100644 --- a/devel/rubygem-state_machines/Makefile +++ b/devel/rubygem-state_machines/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-statsd-instrument/Makefile b/devel/rubygem-statsd-instrument/Makefile index 76a4616ea..ba317654b 100644 --- a/devel/rubygem-statsd-instrument/Makefile +++ b/devel/rubygem-statsd-instrument/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-statsd-ruby/Makefile b/devel/rubygem-statsd-ruby/Makefile index 72aa2f0c2..f09f55222 100644 --- a/devel/rubygem-statsd-ruby/Makefile +++ b/devel/rubygem-statsd-ruby/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-statsd/Makefile b/devel/rubygem-statsd/Makefile index 6fe87168d..cb16a190d 100644 --- a/devel/rubygem-statsd/Makefile +++ b/devel/rubygem-statsd/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= rubygem-erubis>=2.6.6:www/rubygem-erubis \ rubygem-mongo>=1.2.4:devel/rubygem-mongo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stella/Makefile b/devel/rubygem-stella/Makefile index 82af28d78..e1371bee3 100644 --- a/devel/rubygem-stella/Makefile +++ b/devel/rubygem-stella/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-benelux>=0.6.1:devel/rubygem-benelux \ rubygem-yajl-ruby>=0.7.9:devel/rubygem-yajl-ruby USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stemmer/Makefile b/devel/rubygem-stemmer/Makefile index 53edf0446..78586c8cd 100644 --- a/devel/rubygem-stemmer/Makefile +++ b/devel/rubygem-stemmer/Makefile @@ -8,7 +8,6 @@ COMMENT= Implementation of the Porter word stemming algorithm WWW= https://rubygems.org/gems/stemmer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stomp/Makefile b/devel/rubygem-stomp/Makefile index 66cc673b2..6a3f01df4 100644 --- a/devel/rubygem-stomp/Makefile +++ b/devel/rubygem-stomp/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stoplight/Makefile b/devel/rubygem-stoplight/Makefile index 19b2af56e..14d0e5669 100644 --- a/devel/rubygem-stoplight/Makefile +++ b/devel/rubygem-stoplight/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-storable/Makefile b/devel/rubygem-storable/Makefile index f06ef4978..fe9ed3cdb 100644 --- a/devel/rubygem-storable/Makefile +++ b/devel/rubygem-storable/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stream/Makefile b/devel/rubygem-stream/Makefile index c13eefde4..d3b3e9741 100644 --- a/devel/rubygem-stream/Makefile +++ b/devel/rubygem-stream/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-streetaddress/Makefile b/devel/rubygem-streetaddress/Makefile index 582bfc35d..0e64347d8 100644 --- a/devel/rubygem-streetaddress/Makefile +++ b/devel/rubygem-streetaddress/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-stringex/Makefile b/devel/rubygem-stringex/Makefile index fbc668998..dd925148e 100644 --- a/devel/rubygem-stringex/Makefile +++ b/devel/rubygem-stringex/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stringio/Makefile b/devel/rubygem-stringio/Makefile index bbaf079f5..0c268d31e 100644 --- a/devel/rubygem-stringio/Makefile +++ b/devel/rubygem-stringio/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-strings-ansi/Makefile b/devel/rubygem-strings-ansi/Makefile index 4e0686d72..fe12e769a 100644 --- a/devel/rubygem-strings-ansi/Makefile +++ b/devel/rubygem-strings-ansi/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-strings/Makefile b/devel/rubygem-strings/Makefile index da02de598..55090c0a0 100644 --- a/devel/rubygem-strings/Makefile +++ b/devel/rubygem-strings/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \ rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-strong_migrations/Makefile b/devel/rubygem-strong_migrations/Makefile index c77e23665..cdd26ac65 100644 --- a/devel/rubygem-strong_migrations/Makefile +++ b/devel/rubygem-strong_migrations/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord52>=5.2:databases/rubygem-activerecord52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-strong_migrations61/Makefile b/devel/rubygem-strong_migrations61/Makefile index 9666d2b69..4ff816737 100644 --- a/devel/rubygem-strong_migrations61/Makefile +++ b/devel/rubygem-strong_migrations61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activerecord61>=5.2:databases/rubygem-activerecord61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-strptime/Makefile b/devel/rubygem-strptime/Makefile index 931b5c26f..e898dafa2 100644 --- a/devel/rubygem-strptime/Makefile +++ b/devel/rubygem-strptime/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/nurse/strptime LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-strscan/Makefile b/devel/rubygem-strscan/Makefile index 9c5801c03..d3c3d2a31 100644 --- a/devel/rubygem-strscan/Makefile +++ b/devel/rubygem-strscan/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-structured_warnings/Makefile b/devel/rubygem-structured_warnings/Makefile index 15a06b6d0..d831ce8a0 100644 --- a/devel/rubygem-structured_warnings/Makefile +++ b/devel/rubygem-structured_warnings/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/schmidt/structured_warnings LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-stud/Makefile b/devel/rubygem-stud/Makefile index 09860ea9d..7e21f60d9 100644 --- a/devel/rubygem-stud/Makefile +++ b/devel/rubygem-stud/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jordansissel/ruby-stud LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-subexec/Makefile b/devel/rubygem-subexec/Makefile index 1e0875261..c8c5f4ed2 100644 --- a/devel/rubygem-subexec/Makefile +++ b/devel/rubygem-subexec/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/nulayer/subexec LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sucker_punch/Makefile b/devel/rubygem-sucker_punch/Makefile index 1242bf677..4449d287e 100644 --- a/devel/rubygem-sucker_punch/Makefile +++ b/devel/rubygem-sucker_punch/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sugar-high/Makefile b/devel/rubygem-sugar-high/Makefile index 8d96fceec..3277263a2 100644 --- a/devel/rubygem-sugar-high/Makefile +++ b/devel/rubygem-sugar-high/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-sumbur/Makefile b/devel/rubygem-sumbur/Makefile index a0b27cf8e..3c078f95f 100644 --- a/devel/rubygem-sumbur/Makefile +++ b/devel/rubygem-sumbur/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/mailru/sumbur-ruby LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-sundawg_country_codes/Makefile b/devel/rubygem-sundawg_country_codes/Makefile index 02887e2ba..6959dca28 100644 --- a/devel/rubygem-sundawg_country_codes/Makefile +++ b/devel/rubygem-sundawg_country_codes/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/HoyaBoya/country_codes NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-svn2git/Makefile b/devel/rubygem-svn2git/Makefile index 711412974..8ecb6b602 100644 --- a/devel/rubygem-svn2git/Makefile +++ b/devel/rubygem-svn2git/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= git>0:devel/git CONFLICTS_INSTALL= svn2git NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/svn2git diff --git a/devel/rubygem-swagger-blocks/Makefile b/devel/rubygem-swagger-blocks/Makefile index e83521383..12064bdf3 100644 --- a/devel/rubygem-swagger-blocks/Makefile +++ b/devel/rubygem-swagger-blocks/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-sync/Makefile b/devel/rubygem-sync/Makefile index 61d416a62..fa09e2de6 100644 --- a/devel/rubygem-sync/Makefile +++ b/devel/rubygem-sync/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-sysinfo/Makefile b/devel/rubygem-sysinfo/Makefile index 0eb1b4ecb..a9dfcb740 100644 --- a/devel/rubygem-sysinfo/Makefile +++ b/devel/rubygem-sysinfo/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:devel/rubygem-drydock \ rubygem-storable>=0:devel/rubygem-storable USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-syslog/Makefile b/devel/rubygem-syslog/Makefile index d7872103f..70223e96f 100644 --- a/devel/rubygem-syslog/Makefile +++ b/devel/rubygem-syslog/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-systemu/Makefile b/devel/rubygem-systemu/Makefile index c0530e186..6ab06d013 100644 --- a/devel/rubygem-systemu/Makefile +++ b/devel/rubygem-systemu/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-table_print/Makefile b/devel/rubygem-table_print/Makefile index c68da631c..7fb67622f 100644 --- a/devel/rubygem-table_print/Makefile +++ b/devel/rubygem-table_print/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tdiff/Makefile b/devel/rubygem-tdiff/Makefile index 012e55712..deec638db 100644 --- a/devel/rubygem-tdiff/Makefile +++ b/devel/rubygem-tdiff/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tempfile/Makefile b/devel/rubygem-tempfile/Makefile index 257cfc50e..c03e5e282 100644 --- a/devel/rubygem-tempfile/Makefile +++ b/devel/rubygem-tempfile/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-templater/Makefile b/devel/rubygem-templater/Makefile index 1311b0c1a..1dd3fcbfa 100644 --- a/devel/rubygem-templater/Makefile +++ b/devel/rubygem-templater/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:textproc/rubygem-diff-lcs \ rubygem-highline>=1.4.0:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-temple/Makefile b/devel/rubygem-temple/Makefile index 2b603d463..aea687e8b 100644 --- a/devel/rubygem-temple/Makefile +++ b/devel/rubygem-temple/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-term-ansicolor/Makefile b/devel/rubygem-term-ansicolor/Makefile index 0b9f878e7..3aac7f0c7 100644 --- a/devel/rubygem-term-ansicolor/Makefile +++ b/devel/rubygem-term-ansicolor/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-tins>=1.0<2:devel/rubygem-tins USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-terrapin/Makefile b/devel/rubygem-terrapin/Makefile index 4a98a0522..cf96e0045 100644 --- a/devel/rubygem-terrapin/Makefile +++ b/devel/rubygem-terrapin/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-climate_control>=0.0.3:devel/rubygem-climate_control USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-test-unit/Makefile b/devel/rubygem-test-unit/Makefile index 816018c61..27bd921c5 100644 --- a/devel/rubygem-test-unit/Makefile +++ b/devel/rubygem-test-unit/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-power_assert>=0:devel/rubygem-power_assert USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-thor/Makefile b/devel/rubygem-thor/Makefile index 80eb9e85a..12badb1df 100644 --- a/devel/rubygem-thor/Makefile +++ b/devel/rubygem-thor/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-thor0/Makefile b/devel/rubygem-thor0/Makefile index 11f2849c1..194bf42d4 100644 --- a/devel/rubygem-thor0/Makefile +++ b/devel/rubygem-thor0/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-thor10/Makefile b/devel/rubygem-thor10/Makefile index 34972e090..9cc7aceaa 100644 --- a/devel/rubygem-thor10/Makefile +++ b/devel/rubygem-thor10/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-thread_safe/Makefile b/devel/rubygem-thread_safe/Makefile index 8f44c27e7..298604939 100644 --- a/devel/rubygem-thread_safe/Makefile +++ b/devel/rubygem-thread_safe/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-thrift/Makefile b/devel/rubygem-thrift/Makefile index 33c47ee81..880997e0c 100644 --- a/devel/rubygem-thrift/Makefile +++ b/devel/rubygem-thrift/Makefile @@ -10,7 +10,6 @@ WWW= https://thrift.apache.org/ LICENSE= APACHE20 -USE_RUBY= yes USES= cpe gem CPE_VENDOR= apache diff --git a/devel/rubygem-thwait/Makefile b/devel/rubygem-thwait/Makefile index d60280092..720fead70 100644 --- a/devel/rubygem-thwait/Makefile +++ b/devel/rubygem-thwait/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-e2mmap>=0:devel/rubygem-e2mmap USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tilt/Makefile b/devel/rubygem-tilt/Makefile index a1fe91608..5102f5a44 100644 --- a/devel/rubygem-tilt/Makefile +++ b/devel/rubygem-tilt/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tilt1/Makefile b/devel/rubygem-tilt1/Makefile index 870f0905a..2a7315506 100644 --- a/devel/rubygem-tilt1/Makefile +++ b/devel/rubygem-tilt1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PORTSCOUT= limit:^1\. diff --git a/devel/rubygem-time/Makefile b/devel/rubygem-time/Makefile index ef223d724..61cd9cd7f 100644 --- a/devel/rubygem-time/Makefile +++ b/devel/rubygem-time/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-date>=0:devel/rubygem-date USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-timecop/Makefile b/devel/rubygem-timecop/Makefile index f51e323db..f8ae45543 100644 --- a/devel/rubygem-timecop/Makefile +++ b/devel/rubygem-timecop/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-timeliness/Makefile b/devel/rubygem-timeliness/Makefile index 239bc50c6..fbbfb6be1 100644 --- a/devel/rubygem-timeliness/Makefile +++ b/devel/rubygem-timeliness/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-timeout/Makefile b/devel/rubygem-timeout/Makefile index 15189e34d..ad3285463 100644 --- a/devel/rubygem-timeout/Makefile +++ b/devel/rubygem-timeout/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-timers/Makefile b/devel/rubygem-timers/Makefile index fae2293ba..067b8680a 100644 --- a/devel/rubygem-timers/Makefile +++ b/devel/rubygem-timers/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/timers LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tins/Makefile b/devel/rubygem-tins/Makefile index 9f0b0503d..9ae05153c 100644 --- a/devel/rubygem-tins/Makefile +++ b/devel/rubygem-tins/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-sync>=0:devel/rubygem-sync USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-titlecase/Makefile b/devel/rubygem-titlecase/Makefile index 538e121e4..41c25070a 100644 --- a/devel/rubygem-titlecase/Makefile +++ b/devel/rubygem-titlecase/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/samsouder/titlecase LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-tmpdir/Makefile b/devel/rubygem-tmpdir/Makefile index 7895afa89..a3b6d7108 100644 --- a/devel/rubygem-tmpdir/Makefile +++ b/devel/rubygem-tmpdir/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-fileutils>=0:devel/rubygem-fileutils USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-to_regexp/Makefile b/devel/rubygem-to_regexp/Makefile index a78e38f7b..778cc2dc2 100644 --- a/devel/rubygem-to_regexp/Makefile +++ b/devel/rubygem-to_regexp/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tool/Makefile b/devel/rubygem-tool/Makefile index ca3cb0514..ac0415373 100644 --- a/devel/rubygem-tool/Makefile +++ b/devel/rubygem-tool/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tracer/Makefile b/devel/rubygem-tracer/Makefile index 10d9187b8..83c389b71 100644 --- a/devel/rubygem-tracer/Makefile +++ b/devel/rubygem-tracer/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-traces/Makefile b/devel/rubygem-traces/Makefile index 0a0e11df2..26cbb42a0 100644 --- a/devel/rubygem-traces/Makefile +++ b/devel/rubygem-traces/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/traces LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-trailblazer-option/Makefile b/devel/rubygem-trailblazer-option/Makefile index 420dcf7f4..009dfdd6e 100644 --- a/devel/rubygem-trailblazer-option/Makefile +++ b/devel/rubygem-trailblazer-option/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-transaction-simple/Makefile b/devel/rubygem-transaction-simple/Makefile index 9f8290249..845f1132d 100644 --- a/devel/rubygem-transaction-simple/Makefile +++ b/devel/rubygem-transaction-simple/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-travis/Makefile b/devel/rubygem-travis/Makefile index a110351f9..41be87465 100644 --- a/devel/rubygem-travis/Makefile +++ b/devel/rubygem-travis/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 \ rubygem-pusher-client>=0.4<1:www/rubygem-pusher-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-treetop/Makefile b/devel/rubygem-treetop/Makefile index c4c1f9e36..d921e5c8c 100644 --- a/devel/rubygem-treetop/Makefile +++ b/devel/rubygem-treetop/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-polyglot>=0.3<1:devel/rubygem-polyglot USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-trollop/Makefile b/devel/rubygem-trollop/Makefile index ed68014d3..95a92c2f3 100644 --- a/devel/rubygem-trollop/Makefile +++ b/devel/rubygem-trollop/Makefile @@ -10,7 +10,6 @@ WWW= https://manageiq.github.io/trollop/ LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-trollop1/Makefile b/devel/rubygem-trollop1/Makefile index e139837bf..f1bb467ed 100644 --- a/devel/rubygem-trollop1/Makefile +++ b/devel/rubygem-trollop1/Makefile @@ -11,7 +11,6 @@ WWW= https://manageiq.github.io/trollop/ LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tsort/Makefile b/devel/rubygem-tsort/Makefile index b8c8ea952..7c274efee 100644 --- a/devel/rubygem-tsort/Makefile +++ b/devel/rubygem-tsort/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-box/Makefile b/devel/rubygem-tty-box/Makefile index 011de80db..55b5a5ec4 100644 --- a/devel/rubygem-tty-box/Makefile +++ b/devel/rubygem-tty-box/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel \ rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-color/Makefile b/devel/rubygem-tty-color/Makefile index 2c3b1b25b..4351ad448 100644 --- a/devel/rubygem-tty-color/Makefile +++ b/devel/rubygem-tty-color/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-command/Makefile b/devel/rubygem-tty-command/Makefile index 5bbc69c0a..77e464742 100644 --- a/devel/rubygem-tty-command/Makefile +++ b/devel/rubygem-tty-command/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-config/Makefile b/devel/rubygem-tty-config/Makefile index d4e42dd23..410716934 100644 --- a/devel/rubygem-tty-config/Makefile +++ b/devel/rubygem-tty-config/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-cursor/Makefile b/devel/rubygem-tty-cursor/Makefile index 4ecebfa41..c7c3cde0c 100644 --- a/devel/rubygem-tty-cursor/Makefile +++ b/devel/rubygem-tty-cursor/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-editor/Makefile b/devel/rubygem-tty-editor/Makefile index f1dcb8e30..2fb2bbdc2 100644 --- a/devel/rubygem-tty-editor/Makefile +++ b/devel/rubygem-tty-editor/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-tty-prompt>=0.22<1:devel/rubygem-tty-prompt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-file/Makefile b/devel/rubygem-tty-file/Makefile index acb3ad34f..f4c3bb0c4 100644 --- a/devel/rubygem-tty-file/Makefile +++ b/devel/rubygem-tty-file/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-diff-lcs>=1.3<2:textproc/rubygem-diff-lcs \ rubygem-tty-prompt>=0.22<1:devel/rubygem-tty-prompt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-font/Makefile b/devel/rubygem-tty-font/Makefile index a425eccc8..12c389b71 100644 --- a/devel/rubygem-tty-font/Makefile +++ b/devel/rubygem-tty-font/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-logger/Makefile b/devel/rubygem-tty-logger/Makefile index 08ac6d410..b4399ec7b 100644 --- a/devel/rubygem-tty-logger/Makefile +++ b/devel/rubygem-tty-logger/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-markdown/Makefile b/devel/rubygem-tty-markdown/Makefile index 795324cc9..b4368ca40 100644 --- a/devel/rubygem-tty-markdown/Makefile +++ b/devel/rubygem-tty-markdown/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-kramdown>=1.16.2<3.0:textproc/rubygem-kramdown \ rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-pager/Makefile b/devel/rubygem-tty-pager/Makefile index bf7e52927..adbe1f987 100644 --- a/devel/rubygem-tty-pager/Makefile +++ b/devel/rubygem-tty-pager/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-strings>=0.2.0<0.3:devel/rubygem-strings \ rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-pie/Makefile b/devel/rubygem-tty-pie/Makefile index a4fa46cd0..9cea07882 100644 --- a/devel/rubygem-tty-pie/Makefile +++ b/devel/rubygem-tty-pie/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel \ rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-platform/Makefile b/devel/rubygem-tty-platform/Makefile index 25b4c11b8..a11cb50b3 100644 --- a/devel/rubygem-tty-platform/Makefile +++ b/devel/rubygem-tty-platform/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-progressbar/Makefile b/devel/rubygem-tty-progressbar/Makefile index d9208cb36..ffe7bf2f2 100644 --- a/devel/rubygem-tty-progressbar/Makefile +++ b/devel/rubygem-tty-progressbar/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \ rubygem-unicode-display_width>=1.6<3.0:devel/rubygem-unicode-display_width USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-prompt/Makefile b/devel/rubygem-tty-prompt/Makefile index 8245cf3e0..9cb10219b 100644 --- a/devel/rubygem-tty-prompt/Makefile +++ b/devel/rubygem-tty-prompt/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel \ rubygem-tty-reader>=0.8<1:devel/rubygem-tty-reader USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-reader/Makefile b/devel/rubygem-tty-reader/Makefile index d4f128185..49c23232f 100644 --- a/devel/rubygem-tty-reader/Makefile +++ b/devel/rubygem-tty-reader/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor \ rubygem-wisper>=2.0<3:devel/rubygem-wisper USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-screen/Makefile b/devel/rubygem-tty-screen/Makefile index 22eaedea0..cee6778b8 100644 --- a/devel/rubygem-tty-screen/Makefile +++ b/devel/rubygem-tty-screen/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-spinner/Makefile b/devel/rubygem-tty-spinner/Makefile index 0437b8fac..051b53b31 100644 --- a/devel/rubygem-tty-spinner/Makefile +++ b/devel/rubygem-tty-spinner/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-table/Makefile b/devel/rubygem-tty-table/Makefile index b7cc4b03b..dbbb68b30 100644 --- a/devel/rubygem-tty-table/Makefile +++ b/devel/rubygem-tty-table/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-pastel>=0.8<1:devel/rubygem-pastel \ rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-tree/Makefile b/devel/rubygem-tty-tree/Makefile index 6ee006fdf..538879092 100644 --- a/devel/rubygem-tty-tree/Makefile +++ b/devel/rubygem-tty-tree/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty-which/Makefile b/devel/rubygem-tty-which/Makefile index 744691806..a4047707f 100644 --- a/devel/rubygem-tty-which/Makefile +++ b/devel/rubygem-tty-which/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tty/Makefile b/devel/rubygem-tty/Makefile index 0382533be..016db6830 100644 --- a/devel/rubygem-tty/Makefile +++ b/devel/rubygem-tty/Makefile @@ -37,7 +37,6 @@ RUN_DEPENDS= rubygem-bundler>=1.16:sysutils/rubygem-bundler \ rubygem-tty-which>=0.4<1:devel/rubygem-tty-which USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-turn/Makefile b/devel/rubygem-turn/Makefile index a0b897930..986aacf51 100644 --- a/devel/rubygem-turn/Makefile +++ b/devel/rubygem-turn/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-ansi>=0:devel/rubygem-ansi \ rubygem-minitest>=4:devel/rubygem-minitest USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-typed-array/Makefile b/devel/rubygem-typed-array/Makefile index 4313b0ed4..6502b1cd4 100644 --- a/devel/rubygem-typed-array/Makefile +++ b/devel/rubygem-typed-array/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/yaauie/typed-array NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-typeprof/Makefile b/devel/rubygem-typeprof/Makefile index 70ba2943f..60d8f4bd1 100644 --- a/devel/rubygem-typeprof/Makefile +++ b/devel/rubygem-typeprof/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rbs>=1.8.1:devel/rubygem-rbs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tzinfo-data/Makefile b/devel/rubygem-tzinfo-data/Makefile index 614d55123..f9205fde9 100644 --- a/devel/rubygem-tzinfo-data/Makefile +++ b/devel/rubygem-tzinfo-data/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tzinfo/Makefile b/devel/rubygem-tzinfo/Makefile index c55cebc5d..daca86b9b 100644 --- a/devel/rubygem-tzinfo/Makefile +++ b/devel/rubygem-tzinfo/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-tzinfo1/Makefile b/devel/rubygem-tzinfo1/Makefile index 6e8c3c5ad..1b1bdfca5 100644 --- a/devel/rubygem-tzinfo1/Makefile +++ b/devel/rubygem-tzinfo1/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-thread_safe>=0.1<1:devel/rubygem-thread_safe USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-uber/Makefile b/devel/rubygem-uber/Makefile index 834764a3a..001b43c9c 100644 --- a/devel/rubygem-uber/Makefile +++ b/devel/rubygem-uber/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-un/Makefile b/devel/rubygem-un/Makefile index bf355e2ea..74965bf2b 100644 --- a/devel/rubygem-un/Makefile +++ b/devel/rubygem-un/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-unicode-display_width/Makefile b/devel/rubygem-unicode-display_width/Makefile index c692e8bb6..16d213eb2 100644 --- a/devel/rubygem-unicode-display_width/Makefile +++ b/devel/rubygem-unicode-display_width/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-unicode/Makefile b/devel/rubygem-unicode/Makefile index 0956bfe2f..80b0f11e7 100644 --- a/devel/rubygem-unicode/Makefile +++ b/devel/rubygem-unicode/Makefile @@ -10,6 +10,5 @@ WWW= http://www.yoshidam.net/Ruby.html #unicode LICENSE= RUBY USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-unicode_utils/Makefile b/devel/rubygem-unicode_utils/Makefile index a772d3e1d..9f8ffec4a 100644 --- a/devel/rubygem-unicode_utils/Makefile +++ b/devel/rubygem-unicode_utils/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-unleash/Makefile b/devel/rubygem-unleash/Makefile index 2ed0a35f5..789fa6cee 100644 --- a/devel/rubygem-unleash/Makefile +++ b/devel/rubygem-unleash/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-murmurhash3>=0.1.6<0.2.0:devel/rubygem-murmurhash3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-useragent/Makefile b/devel/rubygem-useragent/Makefile index 591fdb61e..1d9a2077b 100644 --- a/devel/rubygem-useragent/Makefile +++ b/devel/rubygem-useragent/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-uuid/Makefile b/devel/rubygem-uuid/Makefile index fa683bb97..edbc1250d 100644 --- a/devel/rubygem-uuid/Makefile +++ b/devel/rubygem-uuid/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-macaddr>=1.0:net/rubygem-macaddr NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/uuid diff --git a/devel/rubygem-uuidtools/Makefile b/devel/rubygem-uuidtools/Makefile index c73515a53..579fa221f 100644 --- a/devel/rubygem-uuidtools/Makefile +++ b/devel/rubygem-uuidtools/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-valid/Makefile b/devel/rubygem-valid/Makefile index a12d7a971..09f460193 100644 --- a/devel/rubygem-valid/Makefile +++ b/devel/rubygem-valid/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/zombor/Validator LICENSE= ISCL USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-validatable/Makefile b/devel/rubygem-validatable/Makefile index 1f27eb5b4..e643cf317 100644 --- a/devel/rubygem-validatable/Makefile +++ b/devel/rubygem-validatable/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-validate_email/Makefile b/devel/rubygem-validate_email/Makefile index 54995af06..8a5161498 100644 --- a/devel/rubygem-validate_email/Makefile +++ b/devel/rubygem-validate_email/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \ rubygem-mail>=2.2.5:mail/rubygem-mail USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-validate_url/Makefile b/devel/rubygem-validate_url/Makefile index 4a4b19e02..26c03372d 100644 --- a/devel/rubygem-validate_url/Makefile +++ b/devel/rubygem-validate_url/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \ rubygem-public_suffix>=0:dns/rubygem-public_suffix USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-validates_timeliness/Makefile b/devel/rubygem-validates_timeliness/Makefile index 0b9c5e132..756163b01 100644 --- a/devel/rubygem-validates_timeliness/Makefile +++ b/devel/rubygem-validates_timeliness/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel61>=6.0.0<7:databases/rubygem-activemodel61 \ rubygem-timeliness>=0.3.10<1:devel/rubygem-timeliness USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-version_gem/Makefile b/devel/rubygem-version_gem/Makefile index f342b3d9a..97a5abb25 100644 --- a/devel/rubygem-version_gem/Makefile +++ b/devel/rubygem-version_gem/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-versionomy/Makefile b/devel/rubygem-versionomy/Makefile index 291f585d5..bc25dea26 100644 --- a/devel/rubygem-versionomy/Makefile +++ b/devel/rubygem-versionomy/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-blockenspiel>=0.5:devel/rubygem-blockenspiel NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-view_component-rails61/Makefile b/devel/rubygem-view_component-rails61/Makefile index 1fa89f5d2..6bbd23263 100644 --- a/devel/rubygem-view_component-rails61/Makefile +++ b/devel/rubygem-view_component-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport61>=5<8:devel/rubygem-activesupport61 \ rubygem-method_source>=1.0<2:devel/rubygem-method_source USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-virtus/Makefile b/devel/rubygem-virtus/Makefile index a666f4817..3c2280abb 100644 --- a/devel/rubygem-virtus/Makefile +++ b/devel/rubygem-virtus/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-axiom-types>=0.1<1:devel/rubygem-axiom-types \ rubygem-descendants_tracker>=0.0.3<1:devel/rubygem-descendants_tracker USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-warbler/Makefile b/devel/rubygem-warbler/Makefile index f2c531da4..6643b55bb 100644 --- a/devel/rubygem-warbler/Makefile +++ b/devel/rubygem-warbler/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= jruby:lang/jruby \ rubygem-rubyzip13>=1.0<1.4:archivers/rubygem-rubyzip13 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-warden/Makefile b/devel/rubygem-warden/Makefile index 59be2e07d..088290a58 100644 --- a/devel/rubygem-warden/Makefile +++ b/devel/rubygem-warden/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=2.0.9,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-warning/Makefile b/devel/rubygem-warning/Makefile index 48e56d124..f951626ed 100644 --- a/devel/rubygem-warning/Makefile +++ b/devel/rubygem-warning/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-wdm/Makefile b/devel/rubygem-wdm/Makefile index a47bc3295..6ef0638c0 100644 --- a/devel/rubygem-wdm/Makefile +++ b/devel/rubygem-wdm/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/Maher4Ever/wdm LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-weakref/Makefile b/devel/rubygem-weakref/Makefile index 2d9b19f26..f46ad9671 100644 --- a/devel/rubygem-weakref/Makefile +++ b/devel/rubygem-weakref/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console-rails60/Makefile b/devel/rubygem-web-console-rails60/Makefile index 6c6f1b842..a69c7899e 100644 --- a/devel/rubygem-web-console-rails60/Makefile +++ b/devel/rubygem-web-console-rails60/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0.0:databases/rubygem-activemodel60 \ rubygem-railties60>=6.0.0:www/rubygem-railties60 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console-rails61/Makefile b/devel/rubygem-web-console-rails61/Makefile index c2346103a..b0c3fd528 100644 --- a/devel/rubygem-web-console-rails61/Makefile +++ b/devel/rubygem-web-console-rails61/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel61>=6.0.0:databases/rubygem-activemodel61 \ rubygem-railties61>=6.0.0:www/rubygem-railties61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console2/Makefile b/devel/rubygem-web-console2/Makefile index 18e293011..0954cad35 100644 --- a/devel/rubygem-web-console2/Makefile +++ b/devel/rubygem-web-console2/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activemodel4>=4.0:databases/rubygem-activemodel4 \ rubygem-sprockets-rails-rails4>=2.0:devel/rubygem-sprockets-rails-rails4 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console3-rails5/Makefile b/devel/rubygem-web-console3-rails5/Makefile index fa6341fea..21f789b51 100644 --- a/devel/rubygem-web-console3-rails5/Makefile +++ b/devel/rubygem-web-console3-rails5/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ rubygem-railties5>=5.0:www/rubygem-railties5 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console3-rails50/Makefile b/devel/rubygem-web-console3-rails50/Makefile index 2b725bfe8..c19737fb5 100644 --- a/devel/rubygem-web-console3-rails50/Makefile +++ b/devel/rubygem-web-console3-rails50/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \ rubygem-railties50>=5.0:www/rubygem-railties50 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-web-console3-rails52/Makefile b/devel/rubygem-web-console3-rails52/Makefile index e838c1463..16fd0a8c6 100644 --- a/devel/rubygem-web-console3-rails52/Makefile +++ b/devel/rubygem-web-console3-rails52/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel52>=5.0:databases/rubygem-activemodel52 \ rubygem-railties52>=5.0:www/rubygem-railties52 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-webby/Makefile b/devel/rubygem-webby/Makefile index 107116d68..fa235146d 100644 --- a/devel/rubygem-webby/Makefile +++ b/devel/rubygem-webby/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-bones>=2.5.0:devel/rubygem-bones \ rubygem-rspec>=1.2.2:devel/rubygem-rspec NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/webby bin/webby-gen diff --git a/devel/rubygem-webfinger/Makefile b/devel/rubygem-webfinger/Makefile index 2901799c3..0f84e0483 100644 --- a/devel/rubygem-webfinger/Makefile +++ b/devel/rubygem-webfinger/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-httpclient>=2.4:www/rubygem-httpclient USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-webpacker-rails60/Makefile b/devel/rubygem-webpacker-rails60/Makefile index 8bcdd6473..cfe570d23 100644 --- a/devel/rubygem-webpacker-rails60/Makefile +++ b/devel/rubygem-webpacker-rails60/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport60>=5.2:devel/rubygem-activesupport60 \ yarn:www/yarn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-webpacker-rails61/Makefile b/devel/rubygem-webpacker-rails61/Makefile index 14a40eb5d..4037d99dd 100644 --- a/devel/rubygem-webpacker-rails61/Makefile +++ b/devel/rubygem-webpacker-rails61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-activesupport61>=5.2:devel/rubygem-activesupport61 \ yarn:www/yarn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-webpacker4-rails60/Makefile b/devel/rubygem-webpacker4-rails60/Makefile index b80fecb2f..f046cae04 100644 --- a/devel/rubygem-webpacker4-rails60/Makefile +++ b/devel/rubygem-webpacker4-rails60/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \ yarn:www/yarn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-will_paginate/Makefile b/devel/rubygem-will_paginate/Makefile index fcf720aa5..4e8565a4f 100644 --- a/devel/rubygem-will_paginate/Makefile +++ b/devel/rubygem-will_paginate/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem CPE_VENDOR= mislav_marohnic -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-windows_error/Makefile b/devel/rubygem-windows_error/Makefile index a7e391582..1daac5517 100644 --- a/devel/rubygem-windows_error/Makefile +++ b/devel/rubygem-windows_error/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-wisper/Makefile b/devel/rubygem-wisper/Makefile index 4745e8e43..3fa020028 100644 --- a/devel/rubygem-wisper/Makefile +++ b/devel/rubygem-wisper/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/krisleech/wisper LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-with_env/Makefile b/devel/rubygem-with_env/Makefile index 762b3cb83..b12acf665 100644 --- a/devel/rubygem-with_env/Makefile +++ b/devel/rubygem-with_env/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-wmi-lite/Makefile b/devel/rubygem-wmi-lite/Makefile index e82b31b59..e402e1712 100644 --- a/devel/rubygem-wmi-lite/Makefile +++ b/devel/rubygem-wmi-lite/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-xdg/Makefile b/devel/rubygem-xdg/Makefile index dc997f856..a95a56099 100644 --- a/devel/rubygem-xdg/Makefile +++ b/devel/rubygem-xdg/Makefile @@ -16,7 +16,6 @@ BROKEN_RUBY27= yes BROKEN_RUBY30= yes USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xdg2/Makefile b/devel/rubygem-xdg2/Makefile index 5a6addeed..324e4cef7 100644 --- a/devel/rubygem-xdg2/Makefile +++ b/devel/rubygem-xdg2/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xdg3/Makefile b/devel/rubygem-xdg3/Makefile index 5dbf0ea32..43dbe3007 100644 --- a/devel/rubygem-xdg3/Makefile +++ b/devel/rubygem-xdg3/Makefile @@ -13,7 +13,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xdg4/Makefile b/devel/rubygem-xdg4/Makefile index 55294a2b8..bbddd98e3 100644 --- a/devel/rubygem-xdg4/Makefile +++ b/devel/rubygem-xdg4/Makefile @@ -13,7 +13,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.adoc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xdg5/Makefile b/devel/rubygem-xdg5/Makefile index 41ed27b97..09345f91d 100644 --- a/devel/rubygem-xdg5/Makefile +++ b/devel/rubygem-xdg5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.adoc BROKEN_RUBY27= yes USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xorcist/Makefile b/devel/rubygem-xorcist/Makefile index 614c8b45a..4ce237551 100644 --- a/devel/rubygem-xorcist/Makefile +++ b/devel/rubygem-xorcist/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/fny/xorcist LICENSE= RUBY USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-xpath/Makefile b/devel/rubygem-xpath/Makefile index dbf35a502..a38d218e9 100644 --- a/devel/rubygem-xpath/Makefile +++ b/devel/rubygem-xpath/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-xxhash/Makefile b/devel/rubygem-xxhash/Makefile index 299d0df85..80507521f 100644 --- a/devel/rubygem-xxhash/Makefile +++ b/devel/rubygem-xxhash/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-yajl-ruby/Makefile b/devel/rubygem-yajl-ruby/Makefile index 8dc761455..58f69d9fc 100644 --- a/devel/rubygem-yajl-ruby/Makefile +++ b/devel/rubygem-yajl-ruby/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-yui-compressor/Makefile b/devel/rubygem-yui-compressor/Makefile index 6071fac30..98b3b17dc 100644 --- a/devel/rubygem-yui-compressor/Makefile +++ b/devel/rubygem-yui-compressor/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE MIT MPL11 MPL20 LICENSE_COMB= multi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-zeitwerk/Makefile b/devel/rubygem-zeitwerk/Makefile index 53df767e9..36d8c6953 100644 --- a/devel/rubygem-zeitwerk/Makefile +++ b/devel/rubygem-zeitwerk/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/fxn/zeitwerk LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-zentest/Makefile b/devel/rubygem-zentest/Makefile index 6d6734562..79d9870b1 100644 --- a/devel/rubygem-zentest/Makefile +++ b/devel/rubygem-zentest/Makefile @@ -12,7 +12,6 @@ WWW= https://github.com/seattlerb/zentest LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-zhexdump/Makefile b/devel/rubygem-zhexdump/Makefile index 4a719222e..2e3299f9a 100644 --- a/devel/rubygem-zhexdump/Makefile +++ b/devel/rubygem-zhexdump/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-zlib/Makefile b/devel/rubygem-zlib/Makefile index b0e1e46cf..50a084c7b 100644 --- a/devel/rubygem-zlib/Makefile +++ b/devel/rubygem-zlib/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/devel/rubygem-zstd-ruby/Makefile b/devel/rubygem-zstd-ruby/Makefile index d2072bde8..ff769e123 100644 --- a/devel/rubygem-zstd-ruby/Makefile +++ b/devel/rubygem-zstd-ruby/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/SpringMT/zstd-ruby LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes .include diff --git a/devel/yaggo/Makefile b/devel/yaggo/Makefile index debdd781c..c24398e47 100644 --- a/devel/yaggo/Makefile +++ b/devel/yaggo/Makefile @@ -9,12 +9,12 @@ WWW= https://github.com/gmarcais/yaggo LICENSE= GPLv3 -NO_ARCH= yes -USE_RUBY= yes - +USES= ruby USE_GITHUB= yes GH_ACCOUNT= gmarcais +NO_ARCH= yes + PLIST_FILES= bin/yaggo man/man1/yaggo.1.gz share/doc/yaggo/README.md .include diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index b3395720b..aa1b90039 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -9,8 +9,7 @@ WWW= https://www.netlab.cs.tsukuba.ac.jp/~yokota/izumi/dns_balance/ LICENSE= BSD2CLAUSE -USE_RUBY= yes -USES= shebangfix tar:xz +USES= ruby shebangfix tar:xz USE_RC_SUBR= dns_balance NO_BUILD= yes diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile index c3e798895..e7d2ba7f8 100644 --- a/dns/rubygem-dnsruby/Makefile +++ b/dns/rubygem-dnsruby/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-simpleidn>=0.1<1:dns/rubygem-simpleidn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-gitlab-net-dns/Makefile b/dns/rubygem-gitlab-net-dns/Makefile index 068874b98..c102c893f 100644 --- a/dns/rubygem-gitlab-net-dns/Makefile +++ b/dns/rubygem-gitlab-net-dns/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-google-apis-dns_v1/Makefile b/dns/rubygem-google-apis-dns_v1/Makefile index 4ad31c5e6..77e6b8170 100644 --- a/dns/rubygem-google-apis-dns_v1/Makefile +++ b/dns/rubygem-google-apis-dns_v1/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-google-apis-core>=0.9.0<2.0:devel/rubygem-google-apis-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-google-cloud-dns/Makefile b/dns/rubygem-google-cloud-dns/Makefile index f771e0bfc..9c2f7da91 100644 --- a/dns/rubygem-google-cloud-dns/Makefile +++ b/dns/rubygem-google-cloud-dns/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-google-apis-dns_v1>=0.1<1:dns/rubygem-google-apis-dns_v1 \ rubygem-zonefile>=1.04<2:dns/rubygem-zonefile USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-idn-ruby/Makefile b/dns/rubygem-idn-ruby/Makefile index 53ab4f948..7140112dc 100644 --- a/dns/rubygem-idn-ruby/Makefile +++ b/dns/rubygem-idn-ruby/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn.so:dns/libidn USES= gem -USE_RUBY= yes .include diff --git a/dns/rubygem-net-dns/Makefile b/dns/rubygem-net-dns/Makefile index 495b4fd9f..645b61add 100644 --- a/dns/rubygem-net-dns/Makefile +++ b/dns/rubygem-net-dns/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 617236f8c..42b21c1ed 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 5a93ba4f1..0d1538fad 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-resolv-replace/Makefile b/dns/rubygem-resolv-replace/Makefile index a047bd5b1..f96841721 100644 --- a/dns/rubygem-resolv-replace/Makefile +++ b/dns/rubygem-resolv-replace/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-resolv>=0:dns/rubygem-resolv USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-resolv/Makefile b/dns/rubygem-resolv/Makefile index 925d34e96..b2078f8f6 100644 --- a/dns/rubygem-resolv/Makefile +++ b/dns/rubygem-resolv/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-simpleidn/Makefile b/dns/rubygem-simpleidn/Makefile index 20f8fc674..a8eee740a 100644 --- a/dns/rubygem-simpleidn/Makefile +++ b/dns/rubygem-simpleidn/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-unf>=0.1.4:textproc/rubygem-unf NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/dns/rubygem-validates_hostname/Makefile b/dns/rubygem-validates_hostname/Makefile index 975fbf688..5e8136761 100644 --- a/dns/rubygem-validates_hostname/Makefile +++ b/dns/rubygem-validates_hostname/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activerecord60>=3.0:databases/rubygem-activerecord60 \ rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/dns/rubygem-zonefile/Makefile b/dns/rubygem-zonefile/Makefile index d9dd4e287..be78ed806 100644 --- a/dns/rubygem-zonefile/Makefile +++ b/dns/rubygem-zonefile/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/boesemar/zonefile LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/editors/diakonos/Makefile b/editors/diakonos/Makefile index 052d74ae7..a299f3172 100644 --- a/editors/diakonos/Makefile +++ b/editors/diakonos/Makefile @@ -13,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= rubygem-curses>=1.3.1:devel/rubygem-curses -USES= shebangfix +USES= ruby shebangfix USE_GITHUB= yes GH_ACCOUNT= Pistos -USE_RUBY= yes SHEBANG_FILES= bin/${PORTNAME} NO_ARCH= yes diff --git a/editors/rubygem-neovim/Makefile b/editors/rubygem-neovim/Makefile index 2d1734723..d8a624f5a 100644 --- a/editors/rubygem-neovim/Makefile +++ b/editors/rubygem-neovim/Makefile @@ -18,7 +18,6 @@ TEST_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-rspec>=0:devel/rubygem-rspec USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile index b65f89a7d..b252537f9 100644 --- a/emulators/libc6-shim/Makefile +++ b/emulators/libc6-shim/Makefile @@ -11,10 +11,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 +USES= ruby USE_GITHUB= yes GH_ACCOUNT= shkhln GH_PROJECT= libc6-shim -USE_RUBY= yes PORTSCOUT= ignore:1 diff --git a/emulators/rubygem-fission/Makefile b/emulators/rubygem-fission/Makefile index 5286f5cb3..e6d8badce 100644 --- a/emulators/rubygem-fission/Makefile +++ b/emulators/rubygem-fission/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-CFPropertyList>=2.2:devel/rubygem-CFPropertyList USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index fb5969929..46675a935 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-i18n>=0.6.4,2<2,2:devel/rubygem-i18n USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/ftp/rubygem-curb/Makefile b/ftp/rubygem-curb/Makefile index 15c99c358..1f0accc86 100644 --- a/ftp/rubygem-curb/Makefile +++ b/ftp/rubygem-curb/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl USES= gem -USE_RUBY= yes .include diff --git a/ftp/rubygem-net-ftp/Makefile b/ftp/rubygem-net-ftp/Makefile index ec5f4c0b3..866384fb2 100644 --- a/ftp/rubygem-net-ftp/Makefile +++ b/ftp/rubygem-net-ftp/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \ rubygem-time>=0:devel/rubygem-time USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile index 19a2d37a2..2e16c0af5 100644 --- a/games/linux-steam-utils/Makefile +++ b/games/linux-steam-utils/Makefile @@ -17,16 +17,14 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf \ zenity:x11/zenity -USES= linux +USES= linux ruby:run USE_GITHUB= yes GH_ACCOUNT= shkhln GH_PROJECT= linuxulator-steam-utils USE_LINUX= devtools:build dbuslibs gtk2 dri nss alsa-plugins-oss -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} ALL_TARGET= build diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index f75fb87dd..387d3d9a3 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -17,10 +17,9 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ rubygem-narray>=0.6.1.1:math/rubygem-narray \ rubygem-rubyzip>=1.2.1:archivers/rubygem-rubyzip +USES= gettext ruby tar:tgz NO_ARCH= yes PORTDOCS= COPYING ChangeLog README README.ninix SAORI -USES= gettext tar:tgz -USE_RUBY= yes OPTIONS_DEFINE= DOCS diff --git a/games/rubygem-fortune_gem/Makefile b/games/rubygem-fortune_gem/Makefile index 72c1d91c8..533029ddb 100644 --- a/games/rubygem-fortune_gem/Makefile +++ b/games/rubygem-fortune_gem/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/nodanaonlyzuul/fortune_gem LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/fortune_gem diff --git a/games/rubygem-lolcat/Makefile b/games/rubygem-lolcat/Makefile index 6952cbcf5..3c6f33a0d 100644 --- a/games/rubygem-lolcat/Makefile +++ b/games/rubygem-lolcat/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-manpages>=0.6.1<0.7:devel/rubygem-manpages \ USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/games/rubygem-vimgolf/Makefile b/games/rubygem-vimgolf/Makefile index 2d04be7ca..228ce6a88 100644 --- a/games/rubygem-vimgolf/Makefile +++ b/games/rubygem-vimgolf/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-highline>=2.0:devel/rubygem-highline \ rubygem-thor>=1.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 08e295fdc..1f9e9bd04 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -16,9 +16,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgd.so:graphics/gd \ libpng.so:graphics/png -USES= jpeg -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USES= jpeg ruby:extconf RUBY_MODNAME= ${PORTNAME:tl} diff --git a/graphics/rubygem-blurhash/Makefile b/graphics/rubygem-blurhash/Makefile index ffbc1e584..c6b25238a 100644 --- a/graphics/rubygem-blurhash/Makefile +++ b/graphics/rubygem-blurhash/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi -USE_RUBY= yes USES= gem .include diff --git a/graphics/rubygem-cairo/Makefile b/graphics/rubygem-cairo/Makefile index 14f33425b..22e38a2fb 100644 --- a/graphics/rubygem-cairo/Makefile +++ b/graphics/rubygem-cairo/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= rubygem-native-package-installer>=1.0.3:devel/rubygem-native-packag USES= gem gnome pkgconfig USE_GNOME= cairo -USE_RUBY= yes .include diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile index a72c6889f..34992601f 100644 --- a/graphics/rubygem-captcha/Makefile +++ b/graphics/rubygem-captcha/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rmagick>=2.9.2:graphics/rubygem-rmagick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-chunky_png/Makefile b/graphics/rubygem-chunky_png/Makefile index f82c62761..2317cfc5b 100644 --- a/graphics/rubygem-chunky_png/Makefile +++ b/graphics/rubygem-chunky_png/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-clutter-gdk/Makefile b/graphics/rubygem-clutter-gdk/Makefile index 7d9e670bb..62991a88a 100644 --- a/graphics/rubygem-clutter-gdk/Makefile +++ b/graphics/rubygem-clutter-gdk/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \ rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-clutter-gtk/Makefile b/graphics/rubygem-clutter-gtk/Makefile index b91f33c10..654387502 100644 --- a/graphics/rubygem-clutter-gtk/Makefile +++ b/graphics/rubygem-clutter-gtk/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \ rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-clutter/Makefile b/graphics/rubygem-clutter/Makefile index afff0f1fa..c88494ac4 100644 --- a/graphics/rubygem-clutter/Makefile +++ b/graphics/rubygem-clutter/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-dragonfly/Makefile b/graphics/rubygem-dragonfly/Makefile index bf17da629..cd5d67b73 100644 --- a/graphics/rubygem-dragonfly/Makefile +++ b/graphics/rubygem-dragonfly/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-rack>=1.3,3:www/rubygem-rack USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-emoji/Makefile b/graphics/rubygem-emoji/Makefile index 1215bb66b..6fd5ee267 100644 --- a/graphics/rubygem-emoji/Makefile +++ b/graphics/rubygem-emoji/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-exifr/Makefile b/graphics/rubygem-exifr/Makefile index ac166ff95..17068b65c 100644 --- a/graphics/rubygem-exifr/Makefile +++ b/graphics/rubygem-exifr/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/remvee/exifr LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile index 8fa2d6ead..1ad51fdaf 100644 --- a/graphics/rubygem-ezprint/Makefile +++ b/graphics/rubygem-ezprint/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-pdfkit>=0.8.0:graphics/rubygem-pdfkit NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/graphics/rubygem-fastimage/Makefile b/graphics/rubygem-fastimage/Makefile index 596edbf34..5d2e073b3 100644 --- a/graphics/rubygem-fastimage/Makefile +++ b/graphics/rubygem-fastimage/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-flamegraph/Makefile b/graphics/rubygem-flamegraph/Makefile index 94e897315..d83f51bb7 100644 --- a/graphics/rubygem-flamegraph/Makefile +++ b/graphics/rubygem-flamegraph/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile index cb154211b..504fdb8a3 100644 --- a/graphics/rubygem-gd2/Makefile +++ b/graphics/rubygem-gd2/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libgd.so:graphics/gd NO_ARCH= yes -USE_RUBY= yes USES= gem post-patch: diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile index b00b303ba..abff36aa4 100644 --- a/graphics/rubygem-gdk_pixbuf2/Makefile +++ b/graphics/rubygem-gdk_pixbuf2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2 USES= gem gnome USE_GNOME= gdkpixbuf2 -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-gemojione/Makefile b/graphics/rubygem-gemojione/Makefile index 7134f229a..cb33081a9 100644 --- a/graphics/rubygem-gemojione/Makefile +++ b/graphics/rubygem-gemojione/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-gemojione32/Makefile b/graphics/rubygem-gemojione32/Makefile index f8973bf06..2ee248947 100644 --- a/graphics/rubygem-gemojione32/Makefile +++ b/graphics/rubygem-gemojione32/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile index f66eefe42..6a2e0a67c 100644 --- a/graphics/rubygem-geokit/Makefile +++ b/graphics/rubygem-geokit/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/graphics/rubygem-gitlab_emoji/Makefile b/graphics/rubygem-gitlab_emoji/Makefile index edfca8ece..71ac83b0d 100644 --- a/graphics/rubygem-gitlab_emoji/Makefile +++ b/graphics/rubygem-gitlab_emoji/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-gemojione>=2.2.1:graphics/rubygem-gemojione USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index e4b29c6e6..a50208b7e 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-histogram>=0:graphics/rubygem-histogram \ rubygem-rmagick>=4.2:graphics/rubygem-rmagick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-histogram/Makefile b/graphics/rubygem-histogram/Makefile index 4bed6f29c..8a0c9a63a 100644 --- a/graphics/rubygem-histogram/Makefile +++ b/graphics/rubygem-histogram/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-image_processing/Makefile b/graphics/rubygem-image_processing/Makefile index 83d843928..dac4b73b5 100644 --- a/graphics/rubygem-image_processing/Makefile +++ b/graphics/rubygem-image_processing/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-mini_magick>=4.9.5<5:graphics/rubygem-mini_magick \ rubygem-ruby-vips>=2.0.17<3:graphics/rubygem-ruby-vips USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-image_science/Makefile b/graphics/rubygem-image_science/Makefile index 72f82d92d..082fb023d 100644 --- a/graphics/rubygem-image_science/Makefile +++ b/graphics/rubygem-image_science/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-imagesize/Makefile b/graphics/rubygem-imagesize/Makefile index 2c5661f79..200661037 100644 --- a/graphics/rubygem-imagesize/Makefile +++ b/graphics/rubygem-imagesize/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index 29f6af9ab..9b12e80d1 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails61>=4.2:www/rubygem-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-mini_magick/Makefile b/graphics/rubygem-mini_magick/Makefile index 5986dd75d..319089dba 100644 --- a/graphics/rubygem-mini_magick/Makefile +++ b/graphics/rubygem-mini_magick/Makefile @@ -18,7 +18,6 @@ IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick6*) IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7*) USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-mini_magick410/Makefile b/graphics/rubygem-mini_magick410/Makefile index a078b10cb..b9d2e089e 100644 --- a/graphics/rubygem-mini_magick410/Makefile +++ b/graphics/rubygem-mini_magick410/Makefile @@ -19,7 +19,6 @@ IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick6*) IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7*) USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index d5951f8fd..391e3f595 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -14,7 +14,6 @@ BROKEN= OpenCV4 no longer ships OpencCV-1.0 headers LIB_DEPENDS= libopencv_video.so:graphics/opencv -USE_RUBY= yes USES= gem pkgconfig post-patch: diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index 5431ec51a..bb6e82c19 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -15,6 +15,5 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gl gem USE_GL= glut -USE_RUBY= yes .include diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile index 8fd42b115..af4e0688f 100644 --- a/graphics/rubygem-pdfkit/Makefile +++ b/graphics/rubygem-pdfkit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= wkhtmltopdf:converters/wkhtmltopdf USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile index f0a2aba17..904c4d787 100644 --- a/graphics/rubygem-png/Makefile +++ b/graphics/rubygem-png/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-railroad/Makefile b/graphics/rubygem-railroad/Makefile index e2248dfe9..cb282cd83 100644 --- a/graphics/rubygem-railroad/Makefile +++ b/graphics/rubygem-railroad/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/railroad diff --git a/graphics/rubygem-red-colors/Makefile b/graphics/rubygem-red-colors/Makefile index 75e238a9a..10352844a 100644 --- a/graphics/rubygem-red-colors/Makefile +++ b/graphics/rubygem-red-colors/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-matrix>=0:math/rubygem-matrix USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile index 672e08bc5..d73f2b15e 100644 --- a/graphics/rubygem-rmagick/Makefile +++ b/graphics/rubygem-rmagick/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-pkg-config>=1.4<2:devel/rubygem-pkg-config USES= gem pkgconfig shebangfix -USE_RUBY= yes SHEBANG_FILES= .devcontainer/*.sh diff --git a/graphics/rubygem-rsvg2/Makefile b/graphics/rubygem-rsvg2/Makefile index c432162cd..fbd421d2b 100644 --- a/graphics/rubygem-rsvg2/Makefile +++ b/graphics/rubygem-rsvg2/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ USES= gem gnome USE_GNOME= librsvg2 -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-ruby-graphviz/Makefile b/graphics/rubygem-ruby-graphviz/Makefile index c58650508..e12f88d97 100644 --- a/graphics/rubygem-ruby-graphviz/Makefile +++ b/graphics/rubygem-ruby-graphviz/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= gxl2dot:graphics/graphviz \ rubygem-rexml>=0:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-ruby-vips/Makefile b/graphics/rubygem-ruby-vips/Makefile index f09a9dfcc..2cc493cb4 100644 --- a/graphics/rubygem-ruby-vips/Makefile +++ b/graphics/rubygem-ruby-vips/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-ffi>=1.12<2:devel/rubygem-ffi USES= gem gnome shebangfix USE_GNOME= glib20 -USE_RUBY= yes NO_ARCH= yes diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index 34bf6f08a..15179a8e7 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem post-patch: diff --git a/graphics/rubygem-tanuki_emoji/Makefile b/graphics/rubygem-tanuki_emoji/Makefile index 80a90dfe3..1a8a34539 100644 --- a/graphics/rubygem-tanuki_emoji/Makefile +++ b/graphics/rubygem-tanuki_emoji/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 2a2415fe5..aca35f99d 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -23,10 +23,8 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet rubygem-oauth21>=0:net/rubygem-oauth21 LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet -USES= cpe +USES= cpe ruby:setup -USE_RUBY= yes -USE_RUBY_SETUP= yes CONFIGURE_ARGS= --prefix=${PREFIX} NO_ARCH= yes diff --git a/irc/rubygem-cinch/Makefile b/irc/rubygem-cinch/Makefile index ef8d5426a..fec18aa03 100644 --- a/irc/rubygem-cinch/Makefile +++ b/irc/rubygem-cinch/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/irc/rubygem-cogbot/Makefile b/irc/rubygem-cogbot/Makefile index 62a298e17..3984b818b 100644 --- a/irc/rubygem-cogbot/Makefile +++ b/irc/rubygem-cogbot/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-cinch>=2.3.3:irc/rubygem-cinch \ rubygem-fortune_gem>=0.0.9:games/rubygem-fortune_gem NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/cogbot diff --git a/irc/rubygem-lita-irc/Makefile b/irc/rubygem-lita-irc/Makefile index 69af70fc2..29663f4b9 100644 --- a/irc/rubygem-lita-irc/Makefile +++ b/irc/rubygem-lita-irc/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-cinch>=2.0:irc/rubygem-cinch \ rubygem-lita>=4.0:net-im/rubygem-lita NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/irc/rubygem-net-irc/Makefile b/irc/rubygem-net-irc/Makefile index 79fc8d3c4..98e250415 100644 --- a/irc/rubygem-net-irc/Makefile +++ b/irc/rubygem-net-irc/Makefile @@ -13,7 +13,6 @@ LICENSE= RUBY NO_ARCH= yes REINPLACE_ARGS= -i '' -USE_RUBY= yes USES= gem post-patch: diff --git a/japanese/gedy/Makefile b/japanese/gedy/Makefile index 1169c97e9..3946594de 100644 --- a/japanese/gedy/Makefile +++ b/japanese/gedy/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ rubygem-gio2>=3.1.0:devel/rubygem-gio2 \ ${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby -USE_RUBY= yes -USES= shebangfix +USES= ruby shebangfix SHEBANG_FILES= ${PORTNAME} ruby_OLD_CMD= /usr/bin/ruby1.9.3 diff --git a/japanese/gsuica/Makefile b/japanese/gsuica/Makefile index 5f64016fa..ebf3e6612 100644 --- a/japanese/gsuica/Makefile +++ b/japanese/gsuica/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS= rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \ rubygem-gio2>=3.1.0:devel/rubygem-gio2 \ ${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby -USE_RUBY= yes -USES= shebangfix +USES= ruby shebangfix SHEBANG_FILES= ${PORTNAME} ruby_OLD_CMD= /usr/bin/ruby1.9.3 diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile index e3b82e87f..ba37e6427 100644 --- a/japanese/migemo/Makefile +++ b/japanese/migemo/Makefile @@ -23,8 +23,7 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/romkan.rb:japanese/ruby-romkan \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USES+= autoreconf -USE_RUBY= yes +USES+= autoreconf ruby .if !defined(SLAVE_PORT) EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.am \ diff --git a/japanese/ruby-romkan/Makefile b/japanese/ruby-romkan/Makefile index 6d57579ad..dae5df860 100644 --- a/japanese/ruby-romkan/Makefile +++ b/japanese/ruby-romkan/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Romaji <-> Kana conversion library for Ruby WWW= http://0xcc.net/ruby-romkan/index.html.en -USE_RUBY= yes +USES= ruby NO_BUILD= yes diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile index 4b8570095..71ec25d3f 100644 --- a/japanese/ruby-uconv/Makefile +++ b/japanese/ruby-uconv/Makefile @@ -8,8 +8,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Unicode conversion library with Japanese codesets support for Ruby WWW= http://www.yoshidam.net/Ruby.html #uconv -USE_RUBY= yes -USE_RUBY_EXTCONF= yes +USES= ruby:extconf WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= site-install diff --git a/japanese/rubygem-jpmobile-ipaddresses/Makefile b/japanese/rubygem-jpmobile-ipaddresses/Makefile index 6c1da517b..2fb85c491 100644 --- a/japanese/rubygem-jpmobile-ipaddresses/Makefile +++ b/japanese/rubygem-jpmobile-ipaddresses/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/japanese/rubygem-jpmobile-terminfo/Makefile b/japanese/rubygem-jpmobile-terminfo/Makefile index 13c1e1030..1cf3bbbd0 100644 --- a/japanese/rubygem-jpmobile-terminfo/Makefile +++ b/japanese/rubygem-jpmobile-terminfo/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/japanese/rubygem-jpmobile4/Makefile b/japanese/rubygem-jpmobile4/Makefile index df9bbd3a7..31a2ca888 100644 --- a/japanese/rubygem-jpmobile4/Makefile +++ b/japanese/rubygem-jpmobile4/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rails4>0:www/rubygem-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/japanese/rubygem-mail-iso-2022-jp/Makefile b/japanese/rubygem-mail-iso-2022-jp/Makefile index 758bffdbc..f2cba58bc 100644 --- a/japanese/rubygem-mail-iso-2022-jp/Makefile +++ b/japanese/rubygem-mail-iso-2022-jp/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-mail>=2.2.6,2<2.7.2,2:mail/rubygem-mail USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/japanese/rubygem-myrurema/Makefile b/japanese/rubygem-myrurema/Makefile index 084b630c9..1217b291a 100644 --- a/japanese/rubygem-myrurema/Makefile +++ b/japanese/rubygem-myrurema/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/yhara/myrurema RUN_DEPENDS= rubygem-launchy>=2.3<3:devel/rubygem-launchy USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index fc5b9840e..924d00c76 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -73,12 +73,12 @@ TEST_VARS= AWT_TEST=true FULL_TEST=true WEBKIT_IMPLIES= MEDIA WEBKIT_BUILD_DEPENDS= cmake:devel/cmake-core WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu -WEBKIT_USES= bison gmake gperf perl5 python:3.5+,build +WEBKIT_USES= bison gmake gperf perl5 python:3.5+,build ruby:build WEBKIT_USE= GNOME=libxslt,libxml2 \ PERL5=build \ RUBY=yes \ XORG=xcomposite,xdamage,xfixes,xrender,xt -WEBKIT_VARS= RUBY_NO_RUN_DEPENDS=yes COMPILE_WEBKIT=true +WEBKIT_VARS= COMPILE_WEBKIT=true # Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle _GRADLE_ENV= CC=${WRKDIR}/bin/ccwrapper \ diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile index 132630133..73c1965ba 100644 --- a/lang/ruby27/Makefile +++ b/lang/ruby27/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ssl tar:xz +USES= autoreconf cpe ruby:none ssl tar:xz CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -44,9 +44,6 @@ WRKSRC= ${RUBY_WRKSRC} MAKE_JOBS_UNSAFE= yes RUBY_VER= 2.7 -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -RUBY_NO_RUN_DEPENDS= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC OPTIONS_DEFAULT= RDOC LIBEDIT diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index b4e564ce8..1dddd8580 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ssl tar:xz +USES= autoreconf cpe ruby:none ssl tar:xz CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -40,9 +40,6 @@ USE_LDCONFIG= yes WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 3.0 -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -RUBY_NO_RUN_DEPENDS= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC OPTIONS_DEFAULT= RDOC LIBEDIT diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile index 0bf41f00e..d8eac85a0 100644 --- a/lang/ruby31/Makefile +++ b/lang/ruby31/Makefile @@ -20,14 +20,11 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ssl tar:xz +USES= autoreconf cpe ruby:none ssl tar:xz CPE_VENDOR= ruby-lang CPE_VERSION= ${RUBY_RELVERSION} CPE_UPDATE= p${RUBY_PATCHLEVEL} USE_LDCONFIG= yes -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -RUBY_NO_RUN_DEPENDS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ diff --git a/lang/ruby32/Makefile b/lang/ruby32/Makefile index 7ac4d1381..928c79b8e 100644 --- a/lang/ruby32/Makefile +++ b/lang/ruby32/Makefile @@ -20,14 +20,11 @@ BUILD_DEPENDS= libffi>=0:devel/libffi LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= libffi>=0:devel/libffi -USES= autoreconf cpe ssl tar:xz +USES= autoreconf cpe ruby:none ssl tar:xz CPE_VENDOR= ruby-lang CPE_VERSION= ${RUBY_RELVERSION} CPE_UPDATE= p${RUBY_PATCHLEVEL} USE_LDCONFIG= yes -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes -RUBY_NO_RUN_DEPENDS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ diff --git a/lang/rubygem-ruby_language_server/Makefile b/lang/rubygem-ruby_language_server/Makefile index e00858b01..e059812ac 100644 --- a/lang/rubygem-ruby_language_server/Makefile +++ b/lang/rubygem-ruby_language_server/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-activerecord61>=6.1<7:databases/rubygem-activerecord61 \ rubygem-sqlite3>=0:databases/rubygem-sqlite3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile index a3b139d58..cb927ee5b 100644 --- a/mail/bsfilter/Makefile +++ b/mail/bsfilter/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= rubygem-gdbm>=2.0.0,2:databases/rubygem-gdbm NO_BUILD= yes -USE_RUBY= yes -USES= shebangfix tar:tgz +USES= ruby shebangfix tar:tgz SHEBANG_FILES= bsfilter/bsfilter OPTIONS_DEFINE= EXAMPLES diff --git a/mail/lens/Makefile b/mail/lens/Makefile index 76a264297..133809340 100644 --- a/mail/lens/Makefile +++ b/mail/lens/Makefile @@ -9,8 +9,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Mail filter written in Ruby WWW= http://www.pitecan.com/Lens/ -USES= shebangfix -USE_RUBY= yes +USES= ruby shebangfix NO_ARCH= yes NO_BUILD= yes diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index 84f14afcf..5c2e8efe8 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -17,11 +17,10 @@ RUN_DEPENDS= rubygem-gio2>0:devel/rubygem-gio2 \ rubygem-rexml>0:textproc/rubygem-rexml USES= compiler:c++11-lang gettext gmake gnome libtool pathfix \ - pkgconfig + pkgconfig ruby USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_RC_SUBR= milter-manager -USE_RUBY= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ diff --git a/mail/rubygem-actionmailbox60/Makefile b/mail/rubygem-actionmailbox60/Makefile index 6788f12a2..077b09521 100644 --- a/mail/rubygem-actionmailbox60/Makefile +++ b/mail/rubygem-actionmailbox60/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-mail>=2.7.1,2:mail/rubygem-mail USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailbox61/Makefile b/mail/rubygem-actionmailbox61/Makefile index 61c1e31dc..4ebec87b4 100644 --- a/mail/rubygem-actionmailbox61/Makefile +++ b/mail/rubygem-actionmailbox61/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-mail>=2.7.1,2:mail/rubygem-mail USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailbox70/Makefile b/mail/rubygem-actionmailbox70/Makefile index 2d3e3b1a7..37653d589 100644 --- a/mail/rubygem-actionmailbox70/Makefile +++ b/mail/rubygem-actionmailbox70/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-net-smtp>=0:mail/rubygem-net-smtp USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile index 58af243bd..436f382eb 100644 --- a/mail/rubygem-actionmailer4/Makefile +++ b/mail/rubygem-actionmailer4/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ rubygem-rails-dom-testing1>=1.0.5<2:textproc/rubygem-rails-dom-testing1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer5/Makefile b/mail/rubygem-actionmailer5/Makefile index c8f14f4e4..6f4a580f3 100644 --- a/mail/rubygem-actionmailer5/Makefile +++ b/mail/rubygem-actionmailer5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ rubygem-rails-dom-testing-rails5>=2.0<3:textproc/rubygem-rails-dom-testing-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer50/Makefile b/mail/rubygem-actionmailer50/Makefile index d57e2aff6..49f4375a3 100644 --- a/mail/rubygem-actionmailer50/Makefile +++ b/mail/rubygem-actionmailer50/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ rubygem-rails-dom-testing-rails50>=2.0<3:textproc/rubygem-rails-dom-testing-rails50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer52/Makefile b/mail/rubygem-actionmailer52/Makefile index 5cb93eaea..29e968b0d 100644 --- a/mail/rubygem-actionmailer52/Makefile +++ b/mail/rubygem-actionmailer52/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-rails-dom-testing-rails52>=2.0<3:textproc/rubygem-rails-dom-testing-rails52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer60/Makefile b/mail/rubygem-actionmailer60/Makefile index 1cf1f28d8..111f16ead 100644 --- a/mail/rubygem-actionmailer60/Makefile +++ b/mail/rubygem-actionmailer60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer61/Makefile b/mail/rubygem-actionmailer61/Makefile index b804879ef..df8d2cc26 100644 --- a/mail/rubygem-actionmailer61/Makefile +++ b/mail/rubygem-actionmailer61/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-actionmailer70/Makefile b/mail/rubygem-actionmailer70/Makefile index e378db5f5..87b524828 100644 --- a/mail/rubygem-actionmailer70/Makefile +++ b/mail/rubygem-actionmailer70/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-rails-dom-testing-rails70>=2.0<3:textproc/rubygem-rails-dom-testing-rails70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-email_reply_parser-discourse/Makefile b/mail/rubygem-email_reply_parser-discourse/Makefile index 7932197c6..d6268050f 100644 --- a/mail/rubygem-email_reply_parser-discourse/Makefile +++ b/mail/rubygem-email_reply_parser-discourse/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/mail/rubygem-email_reply_parser/Makefile b/mail/rubygem-email_reply_parser/Makefile index 0c5d2b365..367659b6d 100644 --- a/mail/rubygem-email_reply_parser/Makefile +++ b/mail/rubygem-email_reply_parser/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-email_reply_trimmer/Makefile b/mail/rubygem-email_reply_trimmer/Makefile index 60908e01d..74e639cba 100644 --- a/mail/rubygem-email_reply_trimmer/Makefile +++ b/mail/rubygem-email_reply_trimmer/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-exception_notification/Makefile b/mail/rubygem-exception_notification/Makefile index 74cf66a55..5891c903a 100644 --- a/mail/rubygem-exception_notification/Makefile +++ b/mail/rubygem-exception_notification/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionmailer52>=5.2<8:mail/rubygem-actionmailer52 \ rubygem-activesupport52>=5.2<8:devel/rubygem-activesupport52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-gitlab-mail_room/Makefile b/mail/rubygem-gitlab-mail_room/Makefile index e4fcccca2..fa557faa9 100644 --- a/mail/rubygem-gitlab-mail_room/Makefile +++ b/mail/rubygem-gitlab-mail_room/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-io-wait01>=0.1.0<0.2:devel/rubygem-io-wait01 \ rubygem-oauth2>=1.4.4<3:net/rubygem-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile index fcc340615..8ce60d1ff 100644 --- a/mail/rubygem-mail/Makefile +++ b/mail/rubygem-mail/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-mini_mime>=0.1.1:mail/rubygem-mini_mime USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-mail_room/Makefile b/mail/rubygem-mail_room/Makefile index deaf9f020..e64c8d996 100644 --- a/mail/rubygem-mail_room/Makefile +++ b/mail/rubygem-mail_room/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-mailboxer/Makefile b/mail/rubygem-mailboxer/Makefile index 0127c8db7..b4086b5d7 100644 --- a/mail/rubygem-mailboxer/Makefile +++ b/mail/rubygem-mailboxer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-carrierwave>=0.5.8:www/rubygem-carrierwave \ rubygem-rails5>=5.0.0:www/rubygem-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-mailfactory/Makefile b/mail/rubygem-mailfactory/Makefile index 89775f5b6..872043a95 100644 --- a/mail/rubygem-mailfactory/Makefile +++ b/mail/rubygem-mailfactory/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-mime-types>=1.13.1:misc/rubygem-mime-types NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/mail/rubygem-mini_mime/Makefile b/mail/rubygem-mini_mime/Makefile index 1eab370c7..f28c5ea09 100644 --- a/mail/rubygem-mini_mime/Makefile +++ b/mail/rubygem-mini_mime/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-net-imap/Makefile b/mail/rubygem-net-imap/Makefile index 4b23b9852..0be156eba 100644 --- a/mail/rubygem-net-imap/Makefile +++ b/mail/rubygem-net-imap/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-net-pop/Makefile b/mail/rubygem-net-pop/Makefile index 56ddf4e75..067edb5e7 100644 --- a/mail/rubygem-net-pop/Makefile +++ b/mail/rubygem-net-pop/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-net-smtp/Makefile b/mail/rubygem-net-smtp/Makefile index 0127d5f65..57323d8f6 100644 --- a/mail/rubygem-net-smtp/Makefile +++ b/mail/rubygem-net-smtp/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-pony/Makefile b/mail/rubygem-pony/Makefile index 02339e04d..81202cddd 100644 --- a/mail/rubygem-pony/Makefile +++ b/mail/rubygem-pony/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-mail>=2.0:mail/rubygem-mail USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer-rails-rails5/Makefile b/mail/rubygem-premailer-rails-rails5/Makefile index 2a5899301..4dcf62f3c 100644 --- a/mail/rubygem-premailer-rails-rails5/Makefile +++ b/mail/rubygem-premailer-rails-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionmailer5>=3:mail/rubygem-actionmailer5 \ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer-rails-rails52/Makefile b/mail/rubygem-premailer-rails-rails52/Makefile index 50bae25e2..83e4727bf 100644 --- a/mail/rubygem-premailer-rails-rails52/Makefile +++ b/mail/rubygem-premailer-rails-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionmailer52>=3:mail/rubygem-actionmailer52 \ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer-rails-rails60/Makefile b/mail/rubygem-premailer-rails-rails60/Makefile index f73605df6..146075888 100644 --- a/mail/rubygem-premailer-rails-rails60/Makefile +++ b/mail/rubygem-premailer-rails-rails60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionmailer60>=3:mail/rubygem-actionmailer60 \ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer-rails-rails61/Makefile b/mail/rubygem-premailer-rails-rails61/Makefile index 8f1397c5d..6902fbc0d 100644 --- a/mail/rubygem-premailer-rails-rails61/Makefile +++ b/mail/rubygem-premailer-rails-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionmailer61>=3:mail/rubygem-actionmailer61 \ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer-rails/Makefile b/mail/rubygem-premailer-rails/Makefile index 1e65a016d..d2d1ad2a9 100644 --- a/mail/rubygem-premailer-rails/Makefile +++ b/mail/rubygem-premailer-rails/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \ rubygem-premailer>=1.7.9<2:mail/rubygem-premailer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-premailer/Makefile b/mail/rubygem-premailer/Makefile index 24960a2fd..4840d1ab4 100644 --- a/mail/rubygem-premailer/Makefile +++ b/mail/rubygem-premailer/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-htmlentities>=4.0.0:textproc/rubygem-htmlentities USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-rmail/Makefile b/mail/rubygem-rmail/Makefile index 3530b4f9a..042344f66 100644 --- a/mail/rubygem-rmail/Makefile +++ b/mail/rubygem-rmail/Makefile @@ -9,7 +9,6 @@ COMMENT= Lightweight mail library LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-roadie-rails-rails4/Makefile b/mail/rubygem-roadie-rails-rails4/Makefile index 05906f9ad..6fec6684b 100644 --- a/mail/rubygem-roadie-rails-rails4/Makefile +++ b/mail/rubygem-roadie-rails-rails4/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-railties4>=3.0<5.3:www/rubygem-railties4 \ rubygem-roadie3>=3.1<4:mail/rubygem-roadie3 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-roadie-rails-rails52/Makefile b/mail/rubygem-roadie-rails-rails52/Makefile index 4108de8ab..d267582a0 100644 --- a/mail/rubygem-roadie-rails-rails52/Makefile +++ b/mail/rubygem-roadie-rails-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-railties52>=3.0:www/rubygem-railties52 \ rubygem-roadie3>=3.1:mail/rubygem-roadie3 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-roadie-rails-rails61/Makefile b/mail/rubygem-roadie-rails-rails61/Makefile index 1a7d8f41f..3152fb5fe 100644 --- a/mail/rubygem-roadie-rails-rails61/Makefile +++ b/mail/rubygem-roadie-rails-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-railties61>=5.1:www/rubygem-railties61 \ rubygem-roadie>=5.0:mail/rubygem-roadie USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-roadie/Makefile b/mail/rubygem-roadie/Makefile index 505728d68..9fa6676d2 100644 --- a/mail/rubygem-roadie/Makefile +++ b/mail/rubygem-roadie/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-css_parser>=1.4<2:textproc/rubygem-css_parser \ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-roadie3/Makefile b/mail/rubygem-roadie3/Makefile index b25693aba..d13eb15cf 100644 --- a/mail/rubygem-roadie3/Makefile +++ b/mail/rubygem-roadie3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-css_parser>=1.4<2:textproc/rubygem-css_parser \ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-ruby-qmail/Makefile b/mail/rubygem-ruby-qmail/Makefile index 996f371ce..279e7e758 100644 --- a/mail/rubygem-ruby-qmail/Makefile +++ b/mail/rubygem-ruby-qmail/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rspec>=1.2.9:devel/rubygem-rspec NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/mail/rubygem-valid_email/Makefile b/mail/rubygem-valid_email/Makefile index 1ab51789d..b972971b4 100644 --- a/mail/rubygem-valid_email/Makefile +++ b/mail/rubygem-valid_email/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ rubygem-simpleidn>=0:dns/rubygem-simpleidn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/mail/rubygem-vmail/Makefile b/mail/rubygem-vmail/Makefile index 643fd89ae..55ad9233c 100644 --- a/mail/rubygem-vmail/Makefile +++ b/mail/rubygem-vmail/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-highline1>=1.6.1:devel/rubygem-highline1 \ vim:editors/vim NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/vmail bin/vmail_client bin/vmailsend diff --git a/math/rubygem-algebra/Makefile b/math/rubygem-algebra/Makefile index 67d0540cb..e1dd4e738 100644 --- a/math/rubygem-algebra/Makefile +++ b/math/rubygem-algebra/Makefile @@ -7,7 +7,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for mathematical computations WWW= https://github.com/kunishi/algebra-ruby2 -USE_RUBY= yes USES= gem .include diff --git a/math/rubygem-bigdecimal/Makefile b/math/rubygem-bigdecimal/Makefile index cba133b04..1c5e08437 100644 --- a/math/rubygem-bigdecimal/Makefile +++ b/math/rubygem-bigdecimal/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/ruby/bigdecimal LICENSE= RUBY USES= gem -USE_RUBY= yes .include diff --git a/math/rubygem-enumerable-statistics/Makefile b/math/rubygem-enumerable-statistics/Makefile index 84a2d01c2..9538f5865 100644 --- a/math/rubygem-enumerable-statistics/Makefile +++ b/math/rubygem-enumerable-statistics/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/math/rubygem-expression_parser/Makefile b/math/rubygem-expression_parser/Makefile index 3b69d63c9..e20af1904 100644 --- a/math/rubygem-expression_parser/Makefile +++ b/math/rubygem-expression_parser/Makefile @@ -9,7 +9,6 @@ WWW= http://lukaszwrobel.pl/blog/math-parser-part-3-implementation NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/math/rubygem-fftw3/Makefile b/math/rubygem-fftw3/Makefile index 18eba5335..d4cd7da2a 100644 --- a/math/rubygem-fftw3/Makefile +++ b/math/rubygem-fftw3/Makefile @@ -10,7 +10,6 @@ WWW= http://ruby.gfd-dennou.org/products/ruby-fftw3/ RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray LIB_DEPENDS= libfftw3.so:math/fftw3 -USE_RUBY= yes USES= gem .include diff --git a/math/rubygem-mathn/Makefile b/math/rubygem-mathn/Makefile index dd5a27191..03d370d99 100644 --- a/math/rubygem-mathn/Makefile +++ b/math/rubygem-mathn/Makefile @@ -11,6 +11,5 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/math/rubygem-matrix/Makefile b/math/rubygem-matrix/Makefile index 8cde85848..1186c52a5 100644 --- a/math/rubygem-matrix/Makefile +++ b/math/rubygem-matrix/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/math/rubygem-mtrc/Makefile b/math/rubygem-mtrc/Makefile index acc091c48..570ab7c46 100644 --- a/math/rubygem-mtrc/Makefile +++ b/math/rubygem-mtrc/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem NO_ARCH= yes -USE_RUBY= yes .include diff --git a/math/rubygem-narray/Makefile b/math/rubygem-narray/Makefile index 918ada41a..88211faf6 100644 --- a/math/rubygem-narray/Makefile +++ b/math/rubygem-narray/Makefile @@ -7,7 +7,6 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= Numerical N-dimensional array library for Ruby WWW= https://rubygems.org/gems/narray -USE_RUBY= yes USES= gem .include "${.CURDIR}/Makefile.version" diff --git a/math/rubygem-narray_miss/Makefile b/math/rubygem-narray_miss/Makefile index 4adfb8236..b1116738d 100644 --- a/math/rubygem-narray_miss/Makefile +++ b/math/rubygem-narray_miss/Makefile @@ -10,7 +10,6 @@ WWW= http://ruby.gfd-dennou.org/products/narray_miss/ RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/math/rubygem-numru-misc/Makefile b/math/rubygem-numru-misc/Makefile index baaf72145..4c47b6b16 100644 --- a/math/rubygem-numru-misc/Makefile +++ b/math/rubygem-numru-misc/Makefile @@ -10,7 +10,6 @@ WWW= http://ruby.gfd-dennou.org/products/numru-misc/ RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray \ rubygem-narray_miss>0:math/rubygem-narray_miss -USE_RUBY= yes USES= gem .include diff --git a/math/rubygem-numru-units/Makefile b/math/rubygem-numru-units/Makefile index 9e2f579bd..a1be0e4a5 100644 --- a/math/rubygem-numru-units/Makefile +++ b/math/rubygem-numru-units/Makefile @@ -9,7 +9,6 @@ WWW= https://www.gfd-dennou.org/arch/ruby/products/numru-units/ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/math/rubygem-prime/Makefile b/math/rubygem-prime/Makefile index 21c3a39af..d3c34e858 100644 --- a/math/rubygem-prime/Makefile +++ b/math/rubygem-prime/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-forwardable>=0:devel/rubygem-forwardable \ rubygem-singleton>=0:devel/rubygem-singleton USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/math/rubygem-rb-gsl/Makefile b/math/rubygem-rb-gsl/Makefile index bd4aa6fcd..f0967a194 100644 --- a/math/rubygem-rb-gsl/Makefile +++ b/math/rubygem-rb-gsl/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= rubygem-narray>=0.5.9:math/rubygem-narray -USE_RUBY= yes USES= gem .include diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index cd07d302c..425cd4317 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -9,8 +9,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to edit files in-place through given filter commands WWW= https://akinori.org/ #inplace -USES= tar:bzip2 uidfix shebangfix -USE_RUBY= yes +USES= tar:bzip2 uidfix ruby shebangfix MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" MAKEFILE= BSDmakefile diff --git a/misc/rubygem-dotenv-rails-rails4/Makefile b/misc/rubygem-dotenv-rails-rails4/Makefile index 07ac968cc..68e503e47 100644 --- a/misc/rubygem-dotenv-rails-rails4/Makefile +++ b/misc/rubygem-dotenv-rails-rails4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ rubygem-railties4>=3.2:www/rubygem-railties4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-dotenv-rails-rails5/Makefile b/misc/rubygem-dotenv-rails-rails5/Makefile index 32f9e5a05..782ee7a60 100644 --- a/misc/rubygem-dotenv-rails-rails5/Makefile +++ b/misc/rubygem-dotenv-rails-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ rubygem-railties5>=3.2:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-dotenv-rails-rails50/Makefile b/misc/rubygem-dotenv-rails-rails50/Makefile index a5d72e910..2ed23f540 100644 --- a/misc/rubygem-dotenv-rails-rails50/Makefile +++ b/misc/rubygem-dotenv-rails-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ rubygem-railties50>=3.2:www/rubygem-railties50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-dotenv-rails-rails61/Makefile b/misc/rubygem-dotenv-rails-rails61/Makefile index de215a41b..fb522019a 100644 --- a/misc/rubygem-dotenv-rails-rails61/Makefile +++ b/misc/rubygem-dotenv-rails-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ rubygem-railties61>=6.1:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-dotenv/Makefile b/misc/rubygem-dotenv/Makefile index 8bd5154e4..f8a4d4e79 100644 --- a/misc/rubygem-dotenv/Makefile +++ b/misc/rubygem-dotenv/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-haversine_distance/Makefile b/misc/rubygem-haversine_distance/Makefile index 4c037d6ea..f7d8a682d 100644 --- a/misc/rubygem-haversine_distance/Makefile +++ b/misc/rubygem-haversine_distance/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jirapong/haversine_distance LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-iesd/Makefile b/misc/rubygem-iesd/Makefile index c225269fc..a7cdedd10 100644 --- a/misc/rubygem-iesd/Makefile +++ b/misc/rubygem-iesd/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ntkme/iesd LICENSE= BSD2CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-mime-types-data/Makefile b/misc/rubygem-mime-types-data/Makefile index 86c8402a8..2908b5fda 100644 --- a/misc/rubygem-mime-types-data/Makefile +++ b/misc/rubygem-mime-types-data/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/Licence.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-mime-types/Makefile b/misc/rubygem-mime-types/Makefile index 30c5beee0..ea10f21c6 100644 --- a/misc/rubygem-mime-types/Makefile +++ b/misc/rubygem-mime-types/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/Licence.md RUN_DEPENDS= rubygem-mime-types-data>=3.2015<4:misc/rubygem-mime-types-data USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-mimemagic/Makefile b/misc/rubygem-mimemagic/Makefile index c39319f8f..7268e1292 100644 --- a/misc/rubygem-mimemagic/Makefile +++ b/misc/rubygem-mimemagic/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1<2:textproc/rubygem-nokogiri \ shared-mime-info>=0:misc/shared-mime-info USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-octicons/Makefile b/misc/rubygem-octicons/Makefile index a42471d46..fddae4532 100644 --- a/misc/rubygem-octicons/Makefile +++ b/misc/rubygem-octicons/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nokogiri>=1.6.3.1:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/misc/rubygem-rabbit/Makefile b/misc/rubygem-rabbit/Makefile index dc8885b25..94ce22c89 100644 --- a/misc/rubygem-rabbit/Makefile +++ b/misc/rubygem-rabbit/Makefile @@ -28,7 +28,6 @@ RUN_DEPENDS= rubygem-coderay>=1.0.0:textproc/rubygem-coderay \ NO_ARCH= yes USES= gem gettext -USE_RUBY= yes PLIST_FILES= bin/rabbit bin/rabbirc bin/rabbit-command bin/rabbit-slide \ bin/rabbit-theme diff --git a/misc/rubygem-vpim/Makefile b/misc/rubygem-vpim/Makefile index ac8dcb536..c707b9b90 100644 --- a/misc/rubygem-vpim/Makefile +++ b/misc/rubygem-vpim/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/reminder bin/rrule diff --git a/multimedia/rubygem-av/Makefile b/multimedia/rubygem-av/Makefile index eae133576..0d2b0ca2e 100644 --- a/multimedia/rubygem-av/Makefile +++ b/multimedia/rubygem-av/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-cocaine>=0.5.3:devel/rubygem-cocaine USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/multimedia/rubygem-clutter-gstreamer/Makefile b/multimedia/rubygem-clutter-gstreamer/Makefile index ddef9154f..4d9662843 100644 --- a/multimedia/rubygem-clutter-gstreamer/Makefile +++ b/multimedia/rubygem-clutter-gstreamer/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-clutter>=${PORTSVERSION}:graphics/rubygem-clutter \ rubygem-gstreamer>=${PORTVERSION}:multimedia/rubygem-gstreamer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/multimedia/rubygem-flvtool2/Makefile b/multimedia/rubygem-flvtool2/Makefile index b653abbdb..30a72cf2b 100644 --- a/multimedia/rubygem-flvtool2/Makefile +++ b/multimedia/rubygem-flvtool2/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/flvtool2 diff --git a/multimedia/rubygem-gstreamer/Makefile b/multimedia/rubygem-gstreamer/Makefile index 3d9f80323..5bf51a8f7 100644 --- a/multimedia/rubygem-gstreamer/Makefile +++ b/multimedia/rubygem-gstreamer/Makefile @@ -14,6 +14,5 @@ LIB_DEPENDS= libgstreamer-1.0.so:multimedia/gstreamer1 RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection USES= gem -USE_RUBY= yes .include diff --git a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile b/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile index 8e8b7a9e6..7e8794cd6 100644 --- a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile +++ b/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-av>=0.9.0:multimedia/rubygem-av \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/multimedia/rubygem-paperclip-av-transcoder/Makefile b/multimedia/rubygem-paperclip-av-transcoder/Makefile index c1e2527b5..a3102241c 100644 --- a/multimedia/rubygem-paperclip-av-transcoder/Makefile +++ b/multimedia/rubygem-paperclip-av-transcoder/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-av>=0.9.0:multimedia/rubygem-av \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/multimedia/rubygem-streamio-ffmpeg/Makefile b/multimedia/rubygem-streamio-ffmpeg/Makefile index 489d18197..e375f70de 100644 --- a/multimedia/rubygem-streamio-ffmpeg/Makefile +++ b/multimedia/rubygem-streamio-ffmpeg/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-multi_json>=1.8<2:devel/rubygem-multi_json \ ffmpeg>=3.4.2,1:multimedia/ffmpeg USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index eddd118e9..fd86a0979 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= autoconf>=2.71:devel/autoconf \ USES= magick:7,run pgsql USE_GITHUB= yes USE_RC_SUBR= mastodon_sidekiq mastodon_streaming mastodon_web -USE_RUBY= yes NO_ARCH= yes NO_BUILD= yes diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index af83c07f3..977c1c5eb 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -34,8 +34,7 @@ RUN_DEPENDS= rubygem-gtk3>=3.4.9:x11-toolkits/rubygem-gtk3 \ rubygem-typed-array>=0.1.2:devel/rubygem-typed-array \ rubygem-unf>=0.1.4:textproc/rubygem-unf -USES= shebangfix -USE_RUBY= yes +USES= ruby shebangfix NO_ARCH= yes NO_BUILD= yes diff --git a/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile b/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile index 6b77aeffc..b7a2e58e0 100644 --- a/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile +++ b/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rest-client>=2.0:www/rubygem-rest-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/rubygem-discordrb-webhooks/Makefile b/net-im/rubygem-discordrb-webhooks/Makefile index fb88dccf2..2871d1456 100644 --- a/net-im/rubygem-discordrb-webhooks/Makefile +++ b/net-im/rubygem-discordrb-webhooks/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rest-client>=2.0:www/rubygem-rest-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile index 668cdcd00..fd86803fc 100644 --- a/net-im/rubygem-hipchat/Makefile +++ b/net-im/rubygem-hipchat/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-httparty>=0:www/rubygem-httparty \ rubygem-mimemagic>=0:misc/rubygem-mimemagic USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/rubygem-lita/Makefile b/net-im/rubygem-lita/Makefile index f070288ac..58a74e136 100644 --- a/net-im/rubygem-lita/Makefile +++ b/net-im/rubygem-lita/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= redis>=0:databases/redis \ rubygem-thor>=1.0:devel/rubygem-thor USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile index 43499c8cb..6702b20cc 100644 --- a/net-im/rubygem-termtter/Makefile +++ b/net-im/rubygem-termtter/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-activerecord4>=4.1.0<5:databases/rubygem-activerecord4 \ rubygem-termcolor>=1.0<2:textproc/rubygem-termcolor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-im/rubygem-tinder/Makefile b/net-im/rubygem-tinder/Makefile index cf4e6fa5d..d59a8600d 100644 --- a/net-im/rubygem-tinder/Makefile +++ b/net-im/rubygem-tinder/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-eventmachine>=1.0<2:devel/rubygem-eventmachine \ rubygem-twitter-stream>=0.1<1:net/rubygem-twitter-stream USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-blimpy/Makefile b/net-mgmt/rubygem-blimpy/Makefile index 8aeffd1c1..8d6f81d8b 100644 --- a/net-mgmt/rubygem-blimpy/Makefile +++ b/net-mgmt/rubygem-blimpy/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog>=0:devel/rubygem-fog \ rubygem-thor>=0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-checkson/Makefile b/net-mgmt/rubygem-checkson/Makefile index 953664254..c8c4a6221 100644 --- a/net-mgmt/rubygem-checkson/Makefile +++ b/net-mgmt/rubygem-checkson/Makefile @@ -10,7 +10,6 @@ WWW= https://gitlab.fsrv.xyz LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-oxidized-script/Makefile b/net-mgmt/rubygem-oxidized-script/Makefile index 97816501c..c30a65c9a 100644 --- a/net-mgmt/rubygem-oxidized-script/Makefile +++ b/net-mgmt/rubygem-oxidized-script/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-oxidized>=0.25:net-mgmt/rubygem-oxidized \ rubygem-slop3>=3.5:devel/rubygem-slop3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-oxidized-web/Makefile b/net-mgmt/rubygem-oxidized-web/Makefile index 07ff98817..25ef33d54 100644 --- a/net-mgmt/rubygem-oxidized-web/Makefile +++ b/net-mgmt/rubygem-oxidized-web/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ rubygem-sinatra1>=1.4.6:www/rubygem-sinatra1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-oxidized/Makefile b/net-mgmt/rubygem-oxidized/Makefile index 057ae4c24..e0386b6ba 100644 --- a/net-mgmt/rubygem-oxidized/Makefile +++ b/net-mgmt/rubygem-oxidized/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-asetus>=0.1<1:devel/rubygem-asetus \ rubygem-slop>=4.6<5:devel/rubygem-slop USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes USE_RC_SUBR= oxidized diff --git a/net-mgmt/rubygem-riemann-client/Makefile b/net-mgmt/rubygem-riemann-client/Makefile index 6b63e7071..8fd7252b5 100644 --- a/net-mgmt/rubygem-riemann-client/Makefile +++ b/net-mgmt/rubygem-riemann-client/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-beefcake>=1.2:net/rubygem-beefcake \ rubygem-mtrc>=0.0.4:math/rubygem-mtrc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-riemann-dash/Makefile b/net-mgmt/rubygem-riemann-dash/Makefile index 408a7b912..bb8b978d8 100644 --- a/net-mgmt/rubygem-riemann-dash/Makefile +++ b/net-mgmt/rubygem-riemann-dash/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \ USES= gem NO_ARCH= yes -USE_RUBY= yes post-install: # move the public HTML files into DATADIR for webservers diff --git a/net-mgmt/rubygem-riemann-rabbitmq/Makefile b/net-mgmt/rubygem-riemann-rabbitmq/Makefile index 5e97cb8ae..5080fcf7d 100644 --- a/net-mgmt/rubygem-riemann-rabbitmq/Makefile +++ b/net-mgmt/rubygem-riemann-rabbitmq/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-riemann-tools>=0.2.14:net-mgmt/rubygem-riemann-tools \ rubygem-faraday0>=0.8.5:www/rubygem-faraday0 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-riemann-tail/Makefile b/net-mgmt/rubygem-riemann-tail/Makefile index 222cb6381..280ca89fb 100644 --- a/net-mgmt/rubygem-riemann-tail/Makefile +++ b/net-mgmt/rubygem-riemann-tail/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-colorize>=0:devel/rubygem-colorize \ rubygem-thor0>=0:devel/rubygem-thor0 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-riemann-tools/Makefile b/net-mgmt/rubygem-riemann-tools/Makefile index df94b9213..5ee0331ba 100644 --- a/net-mgmt/rubygem-riemann-tools/Makefile +++ b/net-mgmt/rubygem-riemann-tools/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.8:devel/rubygem-json \ rubygem-riemann-client>=1.0:net-mgmt/rubygem-riemann-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net-mgmt/rubygem-snmp/Makefile b/net-mgmt/rubygem-snmp/Makefile index 100141e43..2b94e8237 100644 --- a/net-mgmt/rubygem-snmp/Makefile +++ b/net-mgmt/rubygem-snmp/Makefile @@ -9,7 +9,6 @@ WWW= https://rubygems.org/gems/snmp NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net-mgmt/rubygem-visage-app/Makefile b/net-mgmt/rubygem-visage-app/Makefile index d127814c7..cf9977b06 100644 --- a/net-mgmt/rubygem-visage-app/Makefile +++ b/net-mgmt/rubygem-visage-app/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-errand>=0.7.3:devel/rubygem-errand \ rubygem-yajl-ruby>=1.1.0:devel/rubygem-yajl-ruby NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/visage-app diff --git a/net/dtcp/Makefile b/net/dtcp/Makefile index aec70c8ed..9dc99cdde 100644 --- a/net/dtcp/Makefile +++ b/net/dtcp/Makefile @@ -15,9 +15,8 @@ RUN_DEPENDS= rubygem-dbm>0:databases/rubygem-dbm RUN_DEPENDS+= qpopauth:mail/qpopper .endif -USES= uidfix +USES= ruby uidfix USE_RC_SUBR= dtcpc dtcps -USE_RUBY= yes MAKE_ENV+= RUBY=${RUBY} SUB_LIST+= RUBY=${RUBY} diff --git a/net/foreman-proxy/Makefile b/net/foreman-proxy/Makefile index 2ca0f3721..e8b3b456f 100644 --- a/net/foreman-proxy/Makefile +++ b/net/foreman-proxy/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= rubygem-bundler_ext>=0.4:sysutils/rubygem-bundler_ext \ rubygem-webrick>=1.7:www/rubygem-webrick \ curl:ftp/curl -USES= shebangfix tar:bzip2 +USES= ruby shebangfix tar:bzip2 OPTIONS_DEFINE= BMC PUPPET7 BMC_DESC= Depend on rubyipmi and redfish_client for BMC support @@ -31,7 +31,6 @@ PUPPET7_DESC= Depend on Puppet 7 NO_ARCH= yes NO_BUILD= yes USE_RC_SUBR= foreman-proxy -USE_RUBY= yes FOREMAN_PROXY_USER?= foreman_proxy FOREMAN_PROXY_GROUP?= foreman_proxy diff --git a/net/rubygem-activestorage52/Makefile b/net/rubygem-activestorage52/Makefile index e473750ad..adaa3de45 100644 --- a/net/rubygem-activestorage52/Makefile +++ b/net/rubygem-activestorage52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-marcel>=1.0.0<1.1:devel/rubygem-marcel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-activestorage60/Makefile b/net/rubygem-activestorage60/Makefile index 6a898a8fb..a1c3dbe9f 100644 --- a/net/rubygem-activestorage60/Makefile +++ b/net/rubygem-activestorage60/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-marcel>=1.0<2:devel/rubygem-marcel USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-activestorage61/Makefile b/net/rubygem-activestorage61/Makefile index 330dad109..25adb68fc 100644 --- a/net/rubygem-activestorage61/Makefile +++ b/net/rubygem-activestorage61/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-mini_mime>=1.1.0:mail/rubygem-mini_mime USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-activestorage70/Makefile b/net/rubygem-activestorage70/Makefile index 7eff04a57..a460f7473 100644 --- a/net/rubygem-activestorage70/Makefile +++ b/net/rubygem-activestorage70/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-mini_mime>=1.1.0:mail/rubygem-mini_mime USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-amazon-ec2/Makefile b/net/rubygem-amazon-ec2/Makefile index 96d7e321c..47240caa4 100644 --- a/net/rubygem-amazon-ec2/Makefile +++ b/net/rubygem-amazon-ec2/Makefile @@ -11,7 +11,6 @@ RUN_DEPENDS= rubygem-xml-simple>=1.0.12:textproc/rubygem-xml-simple NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/awshell bin/ec2-gem-example.rb bin/ec2-gem-profile.rb bin/ec2sh bin/setup.rb diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index 6d2e2eab6..eeae5085c 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem python:env shebangfix -USE_RUBY= yes NO_ARCH= yes REINPLACE_ARGS= -i '' diff --git a/net/rubygem-amqp-utils/Makefile b/net/rubygem-amqp-utils/Makefile index 3b278de8a..e1451e4fc 100644 --- a/net/rubygem-amqp-utils/Makefile +++ b/net/rubygem-amqp-utils/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-amqp>=0.7.1:net/rubygem-amqp \ rubygem-trollop1>=1.16.2:devel/rubygem-trollop1 NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/amqp-deleteq bin/amqp-dequeue bin/amqp-enqueue \ diff --git a/net/rubygem-amqp/Makefile b/net/rubygem-amqp/Makefile index 67e0d1b70..d9f23f838 100644 --- a/net/rubygem-amqp/Makefile +++ b/net/rubygem-amqp/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=2.2.0:net/rubygem-amq-protocol \ rubygem-eventmachine>=0:devel/rubygem-eventmachine USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-apollo_upload_server/Makefile b/net/rubygem-apollo_upload_server/Makefile index cb209bea9..00502bc6b 100644 --- a/net/rubygem-apollo_upload_server/Makefile +++ b/net/rubygem-apollo_upload_server/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionpack61>=4.2:www/rubygem-actionpack61 \ rubygem-graphql>=1.8:devel/rubygem-graphql USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-asset_sync/Makefile b/net/rubygem-asset_sync/Makefile index 3fd79ec94..cb24fe227 100644 --- a/net/rubygem-asset_sync/Makefile +++ b/net/rubygem-asset_sync/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activemodel4>=4.1.0:databases/rubygem-activemodel4 \ rubygem-unf>=0:textproc/rubygem-unf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-aws-s3/Makefile b/net/rubygem-aws-s3/Makefile index b9e203fe6..0962be228 100644 --- a/net/rubygem-aws-s3/Makefile +++ b/net/rubygem-aws-s3/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-xml-simple>=0:textproc/rubygem-xml-simple \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/s3sh diff --git a/net/rubygem-aws-ses/Makefile b/net/rubygem-aws-ses/Makefile index ec15aa21d..c0eac25fd 100644 --- a/net/rubygem-aws-ses/Makefile +++ b/net/rubygem-aws-ses/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-xml-simple>=0:textproc/rubygem-xml-simple USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-azure-core/Makefile b/net/rubygem-azure-core/Makefile index 3d2a5fda5..8c0a9687e 100644 --- a/net/rubygem-azure-core/Makefile +++ b/net/rubygem-azure-core/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday0>=0.9<1:www/rubygem-faraday0 \ rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-azure/Makefile b/net/rubygem-azure/Makefile index 4904526c6..e1b1cadef 100644 --- a/net/rubygem-azure/Makefile +++ b/net/rubygem-azure/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-thor0>=0.19<1:devel/rubygem-thor0 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-beefcake/Makefile b/net/rubygem-beefcake/Makefile index 9fa05eff9..751abab61 100644 --- a/net/rubygem-beefcake/Makefile +++ b/net/rubygem-beefcake/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-bunny/Makefile b/net/rubygem-bunny/Makefile index 1d0b62583..0db131025 100644 --- a/net/rubygem-bunny/Makefile +++ b/net/rubygem-bunny/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-amq-protocol>=2.2.0:net/rubygem-amq-protocol NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-cloudflare/Makefile b/net/rubygem-cloudflare/Makefile index fa79b9bb4..21a20935a 100644 --- a/net/rubygem-cloudflare/Makefile +++ b/net/rubygem-cloudflare/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-async-rest>=0.12.3<0.13:www/rubygem-async-rest USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-connection_pool/Makefile b/net/rubygem-connection_pool/Makefile index 3a5b9ba92..28bae3973 100644 --- a/net/rubygem-connection_pool/Makefile +++ b/net/rubygem-connection_pool/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-docker-api/Makefile b/net/rubygem-docker-api/Makefile index 2c88b54a6..c40093f76 100644 --- a/net/rubygem-docker-api/Makefile +++ b/net/rubygem-docker-api/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-excon>=0.47.0:devel/rubygem-excon \ rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/net/rubygem-dogapi/Makefile b/net/rubygem-dogapi/Makefile index b8b3d334e..aef65d2bd 100644 --- a/net/rubygem-dogapi/Makefile +++ b/net/rubygem-dogapi/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-domain_name/Makefile b/net/rubygem-domain_name/Makefile index 5bec76a9d..d20ae4cc3 100644 --- a/net/rubygem-domain_name/Makefile +++ b/net/rubygem-domain_name/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-unf>=0.0.5<1.0.0:textproc/rubygem-unf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-dropbox-sdk/Makefile b/net/rubygem-dropbox-sdk/Makefile index 3f1e89a83..3b0791c1f 100644 --- a/net/rubygem-dropbox-sdk/Makefile +++ b/net/rubygem-dropbox-sdk/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-aliyun/Makefile b/net/rubygem-fog-aliyun/Makefile index d906bebe0..9368f5d43 100644 --- a/net/rubygem-fog-aliyun/Makefile +++ b/net/rubygem-fog-aliyun/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-aliyun-sdk>=0.8.0<0.9:devel/rubygem-aliyun-sdk \ rubygem-xml-simple>=1.1<2:textproc/rubygem-xml-simple USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-atmos/Makefile b/net/rubygem-fog-atmos/Makefile index 6efaac63d..9bf14135d 100644 --- a/net/rubygem-fog-atmos/Makefile +++ b/net/rubygem-fog-atmos/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-aws/Makefile b/net/rubygem-fog-aws/Makefile index 696622f70..b8445bb16 100644 --- a/net/rubygem-fog-aws/Makefile +++ b/net/rubygem-fog-aws/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=2.1<3:devel/rubygem-fog-core \ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-azure/Makefile b/net/rubygem-fog-azure/Makefile index a2ec902db..0e2b6ade2 100644 --- a/net/rubygem-fog-azure/Makefile +++ b/net/rubygem-fog-azure/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-azure>=0.6<1:net/rubygem-azure \ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-brightbox/Makefile b/net/rubygem-fog-brightbox/Makefile index 0f682a260..8f46c18cc 100644 --- a/net/rubygem-fog-brightbox/Makefile +++ b/net/rubygem-fog-brightbox/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-dry-inflector>=0:devel/rubygem-dry-inflector \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-cloudatcost/Makefile b/net/rubygem-fog-cloudatcost/Makefile index d75b1b9d5..b71a39ab9 100644 --- a/net/rubygem-fog-cloudatcost/Makefile +++ b/net/rubygem-fog-cloudatcost/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-ipaddress>=0:net/rubygem-ipaddress USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-cloudstack/Makefile b/net/rubygem-fog-cloudstack/Makefile index f1b302cda..eaa867f09 100644 --- a/net/rubygem-fog-cloudstack/Makefile +++ b/net/rubygem-fog-cloudstack/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=2.1<3:devel/rubygem-fog-core \ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-digitalocean/Makefile b/net/rubygem-fog-digitalocean/Makefile index 96561cfac..ab74d1ce3 100644 --- a/net/rubygem-fog-digitalocean/Makefile +++ b/net/rubygem-fog-digitalocean/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-ipaddress>=0.5:net/rubygem-ipaddress USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-dnsimple/Makefile b/net/rubygem-fog-dnsimple/Makefile index 75565231d..6bccc3d26 100644 --- a/net/rubygem-fog-dnsimple/Makefile +++ b/net/rubygem-fog-dnsimple/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=1.38<3:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-dynect/Makefile b/net/rubygem-fog-dynect/Makefile index 0569ea718..cb9883ed5 100644 --- a/net/rubygem-fog-dynect/Makefile +++ b/net/rubygem-fog-dynect/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-ecloud/Makefile b/net/rubygem-fog-ecloud/Makefile index 6bb8495fc..a19f4227f 100644 --- a/net/rubygem-fog-ecloud/Makefile +++ b/net/rubygem-fog-ecloud/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-google/Makefile b/net/rubygem-fog-google/Makefile index c8fb5429e..a94c539eb 100644 --- a/net/rubygem-fog-google/Makefile +++ b/net/rubygem-fog-google/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-fog-core210>=0<2.3:devel/rubygem-fog-core210 \ rubygem-google-cloud-env>=1.2<2:net/rubygem-google-cloud-env USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-gridscale/Makefile b/net/rubygem-fog-gridscale/Makefile index f3a017842..9267b6e2a 100644 --- a/net/rubygem-fog-gridscale/Makefile +++ b/net/rubygem-fog-gridscale/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-internet-archive/Makefile b/net/rubygem-fog-internet-archive/Makefile index f2963bf58..a332fb331 100644 --- a/net/rubygem-fog-internet-archive/Makefile +++ b/net/rubygem-fog-internet-archive/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-joyent/Makefile b/net/rubygem-fog-joyent/Makefile index c7dbb4ccf..afe9939b0 100644 --- a/net/rubygem-fog-joyent/Makefile +++ b/net/rubygem-fog-joyent/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \ rubygem-fog-json>=1.0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-local/Makefile b/net/rubygem-fog-local/Makefile index e4a1262fd..af8d4b304 100644 --- a/net/rubygem-fog-local/Makefile +++ b/net/rubygem-fog-local/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-fog-core>=1.27<3.0:devel/rubygem-fog-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-openstack/Makefile b/net/rubygem-fog-openstack/Makefile index eb41d6eea..0078cbe53 100644 --- a/net/rubygem-fog-openstack/Makefile +++ b/net/rubygem-fog-openstack/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=2.1<3:devel/rubygem-fog-core \ rubygem-fog-json>=1.0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-ovirt/Makefile b/net/rubygem-fog-ovirt/Makefile index 93e5dea6f..94967b3e4 100644 --- a/net/rubygem-fog-ovirt/Makefile +++ b/net/rubygem-fog-ovirt/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-ovirt-engine-sdk>=4.3.1:net/rubygem-ovirt-engine-sdk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-powerdns/Makefile b/net/rubygem-fog-powerdns/Makefile index 7c49fc427..1fc2518b0 100644 --- a/net/rubygem-fog-powerdns/Makefile +++ b/net/rubygem-fog-powerdns/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-profitbricks/Makefile b/net/rubygem-fog-profitbricks/Makefile index 236db5a31..e8837b645 100644 --- a/net/rubygem-fog-profitbricks/Makefile +++ b/net/rubygem-fog-profitbricks/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \ rubygem-fog-json>=1.0<2:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-rackspace/Makefile b/net/rubygem-fog-rackspace/Makefile index 85a9276ea..f7f3a70b9 100644 --- a/net/rubygem-fog-rackspace/Makefile +++ b/net/rubygem-fog-rackspace/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-fog-core>=1.35:devel/rubygem-fog-core \ rubygem-ipaddress>=0.8:net/rubygem-ipaddress USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-radosgw/Makefile b/net/rubygem-fog-radosgw/Makefile index d51969202..bebc86326 100644 --- a/net/rubygem-fog-radosgw/Makefile +++ b/net/rubygem-fog-radosgw/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=1.21.0:devel/rubygem-fog-core \ rubygem-fog-xml>=0.0.1:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-riakcs/Makefile b/net/rubygem-fog-riakcs/Makefile index 55c05c668..794abf783 100644 --- a/net/rubygem-fog-riakcs/Makefile +++ b/net/rubygem-fog-riakcs/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-sakuracloud/Makefile b/net/rubygem-fog-sakuracloud/Makefile index 835d547ff..4c7d694f0 100644 --- a/net/rubygem-fog-sakuracloud/Makefile +++ b/net/rubygem-fog-sakuracloud/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-serverlove/Makefile b/net/rubygem-fog-serverlove/Makefile index d13ffc4cf..389146999 100644 --- a/net/rubygem-fog-serverlove/Makefile +++ b/net/rubygem-fog-serverlove/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-softlayer/Makefile b/net/rubygem-fog-softlayer/Makefile index 19c9d0198..c5bed99f6 100644 --- a/net/rubygem-fog-softlayer/Makefile +++ b/net/rubygem-fog-softlayer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-fog-storm_on_demand/Makefile b/net/rubygem-fog-storm_on_demand/Makefile index 31422a4e0..5ef764088 100644 --- a/net/rubygem-fog-storm_on_demand/Makefile +++ b/net/rubygem-fog-storm_on_demand/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-terremark/Makefile b/net/rubygem-fog-terremark/Makefile index cc8af4217..6c6acfc4e 100644 --- a/net/rubygem-fog-terremark/Makefile +++ b/net/rubygem-fog-terremark/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-vmfusion/Makefile b/net/rubygem-fog-vmfusion/Makefile index 764c9038b..eb42c8b29 100644 --- a/net/rubygem-fog-vmfusion/Makefile +++ b/net/rubygem-fog-vmfusion/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fission>=0:emulators/rubygem-fission \ rubygem-fog-core>=0:devel/rubygem-fog-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-voxel/Makefile b/net/rubygem-fog-voxel/Makefile index b64a964c5..19a33b9bc 100644 --- a/net/rubygem-fog-voxel/Makefile +++ b/net/rubygem-fog-voxel/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-vsphere/Makefile b/net/rubygem-fog-vsphere/Makefile index 31a01e24b..08a41688f 100644 --- a/net/rubygem-fog-vsphere/Makefile +++ b/net/rubygem-fog-vsphere/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-rbvmomi>=1.9<4:net/rubygem-rbvmomi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-fog-xenserver/Makefile b/net/rubygem-fog-xenserver/Makefile index f91483153..0ccbfc38a 100644 --- a/net/rubygem-fog-xenserver/Makefile +++ b/net/rubygem-fog-xenserver/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-xmlrpc>=0:net/rubygem-xmlrpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-gitaly-proto/Makefile b/net/rubygem-gitaly-proto/Makefile index 4aa3f824d..2aa93a5dd 100644 --- a/net/rubygem-gitaly-proto/Makefile +++ b/net/rubygem-gitaly-proto/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-grpc>=1.0:net/rubygem-grpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile index f90eab2b4..a27046c91 100644 --- a/net/rubygem-gitaly/Makefile +++ b/net/rubygem-gitaly/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-grpc142>=1.0<2.0:net/rubygem-grpc142 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-gitlab-fog-azure-rm/Makefile b/net/rubygem-gitlab-fog-azure-rm/Makefile index 3cf9b39a7..bd395e693 100644 --- a/net/rubygem-gitlab-fog-azure-rm/Makefile +++ b/net/rubygem-gitlab-fog-azure-rm/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-azure-storage-blob>=2.0<3:devel/rubygem-azure-storage-blob rubygem-ms_rest_azure>=0.12.0<0.13:devel/rubygem-ms_rest_azure USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-gitlab-omniauth-openid-connect/Makefile b/net/rubygem-gitlab-omniauth-openid-connect/Makefile index 26f5924bf..21ffce420 100644 --- a/net/rubygem-gitlab-omniauth-openid-connect/Makefile +++ b/net/rubygem-gitlab-omniauth-openid-connect/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=2.7<3.0:www/rubygem-addressable \ rubygem-openid_connect>=1.2<2.0:net/rubygem-openid_connect USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-gitlab_omniauth-ldap/Makefile b/net/rubygem-gitlab_omniauth-ldap/Makefile index cd2f0f6db..7ee869693 100644 --- a/net/rubygem-gitlab_omniauth-ldap/Makefile +++ b/net/rubygem-gitlab_omniauth-ldap/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-net-ldap>=0.16<1:net/rubygem-net-ldap \ rubygem-rubyntlm>=0.5<1:net/rubygem-rubyntlm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-bigquery/Makefile b/net/rubygem-google-cloud-bigquery/Makefile index b7720d334..67271c2ac 100644 --- a/net/rubygem-google-cloud-bigquery/Makefile +++ b/net/rubygem-google-cloud-bigquery/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile index 7625fd841..999854903 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-bigtable-v2/Makefile b/net/rubygem-google-cloud-bigtable-v2/Makefile index f91fd4e2f..4a3d5d723 100644 --- a/net/rubygem-google-cloud-bigtable-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-v2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.12<2.0:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-bigtable/Makefile b/net/rubygem-google-cloud-bigtable/Makefile index e4547bc0c..ea96c3109 100644 --- a/net/rubygem-google-cloud-bigtable/Makefile +++ b/net/rubygem-google-cloud-bigtable/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-google-cloud-bigtable-admin-v2>=0.0<1:net/rubygem-google-cl rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-core/Makefile b/net/rubygem-google-cloud-core/Makefile index 9d08a0bbc..0a7573a2f 100644 --- a/net/rubygem-google-cloud-core/Makefile +++ b/net/rubygem-google-cloud-core/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-google-cloud-env>=1.0<2:net/rubygem-google-cloud-env \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-env/Makefile b/net/rubygem-google-cloud-env/Makefile index 6c8ef91f7..4343f4d95 100644 --- a/net/rubygem-google-cloud-env/Makefile +++ b/net/rubygem-google-cloud-env/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-errors/Makefile b/net/rubygem-google-cloud-errors/Makefile index ef712775d..ace66bd9c 100644 --- a/net/rubygem-google-cloud-errors/Makefile +++ b/net/rubygem-google-cloud-errors/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-logging-v2/Makefile b/net/rubygem-google-cloud-logging-v2/Makefile index ebd61687d..d29e407cf 100644 --- a/net/rubygem-google-cloud-logging-v2/Makefile +++ b/net/rubygem-google-cloud-logging-v2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-logging/Makefile b/net/rubygem-google-cloud-logging/Makefile index 4634350df..7fe92426e 100644 --- a/net/rubygem-google-cloud-logging/Makefile +++ b/net/rubygem-google-cloud-logging/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \ rubygem-stackdriver-core>=1.3<2:net/rubygem-stackdriver-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-pubsub-v1/Makefile b/net/rubygem-google-cloud-pubsub-v1/Makefile index e4b0f7ef9..f47a45be3 100644 --- a/net/rubygem-google-cloud-pubsub-v1/Makefile +++ b/net/rubygem-google-cloud-pubsub-v1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.12<2.0:devel/rubygem-gapic-common \ rubygem-google-iam-v1>=0.0<2.0:devel/rubygem-google-iam-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-pubsub/Makefile b/net/rubygem-google-cloud-pubsub/Makefile index 48a7c6f3f..0fb40ec39 100644 --- a/net/rubygem-google-cloud-pubsub/Makefile +++ b/net/rubygem-google-cloud-pubsub/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \ rubygem-retriable>=3.1<4:devel/rubygem-retriable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile b/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile index a4fb0cb2c..9d8cc0122 100644 --- a/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-admin-database-v1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile b/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile index f4038872c..f99be39d1 100644 --- a/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-admin-instance-v1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-grpc-google-iam-v1>=1.1<2:devel/rubygem-grpc-google-iam-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-spanner-v1/Makefile b/net/rubygem-google-cloud-spanner-v1/Makefile index 5d7ca4733..a7679b3e7 100644 --- a/net/rubygem-google-cloud-spanner-v1/Makefile +++ b/net/rubygem-google-cloud-spanner-v1/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.12<2.0:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-spanner/Makefile b/net/rubygem-google-cloud-spanner/Makefile index 4ab4354a0..d0b1f057d 100644 --- a/net/rubygem-google-cloud-spanner/Makefile +++ b/net/rubygem-google-cloud-spanner/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ rubygem-google-cloud-spanner-v1>=0.2<1:net/rubygem-google-cloud-spanner-v1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-google-cloud-storage/Makefile b/net/rubygem-google-cloud-storage/Makefile index 6d88acb68..a691c174a 100644 --- a/net/rubygem-google-cloud-storage/Makefile +++ b/net/rubygem-google-cloud-storage/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile index 9a774e0c0..27c8500e1 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= cpe gem gmake pkgconfig -USE_RUBY= yes MAKE_JOBS_UNSAFE= yes diff --git a/net/rubygem-grpc142/Makefile b/net/rubygem-grpc142/Makefile index 483408971..7ec96d06b 100644 --- a/net/rubygem-grpc142/Makefile +++ b/net/rubygem-grpc142/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= cpe gem gmake pkgconfig -USE_RUBY= yes MAKE_JOBS_UNSAFE= yes diff --git a/net/rubygem-hangouts-chat/Makefile b/net/rubygem-hangouts-chat/Makefile index 63151fe4e..48cfe6cf8 100644 --- a/net/rubygem-hangouts-chat/Makefile +++ b/net/rubygem-hangouts-chat/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/net/rubygem-http-parser/Makefile b/net/rubygem-http-parser/Makefile index 9fec03753..4efe52b51 100644 --- a/net/rubygem-http-parser/Makefile +++ b/net/rubygem-http-parser/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler USES= gem -USE_RUBY= yes .include diff --git a/net/rubygem-http_parser.rb/Makefile b/net/rubygem-http_parser.rb/Makefile index e28bdbbb5..dd8c1780e 100644 --- a/net/rubygem-http_parser.rb/Makefile +++ b/net/rubygem-http_parser.rb/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT USES= gem -USE_RUBY= yes .include diff --git a/net/rubygem-httpauth/Makefile b/net/rubygem-httpauth/Makefile index 45e3d3d18..6d7585dd6 100644 --- a/net/rubygem-httpauth/Makefile +++ b/net/rubygem-httpauth/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-ipaddr/Makefile b/net/rubygem-ipaddr/Makefile index 1ec6cc11b..e967e2e03 100644 --- a/net/rubygem-ipaddr/Makefile +++ b/net/rubygem-ipaddr/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-ipaddr122/Makefile b/net/rubygem-ipaddr122/Makefile index ee19a2e47..199765485 100644 --- a/net/rubygem-ipaddr122/Makefile +++ b/net/rubygem-ipaddr122/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-ipaddress/Makefile b/net/rubygem-ipaddress/Makefile index 8610a2ffb..5e68954c4 100644 --- a/net/rubygem-ipaddress/Makefile +++ b/net/rubygem-ipaddress/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-iproto/Makefile b/net/rubygem-iproto/Makefile index ea8665a8a..b63afe883 100644 --- a/net/rubygem-iproto/Makefile +++ b/net/rubygem-iproto/Makefile @@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-kas-grpc/Makefile b/net/rubygem-kas-grpc/Makefile index 36cb449c8..eeb74cefc 100644 --- a/net/rubygem-kas-grpc/Makefile +++ b/net/rubygem-kas-grpc/Makefile @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-grpc142>=1.0<2.0:net/rubygem-grpc142 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-lita-gems/Makefile b/net/rubygem-lita-gems/Makefile index 91cc7f786..ea312bc26 100644 --- a/net/rubygem-lita-gems/Makefile +++ b/net/rubygem-lita-gems/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gems>=0.8.0:devel/rubygem-gems \ rubygem-lita>=2.6:net-im/rubygem-lita USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-macaddr/Makefile b/net/rubygem-macaddr/Makefile index 2ce30a860..ab5177702 100644 --- a/net/rubygem-macaddr/Makefile +++ b/net/rubygem-macaddr/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-systemu>=2.6.5<2.7:devel/rubygem-systemu USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-maxmind-db/Makefile b/net/rubygem-maxmind-db/Makefile index 21c61b5be..22724d91c 100644 --- a/net/rubygem-maxmind-db/Makefile +++ b/net/rubygem-maxmind-db/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-mqtt/Makefile b/net/rubygem-mqtt/Makefile index aaf422cd6..66aa6fce6 100644 --- a/net/rubygem-mqtt/Makefile +++ b/net/rubygem-mqtt/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/net/rubygem-nats-pure/Makefile b/net/rubygem-nats-pure/Makefile index feac624e6..469d54b1f 100644 --- a/net/rubygem-nats-pure/Makefile +++ b/net/rubygem-nats-pure/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/nats-pure LICENSE= APACHE20 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-net-ldap/Makefile b/net/rubygem-net-ldap/Makefile index 682109449..0b1854f78 100644 --- a/net/rubygem-net-ldap/Makefile +++ b/net/rubygem-net-ldap/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.rdoc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-net-netrc/Makefile b/net/rubygem-net-netrc/Makefile index a4f468337..580606618 100644 --- a/net/rubygem-net-netrc/Makefile +++ b/net/rubygem-net-netrc/Makefile @@ -11,7 +11,6 @@ RUN_DEPENDS= rubygem-platform>=0.3.0:devel/rubygem-platform NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-net-ntp/Makefile b/net/rubygem-net-ntp/Makefile index 8070e0fb6..9dff52d13 100644 --- a/net/rubygem-net-ntp/Makefile +++ b/net/rubygem-net-ntp/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-net-ping/Makefile b/net/rubygem-net-ping/Makefile index bf21980d9..a03a46bba 100644 --- a/net/rubygem-net-ping/Makefile +++ b/net/rubygem-net-ping/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/chernesk/net-ping LICENSE= APACHE20 USES= gem -USE_RUBY= yes .include diff --git a/net/rubygem-net-protocol/Makefile b/net/rubygem-net-protocol/Makefile index 8e164775f..1ed54f2d5 100644 --- a/net/rubygem-net-protocol/Makefile +++ b/net/rubygem-net-protocol/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-timeout>=0:devel/rubygem-timeout USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-netrc/Makefile b/net/rubygem-netrc/Makefile index 427df9093..a0764721f 100644 --- a/net/rubygem-netrc/Makefile +++ b/net/rubygem-netrc/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-network_interface/Makefile b/net/rubygem-network_interface/Makefile index 30daaf123..79b0a0376 100644 --- a/net/rubygem-network_interface/Makefile +++ b/net/rubygem-network_interface/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes PLIST_FILES= bin/list_interfaces.rb diff --git a/net/rubygem-nkf/Makefile b/net/rubygem-nkf/Makefile index 9794e7a1f..437f15a88 100644 --- a/net/rubygem-nkf/Makefile +++ b/net/rubygem-nkf/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-no_proxy_fix/Makefile b/net/rubygem-no_proxy_fix/Makefile index b877412ca..708905cb8 100644 --- a/net/rubygem-no_proxy_fix/Makefile +++ b/net/rubygem-no_proxy_fix/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-oauth/Makefile b/net/rubygem-oauth/Makefile index 39316166e..728137373 100644 --- a/net/rubygem-oauth/Makefile +++ b/net/rubygem-oauth/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index 4804c7ef3..78c99f65b 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \ rubygem-version_gem>=1.1<2:devel/rubygem-version_gem USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-oauth21/Makefile b/net/rubygem-oauth21/Makefile index cac79d993..2edabd6dd 100644 --- a/net/rubygem-oauth21/Makefile +++ b/net/rubygem-oauth21/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \ rubygem-rack>=1.2,3<4,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-octokit/Makefile b/net/rubygem-octokit/Makefile index 41b8fd353..4c64cb266 100644 --- a/net/rubygem-octokit/Makefile +++ b/net/rubygem-octokit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-faraday>=1<3:www/rubygem-faraday \ rubygem-sawyer>=0.9<1:www/rubygem-sawyer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-octopress-deploy/Makefile b/net/rubygem-octopress-deploy/Makefile index a8bd3967d..d6c024ed9 100644 --- a/net/rubygem-octopress-deploy/Makefile +++ b/net/rubygem-octopress-deploy/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-colorator>=0:textproc/rubygem-colorator USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-auth0/Makefile b/net/rubygem-omniauth-auth0/Makefile index 6b043d938..e39f56fe4 100644 --- a/net/rubygem-omniauth-auth0/Makefile +++ b/net/rubygem-omniauth-auth0/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-authentiq/Makefile b/net/rubygem-omniauth-authentiq/Makefile index 516dd10b2..0004c7ba4 100644 --- a/net/rubygem-omniauth-authentiq/Makefile +++ b/net/rubygem-omniauth-authentiq/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-jwt>=1.5:www/rubygem-jwt \ rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-azure-activedirectory-v2/Makefile b/net/rubygem-omniauth-azure-activedirectory-v2/Makefile index f05d7b341..9fa53d9a9 100644 --- a/net/rubygem-omniauth-azure-activedirectory-v2/Makefile +++ b/net/rubygem-omniauth-azure-activedirectory-v2/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-omniauth-oauth2>=1.8<3:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-azure-oauth2/Makefile b/net/rubygem-omniauth-azure-oauth2/Makefile index c71840182..7b2a24dea 100644 --- a/net/rubygem-omniauth-azure-oauth2/Makefile +++ b/net/rubygem-omniauth-azure-oauth2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-jwt>=1.0<3:www/rubygem-jwt \ rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-facebook/Makefile b/net/rubygem-omniauth-facebook/Makefile index 645a3e0ab..125d26ba8 100644 --- a/net/rubygem-omniauth-facebook/Makefile +++ b/net/rubygem-omniauth-facebook/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-github-discourse/Makefile b/net/rubygem-omniauth-github-discourse/Makefile index 575ff62fe..54c7ee83f 100644 --- a/net/rubygem-omniauth-github-discourse/Makefile +++ b/net/rubygem-omniauth-github-discourse/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \ rubygem-omniauth-oauth2>=1.1<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-github/Makefile b/net/rubygem-omniauth-github/Makefile index 14333dfb6..1c60acdd4 100644 --- a/net/rubygem-omniauth-github/Makefile +++ b/net/rubygem-omniauth-github/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile index 8565bf1a0..181b432f5 100644 --- a/net/rubygem-omniauth-google-oauth2/Makefile +++ b/net/rubygem-omniauth-google-oauth2/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \ rubygem-omniauth-oauth2>=1.8.0<1.9:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-kerberos/Makefile b/net/rubygem-omniauth-kerberos/Makefile index df726dee0..e9288d7c7 100644 --- a/net/rubygem-omniauth-kerberos/Makefile +++ b/net/rubygem-omniauth-kerberos/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-omniauth-multipassword>0:security/rubygem-omniauth-multipas USES= gem NO_ARCH= yes -USE_RUBY= yes .include diff --git a/net/rubygem-omniauth-oauth/Makefile b/net/rubygem-omniauth-oauth/Makefile index 01f2132c0..f347dd48d 100644 --- a/net/rubygem-omniauth-oauth/Makefile +++ b/net/rubygem-omniauth-oauth/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-oauth>=0:net/rubygem-oauth \ rubygem-omniauth1>=1.0<3:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index aa30ee65c..9b8b2b51a 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-oauth2>=1.4<3:net/rubygem-oauth2 \ rubygem-omniauth>=1.9<3:security/rubygem-omniauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-openid/Makefile b/net/rubygem-omniauth-openid/Makefile index 673f93dff..3c1e726a3 100644 --- a/net/rubygem-omniauth-openid/Makefile +++ b/net/rubygem-omniauth-openid/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth>=1.0<3.0:security/rubygem-omniauth \ rubygem-rack-openid>=1.4.0<1.5:www/rubygem-rack-openid USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-salesforce/Makefile b/net/rubygem-omniauth-salesforce/Makefile index 2d6794a8b..0072ab05b 100644 --- a/net/rubygem-omniauth-salesforce/Makefile +++ b/net/rubygem-omniauth-salesforce/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-omniauth>=1.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-twitter/Makefile b/net/rubygem-omniauth-twitter/Makefile index dcc29d435..de642f3a9 100644 --- a/net/rubygem-omniauth-twitter/Makefile +++ b/net/rubygem-omniauth-twitter/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-omniauth-oauth>=1.1<2:net/rubygem-omniauth-oauth \ rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth-ultraauth/Makefile b/net/rubygem-omniauth-ultraauth/Makefile index 644052481..22036c9da 100644 --- a/net/rubygem-omniauth-ultraauth/Makefile +++ b/net/rubygem-omniauth-ultraauth/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-omniauth_openid_connect>=0.3.0:net/rubygem-omniauth_openid_connect USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-omniauth_openid_connect/Makefile b/net/rubygem-omniauth_openid_connect/Makefile index a2ec030f7..d0437b637 100644 --- a/net/rubygem-omniauth_openid_connect/Makefile +++ b/net/rubygem-omniauth_openid_connect/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5<3.0:www/rubygem-addressable \ rubygem-openid_connect>=1.1<2.0:net/rubygem-openid_connect USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-open-uri-cached/Makefile b/net/rubygem-open-uri-cached/Makefile index b3936587d..96864d40d 100644 --- a/net/rubygem-open-uri-cached/Makefile +++ b/net/rubygem-open-uri-cached/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-open-uri/Makefile b/net/rubygem-open-uri/Makefile index 0def58cec..0cdca41ba 100644 --- a/net/rubygem-open-uri/Makefile +++ b/net/rubygem-open-uri/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-stringio>=0:devel/rubygem-stringio \ rubygem-uri>=0:net/rubygem-uri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile index 1fe8754e4..0311ea3ca 100644 --- a/net/rubygem-openid_connect/Makefile +++ b/net/rubygem-openid_connect/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ rubygem-webfinger>=1.0.1:devel/rubygem-webfinger USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-opennebula/Makefile b/net/rubygem-opennebula/Makefile index 9f58190e9..49322c608 100644 --- a/net/rubygem-opennebula/Makefile +++ b/net/rubygem-opennebula/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-ipaddress>=0:net/rubygem-ipaddress \ rubygem-xmlrpc>=0:net/rubygem-xmlrpc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile index e7f295974..cb02f5a8f 100644 --- a/net/rubygem-orchestrator_client/Makefile +++ b/net/rubygem-orchestrator_client/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.4:www/rubygem-faraday1 \ rubygem-net-http-persistent>=0:www/rubygem-net-http-persistent USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-ovirt-engine-sdk/Makefile b/net/rubygem-ovirt-engine-sdk/Makefile index 6da1da691..f28dce47e 100644 --- a/net/rubygem-ovirt-engine-sdk/Makefile +++ b/net/rubygem-ovirt-engine-sdk/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= rubygem-json>=1<3:devel/rubygem-json USES= gem gnome USE_GNOME= libxml2 -USE_RUBY= yes .include diff --git a/net/rubygem-packetfu/Makefile b/net/rubygem-packetfu/Makefile index 4c1b44aaf..c20ff2ecb 100644 --- a/net/rubygem-packetfu/Makefile +++ b/net/rubygem-packetfu/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-pcaprub>=0:net/rubygem-pcaprub NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-pcaprub/Makefile b/net/rubygem-pcaprub/Makefile index ec5124586..5f04ee507 100644 --- a/net/rubygem-pcaprub/Makefile +++ b/net/rubygem-pcaprub/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/shadowbq/pcaprub LICENSE= LGPL21 -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-private_address_check/Makefile b/net/rubygem-private_address_check/Makefile index fecbdb00f..2e6c3299e 100644 --- a/net/rubygem-private_address_check/Makefile +++ b/net/rubygem-private_address_check/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-proxifier/Makefile b/net/rubygem-proxifier/Makefile index d4502bdb4..ebe5f8f4c 100644 --- a/net/rubygem-proxifier/Makefile +++ b/net/rubygem-proxifier/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-qiniu/Makefile b/net/rubygem-qiniu/Makefile index b7c242d41..fdbd0ae6a 100644 --- a/net/rubygem-qiniu/Makefile +++ b/net/rubygem-qiniu/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-mime-types>=3.1<4:misc/rubygem-mime-types \ rubygem-rexml>=3.2<4:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-rabbiter/Makefile b/net/rubygem-rabbiter/Makefile index ce1851dda..56774949a 100644 --- a/net/rubygem-rabbiter/Makefile +++ b/net/rubygem-rabbiter/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-gio2>=2.1.1:devel/rubygem-gio2 \ NO_ARCH= yes USES= gem -USE_RUBY= yes PLIST_FILES= bin/rabbiter .include diff --git a/net/rubygem-rbvmomi/Makefile b/net/rubygem-rbvmomi/Makefile index acf3eeed4..09023bdfc 100644 --- a/net/rubygem-rbvmomi/Makefile +++ b/net/rubygem-rbvmomi/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-builder>=3.2<4:devel/rubygem-builder \ rubygem-optimist>=3.0<4:devel/rubygem-optimist USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-right_aws/Makefile b/net/rubygem-right_aws/Makefile index aac39a236..bd4fe1137 100644 --- a/net/rubygem-right_aws/Makefile +++ b/net/rubygem-right_aws/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-right_http_connection>=1.2.5:net/rubygem-right_http_connection USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-right_flexiscale/Makefile b/net/rubygem-right_flexiscale/Makefile index 5bf555ce7..cfc72f2bb 100644 --- a/net/rubygem-right_flexiscale/Makefile +++ b/net/rubygem-right_flexiscale/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-soap4r>=1.5.8:devel/rubygem-soap4r NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-right_gogrid/Makefile b/net/rubygem-right_gogrid/Makefile index 404530227..69bb59e70 100644 --- a/net/rubygem-right_gogrid/Makefile +++ b/net/rubygem-right_gogrid/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-right_http_connection>=1.2.4:net/rubygem-right_http_connection USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-right_http_connection/Makefile b/net/rubygem-right_http_connection/Makefile index 19b7a0df9..2d867b176 100644 --- a/net/rubygem-right_http_connection/Makefile +++ b/net/rubygem-right_http_connection/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/rightscale/right_http_connection LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-right_slicehost/Makefile b/net/rubygem-right_slicehost/Makefile index c54c19972..62d11a9f6 100644 --- a/net/rubygem-right_slicehost/Makefile +++ b/net/rubygem-right_slicehost/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/rightscale/right_slicehost RUN_DEPENDS= rubygem-right_http_connection>=1.2.4:net/rubygem-right_http_connection USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-rsync/Makefile b/net/rubygem-rsync/Makefile index 9cf297d07..38ce4ec14 100644 --- a/net/rubygem-rsync/Makefile +++ b/net/rubygem-rsync/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rsync:net/rsync NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-ruby-growl/Makefile b/net/rubygem-ruby-growl/Makefile index d25597cb5..3ec45a506 100644 --- a/net/rubygem-ruby-growl/Makefile +++ b/net/rubygem-ruby-growl/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-uuid>=2.3.5:devel/rubygem-uuid NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/growl diff --git a/net/rubygem-ruby-openid/Makefile b/net/rubygem-ruby-openid/Makefile index 02b40da95..dab79c7d8 100644 --- a/net/rubygem-ruby-openid/Makefile +++ b/net/rubygem-ruby-openid/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-ruby-yadis/Makefile b/net/rubygem-ruby-yadis/Makefile index 2d7091716..3a1c8fdbc 100644 --- a/net/rubygem-ruby-yadis/Makefile +++ b/net/rubygem-ruby-yadis/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-ruby_smb/Makefile b/net/rubygem-ruby_smb/Makefile index 26000a717..ce46b53df 100644 --- a/net/rubygem-ruby_smb/Makefile +++ b/net/rubygem-ruby_smb/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-bindata>=0:devel/rubygem-bindata \ rubygem-windows_error>=0:devel/rubygem-windows_error USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= examples/delete_file.rb \ examples/net_share_enum_all.rb \ examples/pipes.rb \ diff --git a/net/rubygem-rubyntlm/Makefile b/net/rubygem-rubyntlm/Makefile index 7d4167331..54fb5fea0 100644 --- a/net/rubygem-rubyntlm/Makefile +++ b/net/rubygem-rubyntlm/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-rubytter/Makefile b/net/rubygem-rubytter/Makefile index bf6af70fe..cf9daecbf 100644 --- a/net/rubygem-rubytter/Makefile +++ b/net/rubygem-rubytter/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:devel/rubygem-json \ rubygem-oauth>=0.3.6:net/rubygem-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-rudy/Makefile b/net/rubygem-rudy/Makefile index c483ee8b1..90edb5c08 100644 --- a/net/rubygem-rudy/Makefile +++ b/net/rubygem-rudy/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-amazon-ec2>=0.9.10:net/rubygem-amazon-ec2 \ rubygem-storable>=0.8.6:devel/rubygem-storable \ rubygem-sysinfo>=0.7.3:devel/rubygem-sysinfo -USE_RUBY= yes USES= gem shebangfix PLIST_FILES= bin/rudy bin/rudy-ec2 bin/rudy-s3 bin/rudy-sdb SHEBANG_FILES= bin/* tryouts/exploration/machine.rb diff --git a/net/rubygem-rye/Makefile b/net/rubygem-rye/Makefile index 80355b574..d9ea5886b 100644 --- a/net/rubygem-rye/Makefile +++ b/net/rubygem-rye/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-annoy>=0:devel/rubygem-annoy \ rubygem-sysinfo>=0.8.1:devel/rubygem-sysinfo NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= try/*.rb tst/*.rb diff --git a/net/rubygem-serverengine/Makefile b/net/rubygem-serverengine/Makefile index ed894cf01..233330d50 100644 --- a/net/rubygem-serverengine/Makefile +++ b/net/rubygem-serverengine/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-sigdump>=0.2.2:devel/rubygem-sigdump NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/net/rubygem-simple_oauth/Makefile b/net/rubygem-simple_oauth/Makefile index 575d401fb..2d996354f 100644 --- a/net/rubygem-simple_oauth/Makefile +++ b/net/rubygem-simple_oauth/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-spamcheck/Makefile b/net/rubygem-spamcheck/Makefile index 07f38e7c4..428ec4ad7 100644 --- a/net/rubygem-spamcheck/Makefile +++ b/net/rubygem-spamcheck/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-grpc142>=1.0<2.0:net/rubygem-grpc142 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-stackdriver-core/Makefile b/net/rubygem-stackdriver-core/Makefile index a0e0b88ed..4be44cc92 100644 --- a/net/rubygem-stackdriver-core/Makefile +++ b/net/rubygem-stackdriver-core/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-stompserver/Makefile b/net/rubygem-stompserver/Makefile index 5ab17705e..9c565d2e8 100644 --- a/net/rubygem-stompserver/Makefile +++ b/net/rubygem-stompserver/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-daemons>=1.0.2:devel/rubygem-daemons \ rubygem-hoe>=1.3.0:devel/rubygem-hoe USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-t/Makefile b/net/rubygem-t/Makefile index e33c84639..578ef571e 100644 --- a/net/rubygem-t/Makefile +++ b/net/rubygem-t/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.9<2:graphics/rubygem-geokit \ rubygem-twitter>=6.0:net/rubygem-twitter USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile index 7fe4ef7ae..f0c8ed531 100644 --- a/net/rubygem-train-core/Makefile +++ b/net/rubygem-train-core/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \ rubygem-net-ssh6>=2.9<8.0:security/rubygem-net-ssh6 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-train-winrm/Makefile b/net/rubygem-train-winrm/Makefile index 5718c62ef..ff17c9579 100644 --- a/net/rubygem-train-winrm/Makefile +++ b/net/rubygem-train-winrm/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-winrm>=2.0<3:sysutils/rubygem-winrm \ rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-train/Makefile b/net/rubygem-train/Makefile index 7881101b0..0765a11c4 100644 --- a/net/rubygem-train/Makefile +++ b/net/rubygem-train/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-activesupport60>=6.0.3.1:devel/rubygem-activesupport60 \ rubygem-train-winrm>=0.2<1:net/rubygem-train-winrm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-tweetstream/Makefile b/net/rubygem-tweetstream/Makefile index 612037b48..7bbed5d4a 100644 --- a/net/rubygem-tweetstream/Makefile +++ b/net/rubygem-tweetstream/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-daemons>=1.1<2:devel/rubygem-daemons \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-twitter-stream/Makefile b/net/rubygem-twitter-stream/Makefile index c53e78baa..4eb87b967 100644 --- a/net/rubygem-twitter-stream/Makefile +++ b/net/rubygem-twitter-stream/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12.8:devel/rubygem-eventmachine \ rubygem-simple_oauth>=0.1.4:net/rubygem-simple_oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile index 18a5240f7..0cb17b4c6 100644 --- a/net/rubygem-twitter/Makefile +++ b/net/rubygem-twitter/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-simple_oauth>=0.3.0<0.4:net/rubygem-simple_oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-twitter4r/Makefile b/net/rubygem-twitter4r/Makefile index fc5612f25..233adc0cd 100644 --- a/net/rubygem-twitter4r/Makefile +++ b/net/rubygem-twitter4r/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-json>=1.1.1:devel/rubygem-json \ rubygem-oauth>=0.4.1:net/rubygem-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-u2f/Makefile b/net/rubygem-u2f/Makefile index 77798dfbb..e6f085b52 100644 --- a/net/rubygem-u2f/Makefile +++ b/net/rubygem-u2f/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-u2f0/Makefile b/net/rubygem-u2f0/Makefile index fdca37fb9..661c840e1 100644 --- a/net/rubygem-u2f0/Makefile +++ b/net/rubygem-u2f0/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-uri-redis/Makefile b/net/rubygem-uri-redis/Makefile index 87594e49d..b467a373f 100644 --- a/net/rubygem-uri-redis/Makefile +++ b/net/rubygem-uri-redis/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-uri/Makefile b/net/rubygem-uri/Makefile index d179ee8c1..194f85949 100644 --- a/net/rubygem-uri/Makefile +++ b/net/rubygem-uri/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-uri_template/Makefile b/net/rubygem-uri_template/Makefile index fe3d55252..0a07d9f2e 100644 --- a/net/rubygem-uri_template/Makefile +++ b/net/rubygem-uri_template/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/hannesg/uri_template LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/net/rubygem-whois/Makefile b/net/rubygem-whois/Makefile index 06eea3448..8f976a936 100644 --- a/net/rubygem-whois/Makefile +++ b/net/rubygem-whois/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport4>=3:devel/rubygem-activesupport4 NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/whoisrb diff --git a/net/rubygem-xmlrpc/Makefile b/net/rubygem-xmlrpc/Makefile index 2b3e4ba10..f2e95b6b1 100644 --- a/net/rubygem-xmlrpc/Makefile +++ b/net/rubygem-xmlrpc/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-webrick>=0:www/rubygem-webrick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 8d5268d6a..25a3b007f 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -58,7 +58,7 @@ PLIST_SUB+= MAN='@comment ' . if ${PORT_OPTIONS:MPORTS} RUN_DEPENDS+= ${LOCALBASE}/sbin/portupgrade:ports-mgmt/portupgrade -USE_RUBY= yes +USES+= ruby CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports PLIST_SUB+= PORTS="" . else diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 1abdc7f2e..6ea44b8a9 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -16,14 +16,13 @@ LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= portupgrade -USES= uidfix +USES= ruby uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd GH_TAGNAME= 2.4.16 DIST_SUBDIR= ${PORTNAME} -USE_RUBY= yes USE_LDCONFIG= ${PREFIX}/lib/compat/pkg MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" \ RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}" diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index b4a8be928..d1bc3705a 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -21,8 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= freebsd DIST_SUBDIR= ${PORTNAME} -USES= uidfix -USE_RUBY= yes +USES= ruby uidfix USE_LDCONFIG= ${PREFIX}/lib/compat/pkg diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile index ab8470d67..b32e997ee 100644 --- a/print/rubygem-afm/Makefile +++ b/print/rubygem-afm/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile index ce9603281..f6f2c4c1e 100644 --- a/print/rubygem-color-tools/Makefile +++ b/print/rubygem-color-tools/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ripta/color-tools LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-color/Makefile b/print/rubygem-color/Makefile index 05249a037..f12423c6a 100644 --- a/print/rubygem-color/Makefile +++ b/print/rubygem-color/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-color_diff/Makefile b/print/rubygem-color_diff/Makefile index 1006b072f..b2f77f483 100644 --- a/print/rubygem-color_diff/Makefile +++ b/print/rubygem-color_diff/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/hansondr/color_diff LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile index 8455ce202..9cb4500ae 100644 --- a/print/rubygem-pdf-core/Makefile +++ b/print/rubygem-pdf-core/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-pdf-reader/Makefile b/print/rubygem-pdf-reader/Makefile index 8543747eb..fe5690bc9 100644 --- a/print/rubygem-pdf-reader/Makefile +++ b/print/rubygem-pdf-reader/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-afm>=0.2.1<0.3:print/rubygem-afm \ rubygem-ttfunk>=0:print/rubygem-ttfunk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-pdf-writer/Makefile b/print/rubygem-pdf-writer/Makefile index 304367cfa..86f2a6b0f 100644 --- a/print/rubygem-pdf-writer/Makefile +++ b/print/rubygem-pdf-writer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-color>=1.4.0:print/rubygem-color \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/techbook diff --git a/print/rubygem-prawn-core/Makefile b/print/rubygem-prawn-core/Makefile index b1401aa49..04a37baaf 100644 --- a/print/rubygem-prawn-core/Makefile +++ b/print/rubygem-prawn-core/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile index 71ea3528a..e59357ff2 100644 --- a/print/rubygem-prawn-flexible-table/Makefile +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index a9b426bdf..6200da756 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-prawn-core>=0:print/rubygem-prawn-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-graph/Makefile b/print/rubygem-prawn-graph/Makefile index 1bdbd4d93..d39408945 100644 --- a/print/rubygem-prawn-graph/Makefile +++ b/print/rubygem-prawn-graph/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-prawn>=0.11.1:print/rubygem-prawn \ rubygem-prawn_shapes>=1.2:print/rubygem-prawn_shapes NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-icon/Makefile b/print/rubygem-prawn-icon/Makefile index c5309705a..16f4ef58b 100644 --- a/print/rubygem-prawn-icon/Makefile +++ b/print/rubygem-prawn-icon/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-prawn>=1.1.0<3.0.0:print/rubygem-prawn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile index a040164b4..15f441e5b 100644 --- a/print/rubygem-prawn-js/Makefile +++ b/print/rubygem-prawn-js/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-prawn-core>=0.6.1:print/rubygem-prawn-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile index a47f4f5a5..991755fa0 100644 --- a/print/rubygem-prawn-layout/Makefile +++ b/print/rubygem-prawn-layout/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-security/Makefile b/print/rubygem-prawn-security/Makefile index 8df534550..1e390e014 100644 --- a/print/rubygem-prawn-security/Makefile +++ b/print/rubygem-prawn-security/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile index 0fc31f87b..674adac66 100644 --- a/print/rubygem-prawn-svg/Makefile +++ b/print/rubygem-prawn-svg/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-css_parser>=1.6<2:textproc/rubygem-css_parser \ rubygem-rexml>=3.2<4:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-prawn-table/Makefile b/print/rubygem-prawn-table/Makefile index cdf6103c1..bf170022f 100644 --- a/print/rubygem-prawn-table/Makefile +++ b/print/rubygem-prawn-table/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-prawn>=1.3.0<3.0.0:print/rubygem-prawn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-prawn-templates/Makefile b/print/rubygem-prawn-templates/Makefile index a2388dae3..446ac5053 100644 --- a/print/rubygem-prawn-templates/Makefile +++ b/print/rubygem-prawn-templates/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-pdf-reader>=2.0<3:print/rubygem-pdf-reader \ rubygem-prawn>=2.2<3:print/rubygem-prawn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index d30dbeacd..5fdf15e16 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-pdf-core>=0.9.0<0.10:print/rubygem-pdf-core \ rubygem-ttfunk>=1.7<2:print/rubygem-ttfunk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-prawn_shapes/Makefile b/print/rubygem-prawn_shapes/Makefile index 36f6280f8..81cdacaa2 100644 --- a/print/rubygem-prawn_shapes/Makefile +++ b/print/rubygem-prawn_shapes/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-rbpdf-font/Makefile b/print/rubygem-rbpdf-font/Makefile index a217a5af5..b32eeaf22 100644 --- a/print/rubygem-rbpdf-font/Makefile +++ b/print/rubygem-rbpdf-font/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-rbpdf/Makefile b/print/rubygem-rbpdf/Makefile index aa51fceaa..2dd4a1016 100644 --- a/print/rubygem-rbpdf/Makefile +++ b/print/rubygem-rbpdf/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-htmlentities>=0:textproc/rubygem-htmlentities \ rubygem-rbpdf-font>=1.19.0<1.20:print/rubygem-rbpdf-font USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile index 3f2eba767..79e1a053b 100644 --- a/print/rubygem-ttfunk/Makefile +++ b/print/rubygem-ttfunk/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3 LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/russian/rubygem-russian/Makefile b/russian/rubygem-russian/Makefile index a251c6599..e020d3ed5 100644 --- a/russian/rubygem-russian/Makefile +++ b/russian/rubygem-russian/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-i18n>=0.5.0:devel/rubygem-i18n -USE_RUBY= yes USES= gem .include diff --git a/science/rubygem-ai4r/Makefile b/science/rubygem-ai4r/Makefile index 569c5070c..f7d32a64d 100644 --- a/science/rubygem-ai4r/Makefile +++ b/science/rubygem-ai4r/Makefile @@ -10,7 +10,6 @@ WWW= http://www.ai4r.org/ LICENSE= MPL11 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile index c1316defb..a51b4ccec 100644 --- a/science/rubygem-cdo/Makefile +++ b/science/rubygem-cdo/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= cdo:science/cdo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/science/rubygem-rgeo-geojson/Makefile b/science/rubygem-rgeo-geojson/Makefile index 9e27c91b9..b1279f23f 100644 --- a/science/rubygem-rgeo-geojson/Makefile +++ b/science/rubygem-rgeo-geojson/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rgeo>=1.0.0:science/rubygem-rgeo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/science/rubygem-rgeo-proj4/Makefile b/science/rubygem-rgeo-proj4/Makefile index 23ce2c647..69999efc5 100644 --- a/science/rubygem-rgeo-proj4/Makefile +++ b/science/rubygem-rgeo-proj4/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libproj.so:graphics/proj RUN_DEPENDS= rubygem-rgeo>=2.0<3:science/rubygem-rgeo USES= gem -USE_RUBY= yes CONFIGURE_ARGS= --with-proj-dir=${LOCALBASE} diff --git a/science/rubygem-rgeo-shapefile/Makefile b/science/rubygem-rgeo-shapefile/Makefile index 5f478dad8..6872f598c 100644 --- a/science/rubygem-rgeo-shapefile/Makefile +++ b/science/rubygem-rgeo-shapefile/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-dbf>=4.0<5:databases/rubygem-dbf \ rubygem-rgeo>=1.0:science/rubygem-rgeo USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/science/rubygem-rgeo/Makefile b/science/rubygem-rgeo/Makefile index e1fa4eacf..7fad778a7 100644 --- a/science/rubygem-rgeo/Makefile +++ b/science/rubygem-rgeo/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgeos.so:graphics/geos USES= gem -USE_RUBY= yes .include diff --git a/science/rubygem-ruby-dcl/Makefile b/science/rubygem-ruby-dcl/Makefile index 1cd46158a..f9fcf586b 100644 --- a/science/rubygem-ruby-dcl/Makefile +++ b/science/rubygem-ruby-dcl/Makefile @@ -20,6 +20,5 @@ RUN_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray \ USES= gem gettext-runtime gnome xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_XORG= ice sm x11 -USE_RUBY= yes .include diff --git a/science/rubygem-ruby-netcdf/Makefile b/science/rubygem-ruby-netcdf/Makefile index 98dda7aae..7d6120ea7 100644 --- a/science/rubygem-ruby-netcdf/Makefile +++ b/science/rubygem-ruby-netcdf/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-narray>=0:math/rubygem-narray \ rubygem-narray_miss>=0:math/rubygem-narray_miss USES= gem -USE_RUBY= yes .include diff --git a/security/metasploit/Makefile b/security/metasploit/Makefile index 7b970528c..d077d85a4 100644 --- a/security/metasploit/Makefile +++ b/security/metasploit/Makefile @@ -101,12 +101,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ rubygem-xmlrpc>=0:net/rubygem-xmlrpc \ rubygem-zeitwerk>=0:devel/rubygem-zeitwerk -USES= cpe go:run python shebangfix +USES= cpe go:run python ruby shebangfix CPE_VENDOR= rapid7 USE_GITHUB= yes GH_ACCOUNT= rapid7 GH_PROJECT= metasploit-framework -USE_RUBY= yes SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ data/exploits/CVE-2017-17562/install-deps.sh \ diff --git a/security/rubygem-acme-client/Makefile b/security/rubygem-acme-client/Makefile index d20a95965..0d110177b 100644 --- a/security/rubygem-acme-client/Makefile +++ b/security/rubygem-acme-client/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday>=1.0<3.0.0:www/rubygem-faraday \ rubygem-faraday-retry1>=1.0<2:www/rubygem-faraday-retry1 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-aes_key_wrap/Makefile b/security/rubygem-aes_key_wrap/Makefile index f9c90530d..cc97ef0a3 100644 --- a/security/rubygem-aes_key_wrap/Makefile +++ b/security/rubygem-aes_key_wrap/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-airbrussh/Makefile b/security/rubygem-airbrussh/Makefile index 3d68bf354..6bac75f42 100644 --- a/security/rubygem-airbrussh/Makefile +++ b/security/rubygem-airbrussh/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-sshkit>=1.7.1:security/rubygem-sshkit USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-android_key_attestation/Makefile b/security/rubygem-android_key_attestation/Makefile index 816cb35af..f4e8e69c1 100644 --- a/security/rubygem-android_key_attestation/Makefile +++ b/security/rubygem-android_key_attestation/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/bdewater/android_key_attestation LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-attr_encrypted/Makefile b/security/rubygem-attr_encrypted/Makefile index decf1722b..2324e6ae2 100644 --- a/security/rubygem-attr_encrypted/Makefile +++ b/security/rubygem-attr_encrypted/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-encryptor>=3.0.0:security/rubygem-encryptor NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-bcrypt-ruby/Makefile b/security/rubygem-bcrypt-ruby/Makefile index 774db4b3a..f0127b4ce 100644 --- a/security/rubygem-bcrypt-ruby/Makefile +++ b/security/rubygem-bcrypt-ruby/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-bcrypt>=3.1.3:security/rubygem-bcrypt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-bcrypt/Makefile b/security/rubygem-bcrypt/Makefile index 4476eebdf..65a062f4f 100644 --- a/security/rubygem-bcrypt/Makefile +++ b/security/rubygem-bcrypt/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-bcrypt_pbkdf/Makefile b/security/rubygem-bcrypt_pbkdf/Makefile index 004a40d0f..e1cf7679b 100644 --- a/security/rubygem-bcrypt_pbkdf/Makefile +++ b/security/rubygem-bcrypt_pbkdf/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-cose/Makefile b/security/rubygem-cose/Makefile index e99978ab2..b01fdec14 100644 --- a/security/rubygem-cose/Makefile +++ b/security/rubygem-cose/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-cbor>=0.5.9<0.6:devel/rubygem-cbor \ rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-cvss-suite/Makefile b/security/rubygem-cvss-suite/Makefile index de16f8ad6..d21ee54ef 100644 --- a/security/rubygem-cvss-suite/Makefile +++ b/security/rubygem-cvss-suite/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= bash:shells/bash USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-declarative_policy/Makefile b/security/rubygem-declarative_policy/Makefile index a05c96ec8..ced7a94ea 100644 --- a/security/rubygem-declarative_policy/Makefile +++ b/security/rubygem-declarative_policy/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise-two-factor-rails5/Makefile b/security/rubygem-devise-two-factor-rails5/Makefile index b0e8eb01a..ee8b8f4a8 100644 --- a/security/rubygem-devise-two-factor-rails5/Makefile +++ b/security/rubygem-devise-two-factor-rails5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport5>=0<7.1:devel/rubygem-activesupport5 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise-two-factor-rails61/Makefile b/security/rubygem-devise-two-factor-rails61/Makefile index 19d2b9827..21274cc41 100644 --- a/security/rubygem-devise-two-factor-rails61/Makefile +++ b/security/rubygem-devise-two-factor-rails61/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-activesupport61>=0<7.1:devel/rubygem-activesupport61 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise-two-factor-rails70/Makefile b/security/rubygem-devise-two-factor-rails70/Makefile index 18d170006..8458948f6 100644 --- a/security/rubygem-devise-two-factor-rails70/Makefile +++ b/security/rubygem-devise-two-factor-rails70/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport70>=7.0<8:devel/rubygem-activesupport70 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise-two-factor/Makefile b/security/rubygem-devise-two-factor/Makefile index 6116c9a2a..aea2b306e 100644 --- a/security/rubygem-devise-two-factor/Makefile +++ b/security/rubygem-devise-two-factor/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport50>=0<7.1:devel/rubygem-activesupport50 \ rubygem-rotp>=6.0<7:devel/rubygem-rotp USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise_pam_authenticatable2-rails61/Makefile b/security/rubygem-devise_pam_authenticatable2-rails61/Makefile index b1970966a..a94b00b09 100644 --- a/security/rubygem-devise_pam_authenticatable2-rails61/Makefile +++ b/security/rubygem-devise_pam_authenticatable2-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-devise-rails61>=4.0.0:devel/rubygem-devise-rails61 \ rubygem-rpam2>=4.0:security/rubygem-rpam2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-devise_pam_authenticatable2/Makefile b/security/rubygem-devise_pam_authenticatable2/Makefile index 961e0a07b..037b4e7f4 100644 --- a/security/rubygem-devise_pam_authenticatable2/Makefile +++ b/security/rubygem-devise_pam_authenticatable2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-devise-rails5>=4.0.0:devel/rubygem-devise-rails5 \ rubygem-rpam2>=4.0:security/rubygem-rpam2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-digest-crc/Makefile b/security/rubygem-digest-crc/Makefile index e7d16c9d2..fca12399b 100644 --- a/security/rubygem-digest-crc/Makefile +++ b/security/rubygem-digest-crc/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rake>=12.0.0<14.0.0:devel/rubygem-rake USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-digest/Makefile b/security/rubygem-digest/Makefile index 7c8605f32..95d1bf6d1 100644 --- a/security/rubygem-digest/Makefile +++ b/security/rubygem-digest/Makefile @@ -12,6 +12,5 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-doorkeeper-openid_connect/Makefile b/security/rubygem-doorkeeper-openid_connect/Makefile index a0598e982..f097bed10 100644 --- a/security/rubygem-doorkeeper-openid_connect/Makefile +++ b/security/rubygem-doorkeeper-openid_connect/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-doorkeeper>=5.2<5.6:security/rubygem-doorkeeper \ rubygem-json-jwt115>=1.11:www/rubygem-json-jwt115 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-doorkeeper-rails5/Makefile b/security/rubygem-doorkeeper-rails5/Makefile index 6e3b4ea61..2c416fc6f 100644 --- a/security/rubygem-doorkeeper-rails5/Makefile +++ b/security/rubygem-doorkeeper-rails5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties5>=5:www/rubygem-railties5 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-doorkeeper-rails50/Makefile b/security/rubygem-doorkeeper-rails50/Makefile index cc0eebbe5..7c9ce1ea8 100644 --- a/security/rubygem-doorkeeper-rails50/Makefile +++ b/security/rubygem-doorkeeper-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties50>=5:www/rubygem-railties50 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-doorkeeper-rails61/Makefile b/security/rubygem-doorkeeper-rails61/Makefile index 4fb506990..cbebed18f 100644 --- a/security/rubygem-doorkeeper-rails61/Makefile +++ b/security/rubygem-doorkeeper-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-doorkeeper/Makefile b/security/rubygem-doorkeeper/Makefile index 59e956e75..ef1e712da 100644 --- a/security/rubygem-doorkeeper/Makefile +++ b/security/rubygem-doorkeeper/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-ed25519/Makefile b/security/rubygem-ed25519/Makefile index d05626e2e..62bd35fbe 100644 --- a/security/rubygem-ed25519/Makefile +++ b/security/rubygem-ed25519/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-ed2551912/Makefile b/security/rubygem-ed2551912/Makefile index 0164d8b97..d1b13c2ee 100644 --- a/security/rubygem-ed2551912/Makefile +++ b/security/rubygem-ed2551912/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes PORTSCOUT= limit:^1\.2\. diff --git a/security/rubygem-encryptor/Makefile b/security/rubygem-encryptor/Makefile index dabe93ef3..0b9dfe9d6 100644 --- a/security/rubygem-encryptor/Makefile +++ b/security/rubygem-encryptor/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-ezcrypto/Makefile b/security/rubygem-ezcrypto/Makefile index a60bc9f92..f108b3d04 100644 --- a/security/rubygem-ezcrypto/Makefile +++ b/security/rubygem-ezcrypto/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-googleauth/Makefile b/security/rubygem-googleauth/Makefile index 4936e1af7..fa1a5f331 100644 --- a/security/rubygem-googleauth/Makefile +++ b/security/rubygem-googleauth/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \ rubygem-signet>=0.16<2:security/rubygem-signet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-gpgme/Makefile b/security/rubygem-gpgme/Makefile index 40813bbc2..46cb5ce98 100644 --- a/security/rubygem-gpgme/Makefile +++ b/security/rubygem-gpgme/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpgme.so:security/gpgme USES= gem shebangfix -USE_RUBY= yes CONFIGURE_ARGS= --use-system-libraries diff --git a/security/rubygem-gpgr/Makefile b/security/rubygem-gpgr/Makefile index a332a75b8..6cea3f60f 100644 --- a/security/rubygem-gpgr/Makefile +++ b/security/rubygem-gpgr/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= gpg:security/gnupg NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-gssapi/Makefile b/security/rubygem-gssapi/Makefile index 781e2913b..c8078c061 100644 --- a/security/rubygem-gssapi/Makefile +++ b/security/rubygem-gssapi/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi>=1.0.1:devel/rubygem-ffi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-haiti-hash/Makefile b/security/rubygem-haiti-hash/Makefile index b0ea3fc50..24c2beafc 100644 --- a/security/rubygem-haiti-hash/Makefile +++ b/security/rubygem-haiti-hash/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-docopt>=0.6<1:devel/rubygem-docopt \ rubygem-paint>=2.2<3:devel/rubygem-paint USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-hkdf/Makefile b/security/rubygem-hkdf/Makefile index 6d3c53cc2..ff5394add 100644 --- a/security/rubygem-hkdf/Makefile +++ b/security/rubygem-hkdf/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-hkdf0/Makefile b/security/rubygem-hkdf0/Makefile index d19db4b2c..bc453aa0d 100644 --- a/security/rubygem-hkdf0/Makefile +++ b/security/rubygem-hkdf0/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-hrr_rb_ssh-ed25519/Makefile b/security/rubygem-hrr_rb_ssh-ed25519/Makefile index c123c87b0..3191e7957 100644 --- a/security/rubygem-hrr_rb_ssh-ed25519/Makefile +++ b/security/rubygem-hrr_rb_ssh-ed25519/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-ed25519>=1.2:security/rubygem-ed25519 \ NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-hrr_rb_ssh/Makefile b/security/rubygem-hrr_rb_ssh/Makefile index e828a91db..cd618e08d 100644 --- a/security/rubygem-hrr_rb_ssh/Makefile +++ b/security/rubygem-hrr_rb_ssh/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-lockbox/Makefile b/security/rubygem-lockbox/Makefile index f5e42b93b..64c91bbdf 100644 --- a/security/rubygem-lockbox/Makefile +++ b/security/rubygem-lockbox/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-metasploit-aggregator/Makefile b/security/rubygem-metasploit-aggregator/Makefile index d7a279757..30f1850ac 100644 --- a/security/rubygem-metasploit-aggregator/Makefile +++ b/security/rubygem-metasploit-aggregator/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-grpc>=0:net/rubygem-grpc \ rubygem-rex-arch>=0:security/rubygem-rex-arch NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/metasploit-aggregator diff --git a/security/rubygem-metasploit-concern/Makefile b/security/rubygem-metasploit-concern/Makefile index 22d1de8ec..e5f7d3d4d 100644 --- a/security/rubygem-metasploit-concern/Makefile +++ b/security/rubygem-metasploit-concern/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-metasploit-credential/Makefile b/security/rubygem-metasploit-credential/Makefile index c84641888..dd2bb5dc7 100644 --- a/security/rubygem-metasploit-credential/Makefile +++ b/security/rubygem-metasploit-credential/Makefile @@ -22,6 +22,5 @@ RUN_DEPENDS= rubygem-metasploit-concern>=0:security/rubygem-metasploit-concern \ NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-metasploit-model/Makefile b/security/rubygem-metasploit-model/Makefile index a432d0a49..c4d3e9a99 100644 --- a/security/rubygem-metasploit-model/Makefile +++ b/security/rubygem-metasploit-model/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-metasploit-payloads/Makefile b/security/rubygem-metasploit-payloads/Makefile index 49eb0655c..7d1a3028e 100644 --- a/security/rubygem-metasploit-payloads/Makefile +++ b/security/rubygem-metasploit-payloads/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes NO_ARCH_IGNORE= libndkstager.so diff --git a/security/rubygem-metasploit_data_models/Makefile b/security/rubygem-metasploit_data_models/Makefile index 2a85e4c8b..dadafd577 100644 --- a/security/rubygem-metasploit_data_models/Makefile +++ b/security/rubygem-metasploit_data_models/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60 \ rubygem-webrick>=0:www/rubygem-webrick NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-metasploit_payloads-mettle/Makefile b/security/rubygem-metasploit_payloads-mettle/Makefile index 66a7f7327..70dfdcb02 100644 --- a/security/rubygem-metasploit_payloads-mettle/Makefile +++ b/security/rubygem-metasploit_payloads-mettle/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/rapid7/mettle LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes STRIP= diff --git a/security/rubygem-nessus_rest/Makefile b/security/rubygem-nessus_rest/Makefile index 480132444..3e87fd7f3 100644 --- a/security/rubygem-nessus_rest/Makefile +++ b/security/rubygem-nessus_rest/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-net-scp/Makefile b/security/rubygem-net-scp/Makefile index 97dfdfa36..62ad91693 100644 --- a/security/rubygem-net-scp/Makefile +++ b/security/rubygem-net-scp/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-ssh6>=2.6.5<7.0.0:security/rubygem-net-ssh6 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-scp1/Makefile b/security/rubygem-net-scp1/Makefile index 48f60209f..50e567089 100644 --- a/security/rubygem-net-scp1/Makefile +++ b/security/rubygem-net-scp1/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-ssh>=2.6.5,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile index c68fc74ff..bcbabad7c 100644 --- a/security/rubygem-net-sftp/Makefile +++ b/security/rubygem-net-sftp/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-net-ssh>=5.0.0,2<8.0.0,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-sftp2/Makefile b/security/rubygem-net-sftp2/Makefile index 6c1bd8504..71e41b89f 100644 --- a/security/rubygem-net-sftp2/Makefile +++ b/security/rubygem-net-sftp2/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-net-ssh>=2.6.5,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-ssh-gateway/Makefile b/security/rubygem-net-ssh-gateway/Makefile index 47ad1342d..5e85bfcd7 100644 --- a/security/rubygem-net-ssh-gateway/Makefile +++ b/security/rubygem-net-ssh-gateway/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-ssh>=4.0.0,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-ssh-krb/Makefile b/security/rubygem-net-ssh-krb/Makefile index 9281edff7..e06a534cf 100644 --- a/security/rubygem-net-ssh-krb/Makefile +++ b/security/rubygem-net-ssh-krb/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gssapi>=1.3:security/rubygem-gssapi \ rubygem-net-ssh>=2.0:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/security/rubygem-net-ssh-multi/Makefile b/security/rubygem-net-ssh-multi/Makefile index 190492167..5cd0ca21f 100644 --- a/security/rubygem-net-ssh-multi/Makefile +++ b/security/rubygem-net-ssh-multi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh \ rubygem-net-ssh-gateway>=1.2.0:security/rubygem-net-ssh-gateway NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 726835e92..ab35dc242 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-ssh5/Makefile b/security/rubygem-net-ssh5/Makefile index d6ac862cb..4fe7d875b 100644 --- a/security/rubygem-net-ssh5/Makefile +++ b/security/rubygem-net-ssh5/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes OPTIONS_DEFINE= PROMPT_PASSPHRASES OPTIONS_DEFAULT=PROMPT_PASSPHRASES diff --git a/security/rubygem-net-ssh6/Makefile b/security/rubygem-net-ssh6/Makefile index 37dd0ab8b..16a6a077e 100644 --- a/security/rubygem-net-ssh6/Makefile +++ b/security/rubygem-net-ssh6/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-net-telnet/Makefile b/security/rubygem-net-telnet/Makefile index c9b906c94..0582e834a 100644 --- a/security/rubygem-net-telnet/Makefile +++ b/security/rubygem-net-telnet/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= bin/setup diff --git a/security/rubygem-nexpose/Makefile b/security/rubygem-nexpose/Makefile index dc4ad228e..78c61d811 100644 --- a/security/rubygem-nexpose/Makefile +++ b/security/rubygem-nexpose/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-nmap-parser/Makefile b/security/rubygem-nmap-parser/Makefile index cb1b674f4..89ba9982f 100644 --- a/security/rubygem-nmap-parser/Makefile +++ b/security/rubygem-nmap-parser/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= nmap:security/nmap NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-omniauth-alicloud/Makefile b/security/rubygem-omniauth-alicloud/Makefile index a3b5ba90f..223fd2eac 100644 --- a/security/rubygem-omniauth-alicloud/Makefile +++ b/security/rubygem-omniauth-alicloud/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-atlassian-oauth2/Makefile b/security/rubygem-omniauth-atlassian-oauth2/Makefile index f8a1f79d7..e74657e9c 100644 --- a/security/rubygem-omniauth-atlassian-oauth2/Makefile +++ b/security/rubygem-omniauth-atlassian-oauth2/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \ rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-bitbucket/Makefile b/security/rubygem-omniauth-bitbucket/Makefile index 3eb2e6c43..da43dbc74 100644 --- a/security/rubygem-omniauth-bitbucket/Makefile +++ b/security/rubygem-omniauth-bitbucket/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \ rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-cas/Makefile b/security/rubygem-omniauth-cas/Makefile index 515cdc97c..ab6c0b425 100644 --- a/security/rubygem-omniauth-cas/Makefile +++ b/security/rubygem-omniauth-cas/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-cas3-oauth2/Makefile b/security/rubygem-omniauth-cas3-oauth2/Makefile index 789e3db32..6d0f6c506 100644 --- a/security/rubygem-omniauth-cas3-oauth2/Makefile +++ b/security/rubygem-omniauth-cas3-oauth2/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-omniauth>=1.2<3:security/rubygem-omniauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile index 7bbc4dde2..354d34db9 100644 --- a/security/rubygem-omniauth-cas3/Makefile +++ b/security/rubygem-omniauth-cas3/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-dingtalk-oauth2/Makefile b/security/rubygem-omniauth-dingtalk-oauth2/Makefile index 64b53916e..a8004f882 100644 --- a/security/rubygem-omniauth-dingtalk-oauth2/Makefile +++ b/security/rubygem-omniauth-dingtalk-oauth2/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7<3:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-gitlab/Makefile b/security/rubygem-omniauth-gitlab/Makefile index 320a7138e..159210eed 100644 --- a/security/rubygem-omniauth-gitlab/Makefile +++ b/security/rubygem-omniauth-gitlab/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.8.0<1.9:net/rubygem-omniauth-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-jwt/Makefile b/security/rubygem-omniauth-jwt/Makefile index f1a7459cd..7bfc493a0 100644 --- a/security/rubygem-omniauth-jwt/Makefile +++ b/security/rubygem-omniauth-jwt/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-jwt>=0:www/rubygem-jwt \ rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-multipassword/Makefile b/security/rubygem-omniauth-multipassword/Makefile index b4fa302bc..a799aa1b0 100644 --- a/security/rubygem-omniauth-multipassword/Makefile +++ b/security/rubygem-omniauth-multipassword/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-oauth2-generic/Makefile b/security/rubygem-omniauth-oauth2-generic/Makefile index b2e8d5ba6..f7a07c739 100644 --- a/security/rubygem-omniauth-oauth2-generic/Makefile +++ b/security/rubygem-omniauth-oauth2-generic/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2 \ rubygem-rake>=0:devel/rubygem-rake USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-rails_csrf_protection/Makefile b/security/rubygem-omniauth-rails_csrf_protection/Makefile index 8bd530bec..2df24a6ee 100644 --- a/security/rubygem-omniauth-rails_csrf_protection/Makefile +++ b/security/rubygem-omniauth-rails_csrf_protection/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionpack61>=4.2:www/rubygem-actionpack61 \ rubygem-omniauth>=2.0<3:security/rubygem-omniauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile index 95946b636..742fe5243 100644 --- a/security/rubygem-omniauth-saml/Makefile +++ b/security/rubygem-omniauth-saml/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \ rubygem-ruby-saml>=1.12<2:security/rubygem-ruby-saml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-saml1/Makefile b/security/rubygem-omniauth-saml1/Makefile index cc04b2fe7..af2c1a272 100644 --- a/security/rubygem-omniauth-saml1/Makefile +++ b/security/rubygem-omniauth-saml1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-omniauth1>=1.3.2:security/rubygem-omniauth1 \ rubygem-ruby-saml>=1.9<2:security/rubygem-ruby-saml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth-shibboleth/Makefile b/security/rubygem-omniauth-shibboleth/Makefile index d1dd2792d..d952487bc 100644 --- a/security/rubygem-omniauth-shibboleth/Makefile +++ b/security/rubygem-omniauth-shibboleth/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-omniauth1>=1.0.0:security/rubygem-omniauth1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth/Makefile b/security/rubygem-omniauth/Makefile index 103beef2a..deb12120d 100644 --- a/security/rubygem-omniauth/Makefile +++ b/security/rubygem-omniauth/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ rubygem-rack-protection>=0:www/rubygem-rack-protection USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-omniauth1/Makefile b/security/rubygem-omniauth1/Makefile index 0dd9067e5..3ddfe15d0 100644 --- a/security/rubygem-omniauth1/Makefile +++ b/security/rubygem-omniauth1/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ rubygem-rack22>=1.6.2,3<3,3:www/rubygem-rack22 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-openssl-ccm/Makefile b/security/rubygem-openssl-ccm/Makefile index c8cfb54fc..24da09ddd 100644 --- a/security/rubygem-openssl-ccm/Makefile +++ b/security/rubygem-openssl-ccm/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-openssl-cmac/Makefile b/security/rubygem-openssl-cmac/Makefile index ee0cdf3f9..5de79af2e 100644 --- a/security/rubygem-openssl-cmac/Makefile +++ b/security/rubygem-openssl-cmac/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-openssl-signature_algorithm/Makefile b/security/rubygem-openssl-signature_algorithm/Makefile index c653d7705..166f5b641 100644 --- a/security/rubygem-openssl-signature_algorithm/Makefile +++ b/security/rubygem-openssl-signature_algorithm/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-openssl/Makefile b/security/rubygem-openssl/Makefile index 38a08dba7..31f8c6735 100644 --- a/security/rubygem-openssl/Makefile +++ b/security/rubygem-openssl/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt USES= cpe gem ssl -USE_RUBY= yes CPE_VENDOR= ruby-lang diff --git a/security/rubygem-openssl2/Makefile b/security/rubygem-openssl2/Makefile index 41a98a531..647064ae2 100644 --- a/security/rubygem-openssl2/Makefile +++ b/security/rubygem-openssl2/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ipaddr>=0:net/rubygem-ipaddr USES= cpe gem ssl -USE_RUBY= yes CPE_VENDOR= ruby-lang diff --git a/security/rubygem-openssl221/Makefile b/security/rubygem-openssl221/Makefile index d028e5c4f..7d546de16 100644 --- a/security/rubygem-openssl221/Makefile +++ b/security/rubygem-openssl221/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ipaddr122>=0:net/rubygem-ipaddr122 USES= cpe gem ssl -USE_RUBY= yes CPE_VENDOR= ruby-lang diff --git a/security/rubygem-openvas-omp/Makefile b/security/rubygem-openvas-omp/Makefile index ffc41f26d..781fcfb0f 100644 --- a/security/rubygem-openvas-omp/Makefile +++ b/security/rubygem-openvas-omp/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-origami/Makefile b/security/rubygem-origami/Makefile index 1c1d99ce2..4fa3550f1 100644 --- a/security/rubygem-origami/Makefile +++ b/security/rubygem-origami/Makefile @@ -16,6 +16,5 @@ NO_ARCH= yes USES= gem shebangfix SHEBANG_FILES= examples/*/*.rb -USE_RUBY= yes .include diff --git a/security/rubygem-pbkdf2-ruby/Makefile b/security/rubygem-pbkdf2-ruby/Makefile index a5c780e51..9394e63e5 100644 --- a/security/rubygem-pbkdf2-ruby/Makefile +++ b/security/rubygem-pbkdf2-ruby/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/emerose/pbkdf2-ruby LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-pundit/Makefile b/security/rubygem-pundit/Makefile index 702facc65..28a009daf 100644 --- a/security/rubygem-pundit/Makefile +++ b/security/rubygem-pundit/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-pundit61/Makefile b/security/rubygem-pundit61/Makefile index 291b0d94d..8b78d757d 100644 --- a/security/rubygem-pundit61/Makefile +++ b/security/rubygem-pundit61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-activesupport61>=3.0.0:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-pyu-ruby-sasl/Makefile b/security/rubygem-pyu-ruby-sasl/Makefile index 6aa39d959..80e435de7 100644 --- a/security/rubygem-pyu-ruby-sasl/Makefile +++ b/security/rubygem-pyu-ruby-sasl/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile index 3822fc29b..49b1e7422 100644 --- a/security/rubygem-rack-oauth2/Makefile +++ b/security/rubygem-rack-oauth2/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-rack>=2.1.0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-razorback-scriptNugget/Makefile b/security/rubygem-razorback-scriptNugget/Makefile index 0ad9eb5da..a79d1b781 100644 --- a/security/rubygem-razorback-scriptNugget/Makefile +++ b/security/rubygem-razorback-scriptNugget/Makefile @@ -10,7 +10,6 @@ COMMENT= Framework for an intelligence driven security - Script Nugget Ruby WWW= http://razorbacktm.sourceforge.net/ NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= lib/razorback.rb diff --git a/security/rubygem-rbnacl-libsodium/Makefile b/security/rubygem-rbnacl-libsodium/Makefile index e58733908..f24d5de42 100644 --- a/security/rubygem-rbnacl-libsodium/Makefile +++ b/security/rubygem-rbnacl-libsodium/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rbnacl>=3.0.1:security/rubygem-rbnacl USES= gem libtool USE_LDCONFIG= yes -USE_RUBY= yes post-install: ( cd ${WRKSRC} && \ diff --git a/security/rubygem-rbnacl/Makefile b/security/rubygem-rbnacl/Makefile index ab7cf65e6..e76046b39 100644 --- a/security/rubygem-rbnacl/Makefile +++ b/security/rubygem-rbnacl/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-recog/Makefile b/security/rubygem-recog/Makefile index dd8627da4..d3a41044a 100644 --- a/security/rubygem-recog/Makefile +++ b/security/rubygem-recog/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri USES= gem python:env shebangfix -USE_RUBY= yes NO_ARCH= yes SHEBANG_FILES= update_cpes.py .vscode/bin/monitor-recog-fingerprints.sh diff --git a/security/rubygem-rex-arch/Makefile b/security/rubygem-rex-arch/Makefile index 32d1dffd1..516a4a1b8 100644 --- a/security/rubygem-rex-arch/Makefile +++ b/security/rubygem-rex-arch/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-rex-bin_tools/Makefile b/security/rubygem-rex-bin_tools/Makefile index b98dccb7a..60db7343e 100644 --- a/security/rubygem-rex-bin_tools/Makefile +++ b/security/rubygem-rex-bin_tools/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= nasm>=0:devel/nasm \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/msfbinscan \ diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile index 09b0b345f..18f15ac63 100644 --- a/security/rubygem-rex-core/Makefile +++ b/security/rubygem-rex-core/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-rex-encoder/Makefile b/security/rubygem-rex-encoder/Makefile index 456584699..ea1e57d49 100644 --- a/security/rubygem-rex-encoder/Makefile +++ b/security/rubygem-rex-encoder/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-exploitation/Makefile b/security/rubygem-rex-exploitation/Makefile index 84fec3c12..a0cc1359b 100644 --- a/security/rubygem-rex-exploitation/Makefile +++ b/security/rubygem-rex-exploitation/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-jsobfu>=0:www/rubygem-jsobfu \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-java/Makefile b/security/rubygem-rex-java/Makefile index 401e8e1ef..73ea74b11 100644 --- a/security/rubygem-rex-java/Makefile +++ b/security/rubygem-rex-java/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-mime/Makefile b/security/rubygem-rex-mime/Makefile index 5ba1561f2..2def07a2f 100644 --- a/security/rubygem-rex-mime/Makefile +++ b/security/rubygem-rex-mime/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-nop/Makefile b/security/rubygem-rex-nop/Makefile index 0bfe2b6b4..1ffb3ef58 100644 --- a/security/rubygem-rex-nop/Makefile +++ b/security/rubygem-rex-nop/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rex-arch>=0:security/rubygem-rex-arch NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-ole/Makefile b/security/rubygem-rex-ole/Makefile index 36a8fa26d..30468ae58 100644 --- a/security/rubygem-rex-ole/Makefile +++ b/security/rubygem-rex-ole/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-powershell/Makefile b/security/rubygem-rex-powershell/Makefile index 75704e7e0..95668c4b2 100644 --- a/security/rubygem-rex-powershell/Makefile +++ b/security/rubygem-rex-powershell/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rex-random_identifier>=0:security/rubygem-rex-random_identi rubygem-ruby-rc4>=0:security/rubygem-ruby-rc4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-rex-random_identifier/Makefile b/security/rubygem-rex-random_identifier/Makefile index 5a5287aa3..dec86cf16 100644 --- a/security/rubygem-rex-random_identifier/Makefile +++ b/security/rubygem-rex-random_identifier/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-rex-registry/Makefile b/security/rubygem-rex-registry/Makefile index 55d5d5c4c..c42849590 100644 --- a/security/rubygem-rex-registry/Makefile +++ b/security/rubygem-rex-registry/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-rop_builder/Makefile b/security/rubygem-rex-rop_builder/Makefile index 37162d106..637d55f64 100644 --- a/security/rubygem-rex-rop_builder/Makefile +++ b/security/rubygem-rex-rop_builder/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/msfrop diff --git a/security/rubygem-rex-socket/Makefile b/security/rubygem-rex-socket/Makefile index 24df09782..e273c90fb 100644 --- a/security/rubygem-rex-socket/Makefile +++ b/security/rubygem-rex-socket/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-rex-sslscan/Makefile b/security/rubygem-rex-sslscan/Makefile index 02cbf7cee..fe680d49b 100644 --- a/security/rubygem-rex-sslscan/Makefile +++ b/security/rubygem-rex-sslscan/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= rubygem-rex-core>=0:security/rubygem-rex-core \ NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-rex-struct2/Makefile b/security/rubygem-rex-struct2/Makefile index 2b7386ecf..20d28eb4c 100644 --- a/security/rubygem-rex-struct2/Makefile +++ b/security/rubygem-rex-struct2/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-text/Makefile b/security/rubygem-rex-text/Makefile index 5ef85350c..4925be10a 100644 --- a/security/rubygem-rex-text/Makefile +++ b/security/rubygem-rex-text/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rex-zip/Makefile b/security/rubygem-rex-zip/Makefile index 71a34aca6..2aa681407 100644 --- a/security/rubygem-rex-zip/Makefile +++ b/security/rubygem-rex-zip/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-roauth/Makefile b/security/rubygem-roauth/Makefile index a5d53843f..39f3e12b9 100644 --- a/security/rubygem-roauth/Makefile +++ b/security/rubygem-roauth/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/maccman/roauth NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-rpam2/Makefile b/security/rubygem-rpam2/Makefile index 0591dd343..3b392b50c 100644 --- a/security/rubygem-rpam2/Makefile +++ b/security/rubygem-rpam2/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/devkral/rpam2 LICENSE= MIT USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-ruby-hmac/Makefile b/security/rubygem-ruby-hmac/Makefile index 11d442b22..1833f32a8 100644 --- a/security/rubygem-ruby-hmac/Makefile +++ b/security/rubygem-ruby-hmac/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-ruby-rc4/Makefile b/security/rubygem-ruby-rc4/Makefile index e7c782053..049965d80 100644 --- a/security/rubygem-ruby-rc4/Makefile +++ b/security/rubygem-ruby-rc4/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-ruby-saml/Makefile b/security/rubygem-ruby-saml/Makefile index 630b44a46..33279cbae 100644 --- a/security/rubygem-ruby-saml/Makefile +++ b/security/rubygem-ruby-saml/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1.10.5:textproc/rubygem-nokogiri \ rubygem-rexml>=0:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-safety_net_attestation/Makefile b/security/rubygem-safety_net_attestation/Makefile index 46934dbd8..70faa56c9 100644 --- a/security/rubygem-safety_net_attestation/Makefile +++ b/security/rubygem-safety_net_attestation/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-jwt>=2.0<3:www/rubygem-jwt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-scrypt/Makefile b/security/rubygem-scrypt/Makefile index fd471bda5..37c40470f 100644 --- a/security/rubygem-scrypt/Makefile +++ b/security/rubygem-scrypt/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler USES= gem -USE_RUBY= yes .include diff --git a/security/rubygem-securecompare/Makefile b/security/rubygem-securecompare/Makefile index 8c154ed8a..6b07a8e20 100644 --- a/security/rubygem-securecompare/Makefile +++ b/security/rubygem-securecompare/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-securerandom/Makefile b/security/rubygem-securerandom/Makefile index c20a433db..780c67079 100644 --- a/security/rubygem-securerandom/Makefile +++ b/security/rubygem-securerandom/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-signet/Makefile b/security/rubygem-signet/Makefile index 521dd4509..53fe7e33e 100644 --- a/security/rubygem-signet/Makefile +++ b/security/rubygem-signet/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-multi_json>=1.10<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile index 72383787f..1b20bb6f6 100644 --- a/security/rubygem-six/Makefile +++ b/security/rubygem-six/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-ssh_data/Makefile b/security/rubygem-ssh_data/Makefile index a3d467e5a..28e530ca3 100644 --- a/security/rubygem-ssh_data/Makefile +++ b/security/rubygem-ssh_data/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-sshkey/Makefile b/security/rubygem-sshkey/Makefile index 0fc345028..1e6f012e4 100644 --- a/security/rubygem-sshkey/Makefile +++ b/security/rubygem-sshkey/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-sshkit/Makefile b/security/rubygem-sshkit/Makefile index b7df8a97e..5442a6526 100644 --- a/security/rubygem-sshkit/Makefile +++ b/security/rubygem-sshkit/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-net-scp>=1.1.2:security/rubygem-net-scp \ rubygem-net-ssh>=2.8.0,2:security/rubygem-net-ssh USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-sslshake/Makefile b/security/rubygem-sslshake/Makefile index 74c7999bc..013f527cb 100644 --- a/security/rubygem-sslshake/Makefile +++ b/security/rubygem-sslshake/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/arlimus/sslshake LICENSE= MPL20 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-ssrf_filter/Makefile b/security/rubygem-ssrf_filter/Makefile index 9d510099a..09d50f021 100644 --- a/security/rubygem-ssrf_filter/Makefile +++ b/security/rubygem-ssrf_filter/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/arkadiyt/ssrf_filter LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-timfel-krb5/Makefile b/security/rubygem-timfel-krb5/Makefile index bac9049db..e34b6d758 100644 --- a/security/rubygem-timfel-krb5/Makefile +++ b/security/rubygem-timfel-krb5/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/timfel/krb5-auth BUILD_DEPENDS= krb5>0:security/krb5 RUN_DEPENDS= krb5>0:security/krb5 -USE_RUBY= yes USES= gem .include diff --git a/security/rubygem-tpm-key_attestation/Makefile b/security/rubygem-tpm-key_attestation/Makefile index 0c4c81bd4..7522da3e8 100644 --- a/security/rubygem-tpm-key_attestation/Makefile +++ b/security/rubygem-tpm-key_attestation/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-bindata>=2.4<3:devel/rubygem-bindata \ rubygem-openssl-signature_algorithm>=1.0<2:security/rubygem-openssl-signature_algorithm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-twitter_oauth/Makefile b/security/rubygem-twitter_oauth/Makefile index b12983292..9749c50d3 100644 --- a/security/rubygem-twitter_oauth/Makefile +++ b/security/rubygem-twitter_oauth/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.8.0:devel/rubygem-json \ rubygem-oauth>=0.4.7:net/rubygem-oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-unix-crypt/Makefile b/security/rubygem-unix-crypt/Makefile index 9a76f5cd3..2701656e3 100644 --- a/security/rubygem-unix-crypt/Makefile +++ b/security/rubygem-unix-crypt/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gem -USE_RUBY= yes PLIST_FILES= bin/mkunixcrypt diff --git a/security/rubygem-vault/Makefile b/security/rubygem-vault/Makefile index 2572f3ba2..96b95fcb5 100644 --- a/security/rubygem-vault/Makefile +++ b/security/rubygem-vault/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/rubygem-webauthn/Makefile b/security/rubygem-webauthn/Makefile index 0ae1b7473..a7cf431e9 100644 --- a/security/rubygem-webauthn/Makefile +++ b/security/rubygem-webauthn/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-android_key_attestation>=0.3.0<0.4:security/rubygem-android rubygem-tpm-key_attestation>=0.10.0<0.11:security/rubygem-tpm-key_attestation USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= script/ci/install-openssl script/ci/install-ruby NO_ARCH= yes diff --git a/security/rubygem-webpush/Makefile b/security/rubygem-webpush/Makefile index c8ef93c22..c2b87611e 100644 --- a/security/rubygem-webpush/Makefile +++ b/security/rubygem-webpush/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-hkdf0>=0.2<1:security/rubygem-hkdf0 \ rubygem-jwt>=2.0<3:www/rubygem-jwt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile index ddf341bde..9cdbe2386 100644 --- a/security/whatweb/Makefile +++ b/security/whatweb/Makefile @@ -13,10 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_TUPLE= urbanadventurer:WhatWeb:f467aa2 -USES= cpe +USES= cpe ruby:run CPE_VENDOR= morningstarsecurity -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes NO_BUILD= yes NO_ARCH= yes PORTDOCS= CHANGELOG INSTALL README whatweb.xsl diff --git a/shells/rubygem-shellwords/Makefile b/shells/rubygem-shellwords/Makefile index be77ce748..90ff092d2 100644 --- a/shells/rubygem-shellwords/Makefile +++ b/shells/rubygem-shellwords/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/ck4up/Makefile b/sysutils/ck4up/Makefile index 2257f4fce..c3d6bf334 100644 --- a/sysutils/ck4up/Makefile +++ b/sysutils/ck4up/Makefile @@ -10,10 +10,10 @@ WWW= http://jue.li/crux/ck4up/ RUN_DEPENDS= rubygem-gdbm>=2.0.0,2:databases/rubygem-gdbm +USES= ruby:run + NO_BUILD= yes NO_ARCH= yes -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes PORTEXAMPLES= ck4up.conf diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile index f77a41e75..8847c48f8 100644 --- a/sysutils/dtrace-toolkit/Makefile +++ b/sysutils/dtrace-toolkit/Makefile @@ -10,12 +10,11 @@ WWW= https://github.com/opendtrace/toolkit LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/Docs/cddl1.txt -USES= perl5 python shebangfix +USES= perl5 python ruby shebangfix USE_GITHUB= yes GH_ACCOUNT= opendtrace GH_PROJECT= toolkit GH_TAGNAME= ec23e25c8995bfa50cd7c0058129f1f489fdabb4 -USE_RUBY= yes SHEBANG_FILES= Apps/shellsnoop \ Code/Perl/func_abc.pl \ Code/Perl/func_malloc.pl \ diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 014242268..6865f32de 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -23,10 +23,9 @@ CONFLICTS_INSTALL= rubygem-facter PLIST_SUB= PORTVERSION="${PORTVERSION}" -USES= cmake:noninja compiler:c++11-lib cpe ssl +USES= cmake:noninja compiler:c++11-lib cpe ruby ssl CPE_VENDOR= puppet USE_LDCONFIG= yes -USE_RUBY= yes CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man CMAKE_OFF= ENABLE_CXX_WERROR diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 3facc7c4c..4d6a0ddc9 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -10,8 +10,7 @@ WWW= http://svn.idaemons.org/cgi-bin/viewvc.cgi/trunk/?root=libchk LICENSE= BSD2CLAUSE -USES= tar:bzip2 uidfix -USE_RUBY= yes +USES= ruby tar:bzip2 uidfix MAKE_ARGS= PREFIX="${PREFIX}" diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index c605460c4..520d9cb73 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -15,10 +15,9 @@ BROKEN_RUBY31= yes RUN_DEPENDS= rubygem-stomp>=0:devel/rubygem-stomp -USES= cpe shebangfix +USES= cpe ruby shebangfix CPE_VENDOR= puppet NO_BUILD= yes -USE_RUBY= yes USE_RC_SUBR= mcollectived SHEBANG_FILES= bin/mcollectived bin/mco diff --git a/sysutils/mmve/Makefile b/sysutils/mmve/Makefile index 41e067e48..ce6886af9 100644 --- a/sysutils/mmve/Makefile +++ b/sysutils/mmve/Makefile @@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-baf>=0.11.0:devel/rubygem-baf -USES= shebangfix +USES= ruby shebangfix SHEBANG_FILES= bin/mmve -USE_RUBY= yes NO_BUILD= yes NO_ARCH= yes diff --git a/sysutils/mnrpes/Makefile b/sysutils/mnrpes/Makefile index 460474061..257558779 100644 --- a/sysutils/mnrpes/Makefile +++ b/sysutils/mnrpes/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 RUN_DEPENDS= mcollective>=2:sysutils/mcollective \ rubygem-rufus-scheduler>=0.1:devel/rubygem-rufus-scheduler -USE_RUBY= yes +USES= ruby USE_GITHUB= yes GH_ACCOUNT= nullDowntimeLtd GH_TAGNAME= 3f9942c diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index 761e403ef..f239ff78a 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -11,8 +11,7 @@ WWW= http://0xcc.net/pdumpfs/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_RUBY= yes -USES= shebangfix +USES= ruby shebangfix NO_ARCH= yes SHEBANG_FILES= ${WRKSRC}/pdumpfs.in diff --git a/sysutils/puppet-lint/Makefile b/sysutils/puppet-lint/Makefile index a4c1c6aae..bad7c82fc 100644 --- a/sysutils/puppet-lint/Makefile +++ b/sysutils/puppet-lint/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes PLIST_FILES= bin/puppet-lint NO_ARCH= yes diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile index b36a1f107..758333e2d 100644 --- a/sysutils/puppet6/Makefile +++ b/sysutils/puppet6/Makefile @@ -35,7 +35,6 @@ CONFLICTS_INSTALL= puppet7 PLIST_SUB= PORTVERSION="${PORTVERSION}" NO_ARCH= yes NO_BUILD= yes -USE_RUBY= yes USE_RC_SUBR= puppet PORTDOCS= LICENSE README.md PORTEXAMPLES= * diff --git a/sysutils/puppet7/Makefile b/sysutils/puppet7/Makefile index 64f4958b8..20940f456 100644 --- a/sysutils/puppet7/Makefile +++ b/sysutils/puppet7/Makefile @@ -30,7 +30,6 @@ CONFLICTS_INSTALL= puppet6 PLIST_SUB= PORTVERSION="${PORTVERSION}" NO_ARCH= yes NO_BUILD= yes -USE_RUBY= yes USE_RC_SUBR= puppet PORTDOCS= LICENSE README.md PORTEXAMPLES= * diff --git a/sysutils/puppetserver6/Makefile b/sysutils/puppetserver6/Makefile index b41d86bac..ec7f85a5e 100644 --- a/sysutils/puppetserver6/Makefile +++ b/sysutils/puppetserver6/Makefile @@ -20,11 +20,10 @@ RUN_DEPENDS= bash>=0:shells/bash \ rubygem-semantic_puppet>=1:devel/rubygem-semantic_puppet \ sudo>=1:security/sudo -USES= shebangfix +USES= ruby shebangfix USE_RC_SUBR= puppetserver USE_JAVA= yes -USE_RUBY= yes NO_ARCH= yes NO_BUILD= yes JAVA_VERSION= 1.8+ diff --git a/sysutils/puppetserver7/Makefile b/sysutils/puppetserver7/Makefile index 670fed3d4..f61f5fccd 100644 --- a/sysutils/puppetserver7/Makefile +++ b/sysutils/puppetserver7/Makefile @@ -20,11 +20,10 @@ RUN_DEPENDS= bash>=0:shells/bash \ rubygem-semantic_puppet>=1:devel/rubygem-semantic_puppet \ sudo>=1:security/sudo -USES= shebangfix +USES= ruby shebangfix USE_RC_SUBR= puppetserver USE_JAVA= yes -USE_RUBY= yes NO_ARCH= yes NO_BUILD= yes JAVA_VERSION= 1.8+ diff --git a/sysutils/rhc/Makefile b/sysutils/rhc/Makefile index 4fdc7e4a9..b54a3b9e3 100644 --- a/sysutils/rhc/Makefile +++ b/sysutils/rhc/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= minitar:archivers/rubygem-minitar-cli \ rubygem-open4>0:devel/rubygem-open4 NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rhc diff --git a/sysutils/rubygem-backup/Makefile b/sysutils/rubygem-backup/Makefile index d72156fa4..3b3bdbf18 100644 --- a/sysutils/rubygem-backup/Makefile +++ b/sysutils/rubygem-backup/Makefile @@ -75,7 +75,6 @@ RUN_DEPENDS= rubygem-CFPropertyList>=2.3.1:devel/rubygem-CFPropertyList \ rubygem-xml-simple>=1.1.4:textproc/rubygem-xml-simple USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index 301372744..f6781f99b 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -31,7 +31,6 @@ RUN_DEPENDS= r10k:sysutils/rubygem-r10k \ rubygem-winrm>=2.0:sysutils/rubygem-winrm USES= gem shebangfix -USE_RUBY= yes ruby_OLD_CMD+= /opt/puppetlabs/puppet/bin/ruby SHEBANG_FILES= libexec/* diff --git a/sysutils/rubygem-bosh-gen/Makefile b/sysutils/rubygem-bosh-gen/Makefile index 56124c9df..3640c96e7 100644 --- a/sysutils/rubygem-bosh-gen/Makefile +++ b/sysutils/rubygem-bosh-gen/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0<5.0:devel/rubygem-activesupport4 \ rubygem-thor>=0:devel/rubygem-thor USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-bundler/Makefile b/sysutils/rubygem-bundler/Makefile index e3ea35875..56dc3c2a4 100644 --- a/sysutils/rubygem-bundler/Makefile +++ b/sysutils/rubygem-bundler/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-bundler_ext/Makefile b/sysutils/rubygem-bundler_ext/Makefile index 1be3112fc..3e756e7fb 100644 --- a/sysutils/rubygem-bundler_ext/Makefile +++ b/sysutils/rubygem-bundler_ext/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-capistrano-ext/Makefile b/sysutils/rubygem-capistrano-ext/Makefile index 8539f5224..c58048c03 100644 --- a/sysutils/rubygem-capistrano-ext/Makefile +++ b/sysutils/rubygem-capistrano-ext/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-capistrano>=1.0.0:sysutils/rubygem-capistrano USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-capistrano-harrow/Makefile b/sysutils/rubygem-capistrano-harrow/Makefile index 497e5d512..e8408e5a7 100644 --- a/sysutils/rubygem-capistrano-harrow/Makefile +++ b/sysutils/rubygem-capistrano-harrow/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-capistrano/Makefile b/sysutils/rubygem-capistrano/Makefile index e2c49b0c8..82b3f1283 100644 --- a/sysutils/rubygem-capistrano/Makefile +++ b/sysutils/rubygem-capistrano/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-airbrussh>=1.0.0:security/rubygem-airbrussh \ rubygem-sshkit>=1.9.0:security/rubygem-sshkit USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-bin/Makefile b/sysutils/rubygem-chef-bin/Makefile index fa4f2db7f..1d7b65a99 100644 --- a/sysutils/rubygem-chef-bin/Makefile +++ b/sysutils/rubygem-chef-bin/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-chef>=${PORTVERSION}:sysutils/rubygem-chef USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-cleanroom/Makefile b/sysutils/rubygem-chef-cleanroom/Makefile index bd648b282..53596dde2 100644 --- a/sysutils/rubygem-chef-cleanroom/Makefile +++ b/sysutils/rubygem-chef-cleanroom/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-config/Makefile b/sysutils/rubygem-chef-config/Makefile index 6fdd80b95..5503c9570 100644 --- a/sysutils/rubygem-chef-config/Makefile +++ b/sysutils/rubygem-chef-config/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-tomlrb1>=1.2<2:textproc/rubygem-tomlrb1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-telemetry/Makefile b/sysutils/rubygem-chef-telemetry/Makefile index ff85bf10e..7c8795c88 100644 --- a/sysutils/rubygem-chef-telemetry/Makefile +++ b/sysutils/rubygem-chef-telemetry/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-chef-config>=0:sysutils/rubygem-chef-config \ rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-utils/Makefile b/sysutils/rubygem-chef-utils/Makefile index b40efd84a..b9777327f 100644 --- a/sysutils/rubygem-chef-utils/Makefile +++ b/sysutils/rubygem-chef-utils/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-vault/Makefile b/sysutils/rubygem-chef-vault/Makefile index a20c931dc..dbc1dc303 100644 --- a/sysutils/rubygem-chef-vault/Makefile +++ b/sysutils/rubygem-chef-vault/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef-zero/Makefile b/sysutils/rubygem-chef-zero/Makefile index d93e90adb..8be6f8e6c 100644 --- a/sysutils/rubygem-chef-zero/Makefile +++ b/sysutils/rubygem-chef-zero/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \ rubygem-webrick>=0:www/rubygem-webrick USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 7242a68af..e3ffc1aaa 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -49,7 +49,6 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable \ rubygem-uuidtools>=2.1.5<3.0:devel/rubygem-uuidtools USES= cpe gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-choria-mcorpc-support/Makefile b/sysutils/rubygem-choria-mcorpc-support/Makefile index 72c0e7d46..5b28978f5 100644 --- a/sysutils/rubygem-choria-mcorpc-support/Makefile +++ b/sysutils/rubygem-choria-mcorpc-support/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/choria-mcorpc-support LICENSE= APACHE20 USES= gem -USE_RUBY= yes RUN_DEPENDS= choria>=0.20.1:sysutils/choria \ rubygem-nats-pure>=0.6<0.8.0:net/rubygem-nats-pure \ diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index e9e0affeb..9df488bb8 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS+= rubygem-ruby-augeas>0:textproc/rubygem-ruby-augeas \ USES= cpe gem CPE_VENDOR= puppet -USE_RUBY= yes CONFLICTS_INSTALL= facter # bin/facter diff --git a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile index e9ebe4c00..83ba48489 100644 --- a/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile +++ b/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= \ rubygem-fluentd>0:sysutils/rubygem-fluentd \ rubygem-ltsv>0:textproc/rubygem-ltsv -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-fluent-plugin-config-expander/Makefile b/sysutils/rubygem-fluent-plugin-config-expander/Makefile index 83414277b..f2090a2a9 100644 --- a/sysutils/rubygem-fluent-plugin-config-expander/Makefile +++ b/sysutils/rubygem-fluent-plugin-config-expander/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile index 91d96227a..0d0b314da 100644 --- a/sysutils/rubygem-fluent-plugin-file-alternative/Makefile +++ b/sysutils/rubygem-fluent-plugin-file-alternative/Makefile @@ -11,7 +11,6 @@ RUN_DEPENDS= \ rubygem-fluentd>0:sysutils/rubygem-fluentd \ rubygem-fluent-mixin-plaintextformatter>0:sysutils/rubygem-fluent-mixin-plaintextformatter -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile index df203e871..4c1deb07a 100644 --- a/sysutils/rubygem-fluent-plugin-tail-asis/Makefile +++ b/sysutils/rubygem-fluent-plugin-tail-asis/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/yteraoka/fluent-plugin-tail-asis RUN_DEPENDS= \ rubygem-fluentd>0:sysutils/rubygem-fluentd -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-fluentd/Makefile b/sysutils/rubygem-fluentd/Makefile index c3c849246..1f63dbf02 100644 --- a/sysutils/rubygem-fluentd/Makefile +++ b/sysutils/rubygem-fluentd/Makefile @@ -29,7 +29,6 @@ PLIST_FILES= bin/fluent-cap-ctl bin/fluent-cat bin/fluent-ctl \ "@sample etc/fluentd/fluent.conf.sample" PLIST_DIRS= etc/fluentd/plugin USES= cpe gem -USE_RUBY= yes USE_RC_SUBR= fluentd USERS= fluentd GROUPS= fluentd diff --git a/sysutils/rubygem-fssm/Makefile b/sysutils/rubygem-fssm/Makefile index 91f66c5fa..19b21a158 100644 --- a/sysutils/rubygem-fssm/Makefile +++ b/sysutils/rubygem-fssm/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-god/Makefile b/sysutils/rubygem-god/Makefile index 88cdb493f..df6d69f77 100644 --- a/sysutils/rubygem-god/Makefile +++ b/sysutils/rubygem-god/Makefile @@ -10,7 +10,6 @@ WWW= http://godrb.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem CONFLICTS_INSTALL= coreutils # bin/god diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile index 7d4a62428..f60bc5a61 100644 --- a/sysutils/rubygem-guard-compat/Makefile +++ b/sysutils/rubygem-guard-compat/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-guard-cucumber/Makefile b/sysutils/rubygem-guard-cucumber/Makefile index 728bd4398..87ff69290 100644 --- a/sysutils/rubygem-guard-cucumber/Makefile +++ b/sysutils/rubygem-guard-cucumber/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-cucumber>=3.1:devel/rubygem-cucumber \ rubygem-nenv>=0.1:devel/rubygem-nenv USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-guard-livereload/Makefile b/sysutils/rubygem-guard-livereload/Makefile index 7691fb162..1c8cf3506 100644 --- a/sysutils/rubygem-guard-livereload/Makefile +++ b/sysutils/rubygem-guard-livereload/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-em-websocket>=0.5<1:www/rubygem-em-websocket \ rubygem-multi_json>=1.8<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-guard-minitest/Makefile b/sysutils/rubygem-guard-minitest/Makefile index 9a47f52e5..d758fd05d 100644 --- a/sysutils/rubygem-guard-minitest/Makefile +++ b/sysutils/rubygem-guard-minitest/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-guard-compat>=1.2<2:sysutils/rubygem-guard-compat \ rubygem-minitest>=3.0:devel/rubygem-minitest USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-guard-rspec/Makefile b/sysutils/rubygem-guard-rspec/Makefile index caa6e0749..f821072a7 100644 --- a/sysutils/rubygem-guard-rspec/Makefile +++ b/sysutils/rubygem-guard-rspec/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-guard>=2.1<3:sysutils/rubygem-guard \ rubygem-rspec>=2.99.0<4.0:devel/rubygem-rspec USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-guard/Makefile b/sysutils/rubygem-guard/Makefile index 80716cce6..b644cc0d8 100644 --- a/sysutils/rubygem-guard/Makefile +++ b/sysutils/rubygem-guard/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-formatador>=0.2.4:devel/rubygem-formatador \ rubygem-thor>=0.18.1:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hammer_cli/Makefile b/sysutils/rubygem-hammer_cli/Makefile index 4182df536..11ae9dbd8 100644 --- a/sysutils/rubygem-hammer_cli/Makefile +++ b/sysutils/rubygem-hammer_cli/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-amazing_print>=0:devel/rubygem-amazing_print \ rubygem-unicode-display_width>=0:devel/rubygem-unicode-display_width USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hammer_cli_foreman/Makefile b/sysutils/rubygem-hammer_cli_foreman/Makefile index e8b296b02..d7f1736ae 100644 --- a/sysutils/rubygem-hammer_cli_foreman/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-apipie-bindings>=0.5.0:devel/rubygem-apipie-bindings \ rubygem-rest-client>=1.8.0<3.0.0:www/rubygem-rest-client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile index b700ed516..030f46889 100644 --- a/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv3+ RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:sysutils/rubygem-hammer_cli_foreman USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hammer_cli_foreman_salt/Makefile b/sysutils/rubygem-hammer_cli_foreman_salt/Makefile index 4b8622503..134f81058 100644 --- a/sysutils/rubygem-hammer_cli_foreman_salt/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_salt/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv3 RUN_DEPENDS= rubygem-hammer_cli_foreman>=2.0.0<4.0.0:sysutils/rubygem-hammer_cli_foreman USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile index da7dbcdc1..a205ddf0f 100644 --- a/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile +++ b/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-hammer_cli>=0.0.6:sysutils/rubygem-hammer_cli \ rubygem-net-ssh-multi>=1.2.1:security/rubygem-net-ssh-multi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hiera-eyaml/Makefile b/sysutils/rubygem-hiera-eyaml/Makefile index 44815f6ce..7f9068c2e 100644 --- a/sysutils/rubygem-hiera-eyaml/Makefile +++ b/sysutils/rubygem-hiera-eyaml/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-highline>=0:devel/rubygem-highline \ rubygem-optimist>=0:devel/rubygem-optimist USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hiera-file/Makefile b/sysutils/rubygem-hiera-file/Makefile index 7da20ef6d..ea9400999 100644 --- a/sysutils/rubygem-hiera-file/Makefile +++ b/sysutils/rubygem-hiera-file/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/adrienthebo/hiera-file NO_ARCH= yes -USE_RUBY= yes USES= gem RUN_DEPENDS= rubygem-hiera>=0:sysutils/rubygem-hiera diff --git a/sysutils/rubygem-hiera/Makefile b/sysutils/rubygem-hiera/Makefile index a09c76502..77c2efc05 100644 --- a/sysutils/rubygem-hiera/Makefile +++ b/sysutils/rubygem-hiera/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-hieracles/Makefile b/sysutils/rubygem-hieracles/Makefile index 7269f1a9e..edb279cd7 100644 --- a/sysutils/rubygem-hieracles/Makefile +++ b/sysutils/rubygem-hieracles/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-deep_merge>=1.0.1:devel/rubygem-deep_merge \ rubygem-httparty>=0.13.7:www/rubygem-httparty NO_ARCH= yes -USE_RUBY= yes USES= gem CONFLICTS_INSTALL= zh-hc # bin/hc diff --git a/sysutils/rubygem-httplog/Makefile b/sysutils/rubygem-httplog/Makefile index edd4dfbb7..2f8c5ca4f 100644 --- a/sysutils/rubygem-httplog/Makefile +++ b/sysutils/rubygem-httplog/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rack>=2.0,3:www/rubygem-rack \ rubygem-rainbow>=2.0.0:devel/rubygem-rainbow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-itamae/Makefile b/sysutils/rubygem-itamae/Makefile index 59f50b798..6389e2bf5 100644 --- a/sysutils/rubygem-itamae/Makefile +++ b/sysutils/rubygem-itamae/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-ansi>=0:devel/rubygem-ansi \ rubygem-thor>=0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-librarian-puppet/Makefile b/sysutils/rubygem-librarian-puppet/Makefile index 0605aa28b..bf3024fe9 100644 --- a/sysutils/rubygem-librarian-puppet/Makefile +++ b/sysutils/rubygem-librarian-puppet/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-librarianp>=0.6.3:devel/rubygem-librarianp \ rubygem-rsync>0:net/rubygem-rsync NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/librarian-puppet diff --git a/sysutils/rubygem-license-acceptance/Makefile b/sysutils/rubygem-license-acceptance/Makefile index 31fe83d9e..e5fef1151 100644 --- a/sysutils/rubygem-license-acceptance/Makefile +++ b/sysutils/rubygem-license-acceptance/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-pastel>=0.7<1:devel/rubygem-pastel \ rubygem-tty-prompt>=0.20<1:devel/rubygem-tty-prompt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-license_scout/Makefile b/sysutils/rubygem-license_scout/Makefile index 57c2974f3..4654c4049 100644 --- a/sysutils/rubygem-license_scout/Makefile +++ b/sysutils/rubygem-license_scout/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \ rubygem-toml-rb>=1.0:www/rubygem-toml-rb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-log4r/Makefile b/sysutils/rubygem-log4r/Makefile index a5d3e800a..13ea14cce 100644 --- a/sysutils/rubygem-log4r/Makefile +++ b/sysutils/rubygem-log4r/Makefile @@ -12,7 +12,6 @@ LICENSE= LGPL3 PORTSCOUT= skipv:1.1.11 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-logify/Makefile b/sysutils/rubygem-logify/Makefile index f87b4a3d2..7b7a6fa97 100644 --- a/sysutils/rubygem-logify/Makefile +++ b/sysutils/rubygem-logify/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-mogilefs-client/Makefile b/sysutils/rubygem-mogilefs-client/Makefile index fb7bd452d..dc5d5aece 100644 --- a/sysutils/rubygem-mogilefs-client/Makefile +++ b/sysutils/rubygem-mogilefs-client/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/mog diff --git a/sysutils/rubygem-mothra/Makefile b/sysutils/rubygem-mothra/Makefile index 712d587b4..4af83eaf0 100644 --- a/sysutils/rubygem-mothra/Makefile +++ b/sysutils/rubygem-mothra/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-colorize>=0.7.3:devel/rubygem-colorize \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/mothra diff --git a/sysutils/rubygem-murder/Makefile b/sysutils/rubygem-murder/Makefile index 284a98034..b32e21b97 100644 --- a/sysutils/rubygem-murder/Makefile +++ b/sysutils/rubygem-murder/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 NO_ARCH= yes -USE_RUBY= yes USES= gem python .include diff --git a/sysutils/rubygem-ohai/Makefile b/sysutils/rubygem-ohai/Makefile index 7894b6b68..4a2243367 100644 --- a/sysutils/rubygem-ohai/Makefile +++ b/sysutils/rubygem-ohai/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-chef-config>=14.12<17:sysutils/rubygem-chef-config \ rubygem-wmi-lite>=1.0<2:devel/rubygem-wmi-lite USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-parallel/Makefile b/sysutils/rubygem-parallel/Makefile index 6bb58d11f..af24b6f01 100644 --- a/sysutils/rubygem-parallel/Makefile +++ b/sysutils/rubygem-parallel/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-puppet_forge/Makefile b/sysutils/rubygem-puppet_forge/Makefile index a834480de..1cf347a40 100644 --- a/sysutils/rubygem-puppet_forge/Makefile +++ b/sysutils/rubygem-puppet_forge/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.3:www/rubygem-faraday1 \ rubygem-semantic_puppet>=1.0<2:devel/rubygem-semantic_puppet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-puppetfile-resolver/Makefile b/sysutils/rubygem-puppetfile-resolver/Makefile index e2b19c89a..83bc0721d 100644 --- a/sysutils/rubygem-puppetfile-resolver/Makefile +++ b/sysutils/rubygem-puppetfile-resolver/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-molinillo>=0.6<1:devel/rubygem-molinillo \ rubygem-semantic_puppet>=1.0<2:devel/rubygem-semantic_puppet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-puppetserver-ca/Makefile b/sysutils/rubygem-puppetserver-ca/Makefile index 1af53fe35..3075ed8a2 100644 --- a/sysutils/rubygem-puppetserver-ca/Makefile +++ b/sysutils/rubygem-puppetserver-ca/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-r10k/Makefile b/sysutils/rubygem-r10k/Makefile index 617537af8..365c8935c 100644 --- a/sysutils/rubygem-r10k/Makefile +++ b/sysutils/rubygem-r10k/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-colored2>=3.1.2:textproc/rubygem-colored2 \ rubygem-puppet_forge>=2.3.0:sysutils/rubygem-puppet_forge USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-redfish_client/Makefile b/sysutils/rubygem-redfish_client/Makefile index 8fa00a4dc..4b2ce1743 100644 --- a/sysutils/rubygem-redfish_client/Makefile +++ b/sysutils/rubygem-redfish_client/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-excon>=0.60:devel/rubygem-excon \ rubygem-server_sent_events>=0.1:devel/rubygem-server_sent_events USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-rubyipmi/Makefile b/sysutils/rubygem-rubyipmi/Makefile index 42ebabf71..afc809427 100644 --- a/sysutils/rubygem-rubyipmi/Makefile +++ b/sysutils/rubygem-rubyipmi/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/bmc-device:sysutils/freeipmi \ rubygem-highline>=0:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-serverspec/Makefile b/sysutils/rubygem-serverspec/Makefile index 8321661cf..8b6460a81 100644 --- a/sysutils/rubygem-serverspec/Makefile +++ b/sysutils/rubygem-serverspec/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-specinfra>=2.72:sysutils/rubygem-specinfra USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-shellany/Makefile b/sysutils/rubygem-shellany/Makefile index 46d86bdb1..9061d9d1a 100644 --- a/sysutils/rubygem-shellany/Makefile +++ b/sysutils/rubygem-shellany/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-smart_proxy_dynflow/Makefile b/sysutils/rubygem-smart_proxy_dynflow/Makefile index 74c8c8bda..4e6354eae 100644 --- a/sysutils/rubygem-smart_proxy_dynflow/Makefile +++ b/sysutils/rubygem-smart_proxy_dynflow/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \ rubygem-sqlite3>=0:databases/rubygem-sqlite3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile index 5ebda05ae..53fa2c707 100644 --- a/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile +++ b/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= foreman-proxy>=1.12.0:net/foreman-proxy \ rubygem-smart_proxy_dynflow>=0.8<1:sysutils/rubygem-smart_proxy_dynflow USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-smart_proxy_salt/Makefile b/sysutils/rubygem-smart_proxy_salt/Makefile index 9c42bb654..fb605c562 100644 --- a/sysutils/rubygem-smart_proxy_salt/Makefile +++ b/sysutils/rubygem-smart_proxy_salt/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= foreman-proxy>=1.8.0:net/foreman-proxy \ rubygem-smart_proxy_dynflow>=0.5.0:sysutils/rubygem-smart_proxy_dynflow USES= cpe gem python shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-specinfra/Makefile b/sysutils/rubygem-specinfra/Makefile index 5cc119ba0..8dea22463 100644 --- a/sysutils/rubygem-specinfra/Makefile +++ b/sysutils/rubygem-specinfra/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-net-scp>=0:security/rubygem-net-scp \ rubygem-net-telnet>=0:security/rubygem-net-telnet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-admin/Makefile b/sysutils/rubygem-sys-admin/Makefile index 590919daa..3a03bdc9a 100644 --- a/sysutils/rubygem-sys-admin/Makefile +++ b/sysutils/rubygem-sys-admin/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-cpu/Makefile b/sysutils/rubygem-sys-cpu/Makefile index 0d33a2237..ed52e8492 100644 --- a/sysutils/rubygem-sys-cpu/Makefile +++ b/sysutils/rubygem-sys-cpu/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile index eada2b845..7e0b64843 100644 --- a/sysutils/rubygem-sys-filesystem/Makefile +++ b/sysutils/rubygem-sys-filesystem/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile index 986648403..26e8631e2 100644 --- a/sysutils/rubygem-sys-host/Makefile +++ b/sysutils/rubygem-sys-host/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/djberg96/sys-host LICENSE= ART20 -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile index 546787551..403d3df84 100644 --- a/sysutils/rubygem-sys-proctable/Makefile +++ b/sysutils/rubygem-sys-proctable/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-uname/Makefile b/sysutils/rubygem-sys-uname/Makefile index dea55520e..bd7235531 100644 --- a/sysutils/rubygem-sys-uname/Makefile +++ b/sysutils/rubygem-sys-uname/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-sys-uptime/Makefile b/sysutils/rubygem-sys-uptime/Makefile index fbdb5dacd..eb4f40b6e 100644 --- a/sysutils/rubygem-sys-uptime/Makefile +++ b/sysutils/rubygem-sys-uptime/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-syslog-logger/Makefile b/sysutils/rubygem-syslog-logger/Makefile index 0b4422b33..2d919fc9b 100644 --- a/sysutils/rubygem-syslog-logger/Makefile +++ b/sysutils/rubygem-syslog-logger/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/ngmoco/syslog_logger LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-teamocil/Makefile b/sysutils/rubygem-teamocil/Makefile index 8d456ddf2..f2321c041 100644 --- a/sysutils/rubygem-teamocil/Makefile +++ b/sysutils/rubygem-teamocil/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= tmux:sysutils/tmux USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-tmuxinator/Makefile b/sysutils/rubygem-tmuxinator/Makefile index 5b8ae3afd..3053df65c 100644 --- a/sysutils/rubygem-tmuxinator/Makefile +++ b/sysutils/rubygem-tmuxinator/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-erubis>=2.6<3:www/rubygem-erubis \ rubygem-xdg2>=2.2.5<3:devel/rubygem-xdg2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-vagrant-bhyve/Makefile b/sysutils/rubygem-vagrant-bhyve/Makefile index a5e849493..36900a6ee 100644 --- a/sysutils/rubygem-vagrant-bhyve/Makefile +++ b/sysutils/rubygem-vagrant-bhyve/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/jesa7955/vagrant-bhyve RUN_DEPENDS= rubygem-ruby_expect>=0:textproc/rubygem-ruby_expect -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-vagrant-mutate/Makefile b/sysutils/rubygem-vagrant-mutate/Makefile index 6c9c63cde..a66a4aea9 100644 --- a/sysutils/rubygem-vagrant-mutate/Makefile +++ b/sysutils/rubygem-vagrant-mutate/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-vagrant-vbguest/Makefile b/sysutils/rubygem-vagrant-vbguest/Makefile index c48c60141..94f7fe4ff 100644 --- a/sysutils/rubygem-vagrant-vbguest/Makefile +++ b/sysutils/rubygem-vagrant-vbguest/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \ rubygem-micromachine>=2<4:devel/rubygem-micromachine USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-vagrant_cloud/Makefile b/sysutils/rubygem-vagrant_cloud/Makefile index 385766834..601ff47f8 100644 --- a/sysutils/rubygem-vagrant_cloud/Makefile +++ b/sysutils/rubygem-vagrant_cloud/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-excon>=0.73<1.0:devel/rubygem-excon \ rubygem-rexml>=3.2.5:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-vmstat/Makefile b/sysutils/rubygem-vmstat/Makefile index b9e610b3b..d1eecf491 100644 --- a/sysutils/rubygem-vmstat/Makefile +++ b/sysutils/rubygem-vmstat/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/sysutils/rubygem-win32-file-security/Makefile b/sysutils/rubygem-win32-file-security/Makefile index 83f270c14..a58a79794 100644 --- a/sysutils/rubygem-win32-file-security/Makefile +++ b/sysutils/rubygem-win32-file-security/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi \ rubygem-ffi-win32-extensions>0:devel/rubygem-ffi-win32-extensions NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-win32-file-stat/Makefile b/sysutils/rubygem-win32-file-stat/Makefile index 34f93939b..b83fdcfb7 100644 --- a/sysutils/rubygem-win32-file-stat/Makefile +++ b/sysutils/rubygem-win32-file-stat/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi \ rubygem-ffi-win32-extensions>0:devel/rubygem-ffi-win32-extensions NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-win32-file/Makefile b/sysutils/rubygem-win32-file/Makefile index 489ada526..cd163f186 100644 --- a/sysutils/rubygem-win32-file/Makefile +++ b/sysutils/rubygem-win32-file/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi \ rubygem-win32-file-stat>=1.4.0:sysutils/rubygem-win32-file-stat NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/sysutils/rubygem-winrm-elevated/Makefile b/sysutils/rubygem-winrm-elevated/Makefile index 04c9afb77..bbba405e7 100644 --- a/sysutils/rubygem-winrm-elevated/Makefile +++ b/sysutils/rubygem-winrm-elevated/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-erubi>=1.8<2:www/rubygem-erubi \ rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-winrm-fs/Makefile b/sysutils/rubygem-winrm-fs/Makefile index f7dc4c5ec..cfb86bc8f 100644 --- a/sysutils/rubygem-winrm-fs/Makefile +++ b/sysutils/rubygem-winrm-fs/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-erubi>=1.8<2:www/rubygem-erubi \ rubygem-winrm>=2.0<3:sysutils/rubygem-winrm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-winrm/Makefile b/sysutils/rubygem-winrm/Makefile index 42cfa9302..f29ee570b 100644 --- a/sysutils/rubygem-winrm/Makefile +++ b/sysutils/rubygem-winrm/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ rubygem-rubyntlm>=0.6.1<0.7:net/rubygem-rubyntlm USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/rubygem-yell/Makefile b/sysutils/rubygem-yell/Makefile index b04ae1381..21aabc4cc 100644 --- a/sysutils/rubygem-yell/Makefile +++ b/sysutils/rubygem-yell/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index 59669a5fe..788b15dec 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -43,11 +43,10 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rubygem-winrm-fs>=1.3.4<2:sysutils/rubygem-winrm-fs \ rubygem-winrm>=2.3.4<3:sysutils/rubygem-winrm -USES= cpe shebangfix +USES= cpe ruby shebangfix CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp -USE_RUBY= yes GEM_ENV+= RB_USER_INSTALL=yes SHEBANG_FILES= plugins/hosts/darwin/scripts/install_virtualbox.sh \ diff --git a/sysutils/zfs-snapshot-mgmt/Makefile b/sysutils/zfs-snapshot-mgmt/Makefile index 09a3c4a3a..dcaa95893 100644 --- a/sysutils/zfs-snapshot-mgmt/Makefile +++ b/sysutils/zfs-snapshot-mgmt/Makefile @@ -8,9 +8,7 @@ MAINTAINER= johntdarrah@gmail.com COMMENT= Automatic ZFS snapshot management tool WWW= http://marcin.studio4plus.com/en/zfs-file-history/howto.html -USE_RUBY= yes -USES= shebangfix -RUBY_NO_BUILD_DEPENDS= yes +USES= ruby:run shebangfix SHEBANG_FILES= zfs-snapshot-mgmt NO_BUILD= yes diff --git a/sysutils/zfstools/Makefile b/sysutils/zfstools/Makefile index 2096e877c..8ebf2c6bd 100644 --- a/sysutils/zfstools/Makefile +++ b/sysutils/zfstools/Makefile @@ -13,13 +13,12 @@ WWW= https://github.com/bdrewery/zfstools LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= shebangfix +USES= ruby shebangfix SHEBANG_FILES= bin/* USE_GITHUB= yes GH_ACCOUNT= bdrewery -USE_RUBY= yes NO_BUILD= yes SUB_FILES= pkg-message diff --git a/textproc/docbookrx/Makefile b/textproc/docbookrx/Makefile index cef5c2b5c..34c4fc6c9 100644 --- a/textproc/docbookrx/Makefile +++ b/textproc/docbookrx/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rake:devel/rubygem-rake \ rubygem-rspec>=1.2.2:devel/rubygem-rspec RUN_DEPENDS= rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri -USE_RUBY= yes +USES= ruby USE_GITHUB= yes OPTIONS_DEFINE= DOCS diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index 4034223a2..e26377f11 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -41,7 +41,7 @@ SUGGEST_DESC= Suggestions support MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab MECAB_CONFIGURE_OFF= --without-mecab RUBY_RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler -RUBY_USE= RUBY=yes +RUBY_USES= ruby RUBY_CONFIGURE_ON= --enable-mruby SUGGEST_LIB_DEPENDS= libevent.so:devel/libevent \ libmsgpackc.so:devel/msgpack-c \ diff --git a/textproc/ruby-escape/Makefile b/textproc/ruby-escape/Makefile index 43921346d..247824949 100644 --- a/textproc/ruby-escape/Makefile +++ b/textproc/ruby-escape/Makefile @@ -10,7 +10,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Ruby library provides HTML/URI/shell escaping functions WWW= http://www.a-k-r.org/escape/ -USE_RUBY= yes +USES= ruby NO_BUILD= yes DOCS= ChangeLog README diff --git a/textproc/ruby-format/Makefile b/textproc/ruby-format/Makefile index 458404e87..d9566de8c 100644 --- a/textproc/ruby-format/Makefile +++ b/textproc/ruby-format/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Perl like formats for Ruby WWW= http://formatr.sourceforge.net/ -USE_RUBY= yes +USES= ruby NO_BUILD= yes diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 0ab1668a5..9e576816e 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -12,9 +12,9 @@ WWW= http://www.a-k-r.org/htree/ BUILD_DEPENDS= rubygem-rdoc>=0.a:devel/rubygem-rdoc -OPTIONS_DEFINE= DOCS +USES= ruby -USE_RUBY= yes +OPTIONS_DEFINE= DOCS LIB_FILES= htree.rb htree diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index 2b245f187..db0ccadd1 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/uwabami/rdtool BUILD_DEPENDS= ${NONEXISTENT}:textproc/ruby-rdtool:patch -USE_RUBY= yes +USES= ruby WRKSRC= ${WRKDIR}/utils NO_BUILD= yes diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 4cd2aaef7..675590382 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -11,12 +11,10 @@ WWW= https://github.com/uwabami/rdtool BUILD_DEPENDS= racc:devel/rubygem-racc +USES= ruby:setup USE_GITHUB= yes GH_ACCOUNT= uwabami -USE_RUBY= yes -USE_RUBY_SETUP= yes - RUBY_MODNAME= rd DOCS_EN= README.rd doc/rd-draft.rd diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index 7badb0374..75244d19f 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -13,9 +13,7 @@ WWW= http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html LICENSE= RUBY -USE_RUBY= yes -USES= shebangfix -USE_RUBY_SETUP= yes +USES= ruby:setup shebangfix SHEBANG_FILES= bin/rt/* lib/rt/* RUBY_MODNAME= rt diff --git a/textproc/rubygem-abbrev/Makefile b/textproc/rubygem-abbrev/Makefile index 658392997..4ee722d20 100644 --- a/textproc/rubygem-abbrev/Makefile +++ b/textproc/rubygem-abbrev/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actionpack-xml_parser-rails5/Makefile b/textproc/rubygem-actionpack-xml_parser-rails5/Makefile index 0f66530d7..73df87476 100644 --- a/textproc/rubygem-actionpack-xml_parser-rails5/Makefile +++ b/textproc/rubygem-actionpack-xml_parser-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \ rubygem-railties5>=5.0:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actionpack-xml_parser-rails52/Makefile b/textproc/rubygem-actionpack-xml_parser-rails52/Makefile index 2d3f40d69..0df8f6afc 100644 --- a/textproc/rubygem-actionpack-xml_parser-rails52/Makefile +++ b/textproc/rubygem-actionpack-xml_parser-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=5.2:www/rubygem-actionpack52 \ rubygem-railties52>=5.2:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actionpack-xml_parser-rails61/Makefile b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile index 181349c2b..0b6cfdc59 100644 --- a/textproc/rubygem-actionpack-xml_parser-rails61/Makefile +++ b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5.2:www/rubygem-actionpack61 \ rubygem-railties61>=5.2:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actiontext60/Makefile b/textproc/rubygem-actiontext60/Makefile index f58717273..f38dd9c16 100644 --- a/textproc/rubygem-actiontext60/Makefile +++ b/textproc/rubygem-actiontext60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actiontext61/Makefile b/textproc/rubygem-actiontext61/Makefile index b83883f05..3045aa08b 100644 --- a/textproc/rubygem-actiontext61/Makefile +++ b/textproc/rubygem-actiontext61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-actiontext70/Makefile b/textproc/rubygem-actiontext70/Makefile index ed14815b0..23da2fc78 100644 --- a/textproc/rubygem-actiontext70/Makefile +++ b/textproc/rubygem-actiontext70/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index 43a7d3ece..8dc4d53e3 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \ ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments@${PY_FLAVOR} USES= gem python shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile index 26d8defa2..876842d63 100644 --- a/textproc/rubygem-amatch/Makefile +++ b/textproc/rubygem-amatch/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-mize>=0:devel/rubygem-mize \ rubygem-tins>=1.0<2:devel/rubygem-tins USES= gem -USE_RUBY= yes PLIST_FILES= bin/agrep bin/dupfind diff --git a/textproc/rubygem-asciidoctor-diagram/Makefile b/textproc/rubygem-asciidoctor-diagram/Makefile index 388218815..5cdf2cc8d 100644 --- a/textproc/rubygem-asciidoctor-diagram/Makefile +++ b/textproc/rubygem-asciidoctor-diagram/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-asciidoctor>=1.5.7<3:textproc/rubygem-asciidoctor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-epub3/Makefile b/textproc/rubygem-asciidoctor-epub3/Makefile index ac98bac64..176c33441 100644 --- a/textproc/rubygem-asciidoctor-epub3/Makefile +++ b/textproc/rubygem-asciidoctor-epub3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-asciidoctor>=1.5.6<3:textproc/rubygem-asciidoctor \ rubygem-gepub>=1.0.0:textproc/rubygem-gepub USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-include-ext/Makefile b/textproc/rubygem-asciidoctor-include-ext/Makefile index 26c83f8a5..6763fb9f6 100644 --- a/textproc/rubygem-asciidoctor-include-ext/Makefile +++ b/textproc/rubygem-asciidoctor-include-ext/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-asciidoctor>=1.5.6<3.0.0:textproc/rubygem-asciidoctor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-kroki/Makefile b/textproc/rubygem-asciidoctor-kroki/Makefile index 853b96d51..ea85923a4 100644 --- a/textproc/rubygem-asciidoctor-kroki/Makefile +++ b/textproc/rubygem-asciidoctor-kroki/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile index 4070a439a..ae374fe59 100644 --- a/textproc/rubygem-asciidoctor-pdf/Makefile +++ b/textproc/rubygem-asciidoctor-pdf/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \ rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-plantuml/Makefile b/textproc/rubygem-asciidoctor-plantuml/Makefile index 381aea3bf..06ed49001 100644 --- a/textproc/rubygem-asciidoctor-plantuml/Makefile +++ b/textproc/rubygem-asciidoctor-plantuml/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-asciidoctor>=2.0.17<3.0.0:textproc/rubygem-asciidoctor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor-plantuml00/Makefile b/textproc/rubygem-asciidoctor-plantuml00/Makefile index 5664d03a2..6698d2c3e 100644 --- a/textproc/rubygem-asciidoctor-plantuml00/Makefile +++ b/textproc/rubygem-asciidoctor-plantuml00/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-asciidoctor>=2.0.17<3.0.0:textproc/rubygem-asciidoctor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-asciidoctor/Makefile b/textproc/rubygem-asciidoctor/Makefile index 6bf35f3c7..920e40869 100644 --- a/textproc/rubygem-asciidoctor/Makefile +++ b/textproc/rubygem-asciidoctor/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-autoprefixer-rails/Makefile b/textproc/rubygem-autoprefixer-rails/Makefile index c5b96deaf..0a75b6359 100644 --- a/textproc/rubygem-autoprefixer-rails/Makefile +++ b/textproc/rubygem-autoprefixer-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-execjs>=2<3:devel/rubygem-execjs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-autoprefixer-rails1025/Makefile b/textproc/rubygem-autoprefixer-rails1025/Makefile index bff4ade24..2ddc49aea 100644 --- a/textproc/rubygem-autoprefixer-rails1025/Makefile +++ b/textproc/rubygem-autoprefixer-rails1025/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-execjs>=0:devel/rubygem-execjs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-babel-source/Makefile b/textproc/rubygem-babel-source/Makefile index 4f6462c99..c87d870d2 100644 --- a/textproc/rubygem-babel-source/Makefile +++ b/textproc/rubygem-babel-source/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-babel-transpiler/Makefile b/textproc/rubygem-babel-transpiler/Makefile index f5885b86b..0ebc9c421 100644 --- a/textproc/rubygem-babel-transpiler/Makefile +++ b/textproc/rubygem-babel-transpiler/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-babel-source>=4.0:textproc/rubygem-babel-source \ rubygem-execjs>=2.0:devel/rubygem-execjs NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-babosa/Makefile b/textproc/rubygem-babosa/Makefile index f1758ad96..f6c022f3d 100644 --- a/textproc/rubygem-babosa/Makefile +++ b/textproc/rubygem-babosa/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-case_transform/Makefile b/textproc/rubygem-case_transform/Makefile index 172e6fab7..f2676104b 100644 --- a/textproc/rubygem-case_transform/Makefile +++ b/textproc/rubygem-case_transform/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-case_transform61/Makefile b/textproc/rubygem-case_transform61/Makefile index f29e356fb..d999a0e12 100644 --- a/textproc/rubygem-case_transform61/Makefile +++ b/textproc/rubygem-case_transform61/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport61>0:devel/rubygem-activesupport61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-character_set/Makefile b/textproc/rubygem-character_set/Makefile index acfe940be..b04170b49 100644 --- a/textproc/rubygem-character_set/Makefile +++ b/textproc/rubygem-character_set/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-sorted_set>=1.0<2:devel/rubygem-sorted_set USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-charlock_holmes/Makefile b/textproc/rubygem-charlock_holmes/Makefile index 1e695c215..4e0e78e99 100644 --- a/textproc/rubygem-charlock_holmes/Makefile +++ b/textproc/rubygem-charlock_holmes/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LIB_DEPENDS= libicui18n.so:devel/icu USES= gem -USE_RUBY= yes CONFIGURE_ARGS= --with-icu-include=${LOCALBASE}/include diff --git a/textproc/rubygem-chewy/Makefile b/textproc/rubygem-chewy/Makefile index 40b265130..e321c0382 100644 --- a/textproc/rubygem-chewy/Makefile +++ b/textproc/rubygem-chewy/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \ rubygem-elasticsearch-dsl>=0:textproc/rubygem-elasticsearch-dsl USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-citrus/Makefile b/textproc/rubygem-citrus/Makefile index 740718626..34fc5d0c9 100644 --- a/textproc/rubygem-citrus/Makefile +++ b/textproc/rubygem-citrus/Makefile @@ -10,7 +10,6 @@ WWW= https://mjackson.github.io/citrus BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-cld3/Makefile b/textproc/rubygem-cld3/Makefile index 1e7e2763c..1beb5bcea 100644 --- a/textproc/rubygem-cld3/Makefile +++ b/textproc/rubygem-cld3/Makefile @@ -15,6 +15,5 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= rubygem-ffi>=1.1.0<1.16.0:devel/rubygem-ffi USES= gem pkgconfig -USE_RUBY= yes .include diff --git a/textproc/rubygem-coderay/Makefile b/textproc/rubygem-coderay/Makefile index f0cb745a0..02ea58925 100644 --- a/textproc/rubygem-coderay/Makefile +++ b/textproc/rubygem-coderay/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-colorator/Makefile b/textproc/rubygem-colorator/Makefile index c3e6d302d..9080121b2 100644 --- a/textproc/rubygem-colorator/Makefile +++ b/textproc/rubygem-colorator/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-colored/Makefile b/textproc/rubygem-colored/Makefile index abb3adf1b..3ac206cbd 100644 --- a/textproc/rubygem-colored/Makefile +++ b/textproc/rubygem-colored/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-colored2/Makefile b/textproc/rubygem-colored2/Makefile index 72345aeba..ad2763b88 100644 --- a/textproc/rubygem-colored2/Makefile +++ b/textproc/rubygem-colored2/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes .include diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index 60ead2e73..eae43b9aa 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes PLIST_FILES= bin/commonmarker diff --git a/textproc/rubygem-creole/Makefile b/textproc/rubygem-creole/Makefile index 7a0a50bd5..eab3fa263 100644 --- a/textproc/rubygem-creole/Makefile +++ b/textproc/rubygem-creole/Makefile @@ -11,7 +11,6 @@ LICENSE= RUBY NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-css_parser/Makefile b/textproc/rubygem-css_parser/Makefile index c3d748df9..54095464e 100644 --- a/textproc/rubygem-css_parser/Makefile +++ b/textproc/rubygem-css_parser/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-cssmin/Makefile b/textproc/rubygem-cssmin/Makefile index b18078837..490d3646a 100644 --- a/textproc/rubygem-cssmin/Makefile +++ b/textproc/rubygem-cssmin/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-cucumber-gherkin/Makefile b/textproc/rubygem-cucumber-gherkin/Makefile index 4b2881abd..15611f61e 100644 --- a/textproc/rubygem-cucumber-gherkin/Makefile +++ b/textproc/rubygem-cucumber-gherkin/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-cucumber-messages19>=19.1.4<20:devel/rubygem-cucumber-messages19 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-cucumber-gherkin23/Makefile b/textproc/rubygem-cucumber-gherkin23/Makefile index dad5a4c6a..fb26ecf09 100644 --- a/textproc/rubygem-cucumber-gherkin23/Makefile +++ b/textproc/rubygem-cucumber-gherkin23/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 9ee260e53..5578b889c 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-cucumber-html-formatter19/Makefile b/textproc/rubygem-cucumber-html-formatter19/Makefile index 1736030e8..8e381078e 100644 --- a/textproc/rubygem-cucumber-html-formatter19/Makefile +++ b/textproc/rubygem-cucumber-html-formatter19/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-diff-lcs/Makefile b/textproc/rubygem-diff-lcs/Makefile index f83a1a343..c5cca9e9d 100644 --- a/textproc/rubygem-diff-lcs/Makefile +++ b/textproc/rubygem-diff-lcs/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/docs/COPYING.txt LICENSE_FILE_MIT= ${WRKSRC}/License.md USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-diff_match_patch/Makefile b/textproc/rubygem-diff_match_patch/Makefile index 576e7c8d8..522f390e6 100644 --- a/textproc/rubygem-diff_match_patch/Makefile +++ b/textproc/rubygem-diff_match_patch/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-diffy/Makefile b/textproc/rubygem-diffy/Makefile index fd6ad11bb..76b209a6d 100644 --- a/textproc/rubygem-diffy/Makefile +++ b/textproc/rubygem-diffy/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-docdiff/Makefile b/textproc/rubygem-docdiff/Makefile index d12f1f3e0..4d20e1d6b 100644 --- a/textproc/rubygem-docdiff/Makefile +++ b/textproc/rubygem-docdiff/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/hisashim/docdiff LICENSE= BSD3CLAUSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-api/Makefile b/textproc/rubygem-elasticsearch-api/Makefile index 8936bb898..5b0bc941a 100644 --- a/textproc/rubygem-elasticsearch-api/Makefile +++ b/textproc/rubygem-elasticsearch-api/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-api713/Makefile b/textproc/rubygem-elasticsearch-api713/Makefile index 4aa159cae..365708bac 100644 --- a/textproc/rubygem-elasticsearch-api713/Makefile +++ b/textproc/rubygem-elasticsearch-api713/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-dsl/Makefile b/textproc/rubygem-elasticsearch-dsl/Makefile index 57f651872..0fc09034c 100644 --- a/textproc/rubygem-elasticsearch-dsl/Makefile +++ b/textproc/rubygem-elasticsearch-dsl/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-model/Makefile b/textproc/rubygem-elasticsearch-model/Makefile index 8606ccc94..28420d58d 100644 --- a/textproc/rubygem-elasticsearch-model/Makefile +++ b/textproc/rubygem-elasticsearch-model/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport5>=3:devel/rubygem-activesupport5 \ rubygem-hashie>=0:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-model713/Makefile b/textproc/rubygem-elasticsearch-model713/Makefile index 78714dae0..15e79a76a 100644 --- a/textproc/rubygem-elasticsearch-model713/Makefile +++ b/textproc/rubygem-elasticsearch-model713/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ rubygem-hashie>=0:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-persistence/Makefile b/textproc/rubygem-elasticsearch-persistence/Makefile index 31d9d837e..b10dda375 100644 --- a/textproc/rubygem-elasticsearch-persistence/Makefile +++ b/textproc/rubygem-elasticsearch-persistence/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel5>=4:databases/rubygem-activemodel5 \ rubygem-hashie>=0:devel/rubygem-hashie USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-rails/Makefile b/textproc/rubygem-elasticsearch-rails/Makefile index b92254e98..2593b49a6 100644 --- a/textproc/rubygem-elasticsearch-rails/Makefile +++ b/textproc/rubygem-elasticsearch-rails/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-transport/Makefile b/textproc/rubygem-elasticsearch-transport/Makefile index 02e342310..570b6efcf 100644 --- a/textproc/rubygem-elasticsearch-transport/Makefile +++ b/textproc/rubygem-elasticsearch-transport/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-faraday1>=1<2:www/rubygem-faraday1 \ rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-transport713/Makefile b/textproc/rubygem-elasticsearch-transport713/Makefile index bcb304f46..852b0d549 100644 --- a/textproc/rubygem-elasticsearch-transport713/Makefile +++ b/textproc/rubygem-elasticsearch-transport713/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-faraday1>=1<2:www/rubygem-faraday1 \ rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch-xpack/Makefile b/textproc/rubygem-elasticsearch-xpack/Makefile index bd0b085ca..def8dbf24 100644 --- a/textproc/rubygem-elasticsearch-xpack/Makefile +++ b/textproc/rubygem-elasticsearch-xpack/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-elasticsearch-api>=6:textproc/rubygem-elasticsearch-api USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch/Makefile b/textproc/rubygem-elasticsearch/Makefile index ead1ce1fe..3591ca916 100644 --- a/textproc/rubygem-elasticsearch/Makefile +++ b/textproc/rubygem-elasticsearch/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-elasticsearch-api>=${PORTVERSION}:textproc/rubygem-elastics rubygem-elasticsearch-transport>=${PORTVERSION}:textproc/rubygem-elasticsearch-transport USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-elasticsearch713/Makefile b/textproc/rubygem-elasticsearch713/Makefile index bdcf7fcdf..41a7a27d5 100644 --- a/textproc/rubygem-elasticsearch713/Makefile +++ b/textproc/rubygem-elasticsearch713/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-elasticsearch-api713>=${PORTVERSION}:textproc/rubygem-elast rubygem-elasticsearch-transport713>=${PORTVERSION}:textproc/rubygem-elasticsearch-transport713 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-emot/Makefile b/textproc/rubygem-emot/Makefile index 6280fc8ef..abc53706f 100644 --- a/textproc/rubygem-emot/Makefile +++ b/textproc/rubygem-emot/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-thor>=0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-escape_utils/Makefile b/textproc/rubygem-escape_utils/Makefile index 44dd4ba86..d004d4799 100644 --- a/textproc/rubygem-escape_utils/Makefile +++ b/textproc/rubygem-escape_utils/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-extended-markdown-filter/Makefile b/textproc/rubygem-extended-markdown-filter/Makefile index 6e68426a7..0d8954a20 100644 --- a/textproc/rubygem-extended-markdown-filter/Makefile +++ b/textproc/rubygem-extended-markdown-filter/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-html-pipeline>=2.9<3.0:textproc/rubygem-html-pipeline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ezamar/Makefile b/textproc/rubygem-ezamar/Makefile index c69eb4b6f..155eea745 100644 --- a/textproc/rubygem-ezamar/Makefile +++ b/textproc/rubygem-ezamar/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/manveru/ezamar LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-fast_xs/Makefile b/textproc/rubygem-fast_xs/Makefile index f17e50e2d..80bbb316c 100644 --- a/textproc/rubygem-fast_xs/Makefile +++ b/textproc/rubygem-fast_xs/Makefile @@ -11,7 +11,6 @@ WWW= http://fast-xs.rubyforge.org/ LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile index 29c9de331..1796ea7dd 100644 --- a/textproc/rubygem-ferret/Makefile +++ b/textproc/rubygem-ferret/Makefile @@ -16,7 +16,6 @@ BROKEN_RUBY30= yes BROKEN_RUBY31= yes USES= gem -USE_RUBY= yes PLIST_FILES= bin/ferret-browser diff --git a/textproc/rubygem-fog-xml/Makefile b/textproc/rubygem-fog-xml/Makefile index 29a010c3a..6b73ea28d 100644 --- a/textproc/rubygem-fog-xml/Makefile +++ b/textproc/rubygem-fog-xml/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-nokogiri>=1.5.11<2.0.0:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-gemoji/Makefile b/textproc/rubygem-gemoji/Makefile index d720b1a26..110bf499b 100644 --- a/textproc/rubygem-gemoji/Makefile +++ b/textproc/rubygem-gemoji/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/github/gemoji LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-gepub/Makefile b/textproc/rubygem-gepub/Makefile index 0cdcddae8..f90911e3e 100644 --- a/textproc/rubygem-gepub/Makefile +++ b/textproc/rubygem-gepub/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1.8.2<2.0:textproc/rubygem-nokogiri \ rubygem-rubyzip>=1.1.1<2.4:archivers/rubygem-rubyzip USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index 64d3bf048..7c597aedb 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-cgi>=0:www/rubygem-cgi \ rubygem-rugged>=1.0<2:devel/rubygem-rugged USES= gem -USE_RUBY= yes PLIST_FILES= bin/git-linguist bin/github-linguist diff --git a/textproc/rubygem-github-markup/Makefile b/textproc/rubygem-github-markup/Makefile index 1210482b7..97a292b27 100644 --- a/textproc/rubygem-github-markup/Makefile +++ b/textproc/rubygem-github-markup/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-github-markup* diff --git a/textproc/rubygem-github-markup17/Makefile b/textproc/rubygem-github-markup17/Makefile index 9d4e032b4..db0909064 100644 --- a/textproc/rubygem-github-markup17/Makefile +++ b/textproc/rubygem-github-markup17/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-github-markup* diff --git a/textproc/rubygem-gitlab-grit/Makefile b/textproc/rubygem-gitlab-grit/Makefile index 7c652cf54..2834c912d 100644 --- a/textproc/rubygem-gitlab-grit/Makefile +++ b/textproc/rubygem-gitlab-grit/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-charlock_holmes>=0.7<1:textproc/rubygem-charlock_holmes \ rubygem-posix-spawn>=0.3<1:devel/rubygem-posix-spawn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-gitlab-markup/Makefile b/textproc/rubygem-gitlab-markup/Makefile index 3b98b66c3..50b703222 100644 --- a/textproc/rubygem-gitlab-markup/Makefile +++ b/textproc/rubygem-gitlab-markup/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem python:run shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-google-cloud-translate-v2/Makefile b/textproc/rubygem-google-cloud-translate-v2/Makefile index b6ba1b6c5..c56d9db83 100644 --- a/textproc/rubygem-google-cloud-translate-v2/Makefile +++ b/textproc/rubygem-google-cloud-translate-v2/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-faraday1>=0.17.3<2.0:www/rubygem-faraday1 \ rubygem-googleauth>=0.16.2<2.0:security/rubygem-googleauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-google-cloud-translate-v3/Makefile b/textproc/rubygem-google-cloud-translate-v3/Makefile index f8777ed4b..9d1c6c942 100644 --- a/textproc/rubygem-google-cloud-translate-v3/Makefile +++ b/textproc/rubygem-google-cloud-translate-v3/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gapic-common>=0.10<2.0:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-google-cloud-translate/Makefile b/textproc/rubygem-google-cloud-translate/Makefile index a419b44df..39911ee59 100644 --- a/textproc/rubygem-google-cloud-translate/Makefile +++ b/textproc/rubygem-google-cloud-translate/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \ rubygem-google-cloud-translate-v3>=0.0<2.0:textproc/rubygem-google-cloud-translate-v3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-heredoc_unindent/Makefile b/textproc/rubygem-heredoc_unindent/Makefile index ee1977b19..e4f611542 100644 --- a/textproc/rubygem-heredoc_unindent/Makefile +++ b/textproc/rubygem-heredoc_unindent/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/adrianomitre/heredoc_unindent LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-hikidoc/Makefile b/textproc/rubygem-hikidoc/Makefile index 9a9bfacc0..9ae81df64 100644 --- a/textproc/rubygem-hikidoc/Makefile +++ b/textproc/rubygem-hikidoc/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/hikidoc diff --git a/textproc/rubygem-html-pipeline/Makefile b/textproc/rubygem-html-pipeline/Makefile index 71b606114..7ad4a2ed8 100644 --- a/textproc/rubygem-html-pipeline/Makefile +++ b/textproc/rubygem-html-pipeline/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=2:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-html-proofer/Makefile b/textproc/rubygem-html-proofer/Makefile index 2742bb41a..14eb9fe2e 100644 --- a/textproc/rubygem-html-proofer/Makefile +++ b/textproc/rubygem-html-proofer/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-zeitwerk>=2.5<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-html2text/Makefile b/textproc/rubygem-html2text/Makefile index 844cebdf5..c2f0c20e6 100644 --- a/textproc/rubygem-html2text/Makefile +++ b/textproc/rubygem-html2text/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-nokogiri>=1.10.3<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-htmlentities/Makefile b/textproc/rubygem-htmlentities/Makefile index 98a4e4bbf..baf3e9f8d 100644 --- a/textproc/rubygem-htmlentities/Makefile +++ b/textproc/rubygem-htmlentities/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-ini/Makefile b/textproc/rubygem-ini/Makefile index bbe0e0fb4..78777c5a1 100644 --- a/textproc/rubygem-ini/Makefile +++ b/textproc/rubygem-ini/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/ini LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-inifile/Makefile b/textproc/rubygem-inifile/Makefile index 55ad66451..12ad88c29 100644 --- a/textproc/rubygem-inifile/Makefile +++ b/textproc/rubygem-inifile/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/twp/inifile LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-iso-639/Makefile b/textproc/rubygem-iso-639/Makefile index addb0e4be..4743b217c 100644 --- a/textproc/rubygem-iso-639/Makefile +++ b/textproc/rubygem-iso-639/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-itextomml/Makefile b/textproc/rubygem-itextomml/Makefile index 051b9d955..8e0cb0dc0 100644 --- a/textproc/rubygem-itextomml/Makefile +++ b/textproc/rubygem-itextomml/Makefile @@ -11,6 +11,5 @@ LICENSE= GPLv2 LGPL20 MPL11 LICENSE_COMB= dual USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-jekyll-archives/Makefile b/textproc/rubygem-jekyll-archives/Makefile index b5f78f934..1014cdb27 100644 --- a/textproc/rubygem-jekyll-archives/Makefile +++ b/textproc/rubygem-jekyll-archives/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-jekyll>=3.6<5.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-assets/Makefile b/textproc/rubygem-jekyll-assets/Makefile index 51582f893..a3fd3d8d9 100644 --- a/textproc/rubygem-jekyll-assets/Makefile +++ b/textproc/rubygem-jekyll-assets/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-activesupport5>=5.0<6:devel/rubygem-activesupport5 \ rubygem-sprockets3>=3.3<4.1:devel/rubygem-sprockets3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-email-protect/Makefile b/textproc/rubygem-jekyll-email-protect/Makefile index 5e5707bc2..0902316d1 100644 --- a/textproc/rubygem-jekyll-email-protect/Makefile +++ b/textproc/rubygem-jekyll-email-protect/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-jekyll>=3.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-feed/Makefile b/textproc/rubygem-jekyll-feed/Makefile index aa841a62b..584fdcb5a 100644 --- a/textproc/rubygem-jekyll-feed/Makefile +++ b/textproc/rubygem-jekyll-feed/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jekyll>=3.7<5.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-gist/Makefile b/textproc/rubygem-jekyll-gist/Makefile index 9c7b34f21..a989d0a32 100644 --- a/textproc/rubygem-jekyll-gist/Makefile +++ b/textproc/rubygem-jekyll-gist/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-octokit>=4.2<5:net/rubygem-octokit USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-mentions/Makefile b/textproc/rubygem-jekyll-mentions/Makefile index 86b1f69c2..04258059d 100644 --- a/textproc/rubygem-jekyll-mentions/Makefile +++ b/textproc/rubygem-jekyll-mentions/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-html-pipeline>=2.3<3:textproc/rubygem-html-pipeline \ rubygem-jekyll>=3.7<5.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-paginate/Makefile b/textproc/rubygem-jekyll-paginate/Makefile index eebedf2e1..03abaa66e 100644 --- a/textproc/rubygem-jekyll-paginate/Makefile +++ b/textproc/rubygem-jekyll-paginate/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-redirect-from/Makefile b/textproc/rubygem-jekyll-redirect-from/Makefile index 7b79534b0..fdbcef83f 100644 --- a/textproc/rubygem-jekyll-redirect-from/Makefile +++ b/textproc/rubygem-jekyll-redirect-from/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jekyll>=3.3<5.0:www/rubygem-jekyll USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-sass-converter/Makefile b/textproc/rubygem-jekyll-sass-converter/Makefile index 6679b3924..f25835c68 100644 --- a/textproc/rubygem-jekyll-sass-converter/Makefile +++ b/textproc/rubygem-jekyll-sass-converter/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sassc>=2.1.0<3.0:textproc/rubygem-sassc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-sass-converter1/Makefile b/textproc/rubygem-jekyll-sass-converter1/Makefile index 56bd3a922..d9f5f446c 100644 --- a/textproc/rubygem-jekyll-sass-converter1/Makefile +++ b/textproc/rubygem-jekyll-sass-converter1/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sass>=3.4<4:textproc/rubygem-sass USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jekyll-sitemap/Makefile b/textproc/rubygem-jekyll-sitemap/Makefile index c85397dba..7d9af2d0a 100644 --- a/textproc/rubygem-jekyll-sitemap/Makefile +++ b/textproc/rubygem-jekyll-sitemap/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-jekyll>=3.7<5.0:www/rubygem-jekyll USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jemoji/Makefile b/textproc/rubygem-jemoji/Makefile index 7bfc45f56..916c260a1 100644 --- a/textproc/rubygem-jemoji/Makefile +++ b/textproc/rubygem-jemoji/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gemoji>=3<5:textproc/rubygem-gemoji \ rubygem-jekyll>=3.0<5.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-js_regex/Makefile b/textproc/rubygem-js_regex/Makefile index 212db0107..d02f5ba07 100644 --- a/textproc/rubygem-js_regex/Makefile +++ b/textproc/rubygem-js_regex/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-character_set>=1.4<2:textproc/rubygem-character_set \ rubygem-regexp_property_values>=1.0<2:textproc/rubygem-regexp_property_values USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-jsmin/Makefile b/textproc/rubygem-jsmin/Makefile index d80e04a0b..e32e5e3cb 100644 --- a/textproc/rubygem-jsmin/Makefile +++ b/textproc/rubygem-jsmin/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-kramdown-parser-gfm/Makefile b/textproc/rubygem-kramdown-parser-gfm/Makefile index 745f94ec6..3e6d47520 100644 --- a/textproc/rubygem-kramdown-parser-gfm/Makefile +++ b/textproc/rubygem-kramdown-parser-gfm/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-kramdown>=2.0<3:textproc/rubygem-kramdown USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-kramdown/Makefile b/textproc/rubygem-kramdown/Makefile index 30344df0c..f2b1915e0 100644 --- a/textproc/rubygem-kramdown/Makefile +++ b/textproc/rubygem-kramdown/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-kramdown1/Makefile b/textproc/rubygem-kramdown1/Makefile index 9d1b6601b..766e78b97 100644 --- a/textproc/rubygem-kramdown1/Makefile +++ b/textproc/rubygem-kramdown1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-kramdown23/Makefile b/textproc/rubygem-kramdown23/Makefile index d644c9181..38c30b8c3 100644 --- a/textproc/rubygem-kramdown23/Makefile +++ b/textproc/rubygem-kramdown23/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-kwalify/Makefile b/textproc/rubygem-kwalify/Makefile index 5d4bca287..80967fb7c 100644 --- a/textproc/rubygem-kwalify/Makefile +++ b/textproc/rubygem-kwalify/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/kwalify diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile index 67cd7a10e..0f0f7da20 100644 --- a/textproc/rubygem-libxml-ruby/Makefile +++ b/textproc/rubygem-libxml-ruby/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem gnome USE_GNOME= libxml2 -USE_RUBY= yes .include diff --git a/textproc/rubygem-linguistics/Makefile b/textproc/rubygem-linguistics/Makefile index c9706b304..0ae5ebcf9 100644 --- a/textproc/rubygem-linguistics/Makefile +++ b/textproc/rubygem-linguistics/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-loggability>=0.11<1:textproc/rubygem-loggability USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-liquid-tag-parser/Makefile b/textproc/rubygem-liquid-tag-parser/Makefile index c8c03da52..9ec4d13cc 100644 --- a/textproc/rubygem-liquid-tag-parser/Makefile +++ b/textproc/rubygem-liquid-tag-parser/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-extras>=0.3<1:devel/rubygem-extras \ rubygem-liquid4>=3.0<5.0:textproc/rubygem-liquid4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-liquid-tag-parser1/Makefile b/textproc/rubygem-liquid-tag-parser1/Makefile index bbb744ca6..ec50a0f79 100644 --- a/textproc/rubygem-liquid-tag-parser1/Makefile +++ b/textproc/rubygem-liquid-tag-parser1/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-extras>=0.3<1:devel/rubygem-extras \ rubygem-liquid4>=3.0<5.0:textproc/rubygem-liquid4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-liquid/Makefile b/textproc/rubygem-liquid/Makefile index 4d9dabdb6..ff8490570 100644 --- a/textproc/rubygem-liquid/Makefile +++ b/textproc/rubygem-liquid/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-liquid4/Makefile b/textproc/rubygem-liquid4/Makefile index 2f4e6f79a..53dc1c766 100644 --- a/textproc/rubygem-liquid4/Makefile +++ b/textproc/rubygem-liquid4/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-loggability/Makefile b/textproc/rubygem-loggability/Makefile index 6b1d2c043..90427dc5b 100644 --- a/textproc/rubygem-loggability/Makefile +++ b/textproc/rubygem-loggability/Makefile @@ -10,7 +10,6 @@ WWW= https://hg.sr.ht/~ged/Loggability LICENSE= BSD3CLAUSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index 99908a0f5..10e07aa24 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \ rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-loofah218/Makefile b/textproc/rubygem-loofah218/Makefile index 82d44060b..7831f3225 100644 --- a/textproc/rubygem-loofah218/Makefile +++ b/textproc/rubygem-loofah218/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \ rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ltsv/Makefile b/textproc/rubygem-ltsv/Makefile index ed4c99a2d..16f4c59cf 100644 --- a/textproc/rubygem-ltsv/Makefile +++ b/textproc/rubygem-ltsv/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/condor/ltsv NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-markaby/Makefile b/textproc/rubygem-markaby/Makefile index 8fcc61a99..1979b17b0 100644 --- a/textproc/rubygem-markaby/Makefile +++ b/textproc/rubygem-markaby/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-mdl/Makefile b/textproc/rubygem-mdl/Makefile index ce844db61..b9b586ccf 100644 --- a/textproc/rubygem-mdl/Makefile +++ b/textproc/rubygem-mdl/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-kramdown>=2.3<3:textproc/rubygem-kramdown \ rubygem-mixlib-shellout>=0:devel/rubygem-mixlib-shellout USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-minima/Makefile b/textproc/rubygem-minima/Makefile index d4ca8ea8d..7f9ac0fae 100644 --- a/textproc/rubygem-minima/Makefile +++ b/textproc/rubygem-minima/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-jekyll>=3.5<5.0:www/rubygem-jekyll \ rubygem-jekyll-seo-tag>=2.1<3:www/rubygem-jekyll-seo-tag USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-multi_xml/Makefile b/textproc/rubygem-multi_xml/Makefile index a649f77bf..67aaf44ce 100644 --- a/textproc/rubygem-multi_xml/Makefile +++ b/textproc/rubygem-multi_xml/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-nokogiri-diff/Makefile b/textproc/rubygem-nokogiri-diff/Makefile index e98ac19c2..cda74d72f 100644 --- a/textproc/rubygem-nokogiri-diff/Makefile +++ b/textproc/rubygem-nokogiri-diff/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \ rubygem-tdiff>=0.3.2<1:devel/rubygem-tdiff USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index 4a3e60d61..14e5c2ce4 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ USES= cpe gem gnome pkgconfig gettext-runtime USE_GNOME= libxml2 libxslt -USE_RUBY= yes CONFIGURE_ARGS= --use-system-libraries diff --git a/textproc/rubygem-nokogiri111/Makefile b/textproc/rubygem-nokogiri111/Makefile index d639863e7..13a82e33b 100644 --- a/textproc/rubygem-nokogiri111/Makefile +++ b/textproc/rubygem-nokogiri111/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ USES= cpe gem gnome pkgconfig gettext-runtime USE_GNOME= libxml2 libxslt -USE_RUBY= yes CONFIGURE_ARGS= --use-system-libraries diff --git a/textproc/rubygem-nokogumbo/Makefile b/textproc/rubygem-nokogumbo/Makefile index 2ff3d329c..cfb7e0848 100644 --- a/textproc/rubygem-nokogumbo/Makefile +++ b/textproc/rubygem-nokogumbo/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-nokogiri>=1.8.4<2:textproc/rubygem-nokogiri USES= gem gnome pkgconfig USE_GNOME= libxml2 -USE_RUBY= yes .include diff --git a/textproc/rubygem-octopress-escape-code/Makefile b/textproc/rubygem-octopress-escape-code/Makefile index d5f27de65..11ed90add 100644 --- a/textproc/rubygem-octopress-escape-code/Makefile +++ b/textproc/rubygem-octopress-escape-code/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jekyll3>=3.0<4:www/rubygem-jekyll3 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-opml/Makefile b/textproc/rubygem-opml/Makefile index 45f8c1b7b..606d3a44d 100644 --- a/textproc/rubygem-opml/Makefile +++ b/textproc/rubygem-opml/Makefile @@ -9,7 +9,6 @@ WWW= https://rubygems.org/gems/opml NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-org-ruby/Makefile b/textproc/rubygem-org-ruby/Makefile index fe54c98b9..528a4fa14 100644 --- a/textproc/rubygem-org-ruby/Makefile +++ b/textproc/rubygem-org-ruby/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rubypants>=0.2<1:textproc/rubygem-rubypants USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile index 1b8294823..304984385 100644 --- a/textproc/rubygem-ox/Makefile +++ b/textproc/rubygem-ox/Makefile @@ -12,6 +12,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes .include diff --git a/textproc/rubygem-parse-cron/Makefile b/textproc/rubygem-parse-cron/Makefile index 7c3257f16..663a3e1fd 100644 --- a/textproc/rubygem-parse-cron/Makefile +++ b/textproc/rubygem-parse-cron/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-parslet/Makefile b/textproc/rubygem-parslet/Makefile index 595b7dac2..28c8dcaff 100644 --- a/textproc/rubygem-parslet/Makefile +++ b/textproc/rubygem-parslet/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-parslet1/Makefile b/textproc/rubygem-parslet1/Makefile index 5ca4a49c3..0c644ea68 100644 --- a/textproc/rubygem-parslet1/Makefile +++ b/textproc/rubygem-parslet1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-phone/Makefile b/textproc/rubygem-phone/Makefile index c50ff9637..f9852c93c 100644 --- a/textproc/rubygem-phone/Makefile +++ b/textproc/rubygem-phone/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-pretty-xml/Makefile b/textproc/rubygem-pretty-xml/Makefile index af4ccf898..989a21ee0 100644 --- a/textproc/rubygem-pretty-xml/Makefile +++ b/textproc/rubygem-pretty-xml/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-psych/Makefile b/textproc/rubygem-psych/Makefile index de7fd45b1..7127c6fb8 100644 --- a/textproc/rubygem-psych/Makefile +++ b/textproc/rubygem-psych/Makefile @@ -14,6 +14,5 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml RUN_DEPENDS= rubygem-stringio>=0:devel/rubygem-stringio USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile index 7d55de13b..2d97dccc8 100644 --- a/textproc/rubygem-puppet-strings/Makefile +++ b/textproc/rubygem-puppet-strings/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rgen>=0:devel/rubygem-rgen \ rubygem-yard>=0.9.5<0.10:textproc/rubygem-yard USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-raabro/Makefile b/textproc/rubygem-raabro/Makefile index 386c9a741..84d4c8358 100644 --- a/textproc/rubygem-raabro/Makefile +++ b/textproc/rubygem-raabro/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails5/Makefile b/textproc/rubygem-rails-dom-testing-rails5/Makefile index 726adc888..507965f28 100644 --- a/textproc/rubygem-rails-dom-testing-rails5/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails50/Makefile b/textproc/rubygem-rails-dom-testing-rails50/Makefile index 5dd52bf23..52a7ce5a6 100644 --- a/textproc/rubygem-rails-dom-testing-rails50/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails52/Makefile b/textproc/rubygem-rails-dom-testing-rails52/Makefile index fee706f99..267c5c804 100644 --- a/textproc/rubygem-rails-dom-testing-rails52/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport52>=4.2.0:devel/rubygem-activesupport52 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails60/Makefile b/textproc/rubygem-rails-dom-testing-rails60/Makefile index 6379be957..f93699cde 100644 --- a/textproc/rubygem-rails-dom-testing-rails60/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.2.0:devel/rubygem-activesupport60 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails61/Makefile b/textproc/rubygem-rails-dom-testing-rails61/Makefile index b6495ea22..ef21e1207 100644 --- a/textproc/rubygem-rails-dom-testing-rails61/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=4.2.0:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing-rails70/Makefile b/textproc/rubygem-rails-dom-testing-rails70/Makefile index dbe8fb9ba..ee3f03e90 100644 --- a/textproc/rubygem-rails-dom-testing-rails70/Makefile +++ b/textproc/rubygem-rails-dom-testing-rails70/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport70>=4.2.0:devel/rubygem-activesupport70 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing/Makefile b/textproc/rubygem-rails-dom-testing/Makefile index e102e6339..40f8e39d0 100644 --- a/textproc/rubygem-rails-dom-testing/Makefile +++ b/textproc/rubygem-rails-dom-testing/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-dom-testing1/Makefile b/textproc/rubygem-rails-dom-testing1/Makefile index 2b63210c3..41a4e0616 100644 --- a/textproc/rubygem-rails-dom-testing1/Makefile +++ b/textproc/rubygem-rails-dom-testing1/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4 \ rubygem-rails-deprecated_sanitizer>=1.0.1:devel/rubygem-rails-deprecated_sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rails-html-sanitizer/Makefile b/textproc/rubygem-rails-html-sanitizer/Makefile index fa6bb5978..fa5b9b8f2 100644 --- a/textproc/rubygem-rails-html-sanitizer/Makefile +++ b/textproc/rubygem-rails-html-sanitizer/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-loofah>=2.3<3:textproc/rubygem-loofah USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile index 12155983d..c3c0245ad 100644 --- a/textproc/rubygem-rak/Makefile +++ b/textproc/rubygem-rak/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rak diff --git a/textproc/rubygem-rchardet/Makefile b/textproc/rubygem-rchardet/Makefile index e58740e28..1951df24f 100644 --- a/textproc/rubygem-rchardet/Makefile +++ b/textproc/rubygem-rchardet/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jmhodges/rchardet LICENSE= LGPL21 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-rdiscount/Makefile b/textproc/rubygem-rdiscount/Makefile index 05cc8ed70..a85fee354 100644 --- a/textproc/rubygem-rdiscount/Makefile +++ b/textproc/rubygem-rdiscount/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gem -USE_RUBY= yes PLIST_FILES= bin/rdiscount diff --git a/textproc/rubygem-rdtool/Makefile b/textproc/rubygem-rdtool/Makefile index eeba3fded..0f74585bc 100644 --- a/textproc/rubygem-rdtool/Makefile +++ b/textproc/rubygem-rdtool/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= bin/rd2 bin/rdswap.rb ruby_OLD_CMD= /usr/bin/ruby1.9.1 diff --git a/textproc/rubygem-redcarpet/Makefile b/textproc/rubygem-redcarpet/Makefile index 5d640807e..3c461fb01 100644 --- a/textproc/rubygem-redcarpet/Makefile +++ b/textproc/rubygem-redcarpet/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes PLIST_FILES= bin/redcarpet diff --git a/textproc/rubygem-regexp_parser/Makefile b/textproc/rubygem-regexp_parser/Makefile index 59e330f1f..a8e018d57 100644 --- a/textproc/rubygem-regexp_parser/Makefile +++ b/textproc/rubygem-regexp_parser/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-regexp_property_values/Makefile b/textproc/rubygem-regexp_property_values/Makefile index 8b90ce135..4edc2e85d 100644 --- a/textproc/rubygem-regexp_property_values/Makefile +++ b/textproc/rubygem-regexp_property_values/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-representable/Makefile b/textproc/rubygem-representable/Makefile index 1cdd24aef..fcd0160a3 100644 --- a/textproc/rubygem-representable/Makefile +++ b/textproc/rubygem-representable/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-declarative>=0<0.1.0:devel/rubygem-declarative \ rubygem-uber>=0<0.2.0:devel/rubygem-uber USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-reverse_markdown/Makefile b/textproc/rubygem-reverse_markdown/Makefile index 07936b20c..025502bb5 100644 --- a/textproc/rubygem-reverse_markdown/Makefile +++ b/textproc/rubygem-reverse_markdown/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rexml/Makefile b/textproc/rubygem-rexml/Makefile index 280dc6147..2ecfc96b3 100644 --- a/textproc/rubygem-rexml/Makefile +++ b/textproc/rubygem-rexml/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ri_cal/Makefile b/textproc/rubygem-ri_cal/Makefile index 0fc1f9609..5c019dc5e 100644 --- a/textproc/rubygem-ri_cal/Makefile +++ b/textproc/rubygem-ri_cal/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/ri_cal diff --git a/textproc/rubygem-rly/Makefile b/textproc/rubygem-rly/Makefile index 6b95e16f7..0f5b6ab2e 100644 --- a/textproc/rubygem-rly/Makefile +++ b/textproc/rubygem-rly/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rmmseg-cpp/Makefile b/textproc/rubygem-rmmseg-cpp/Makefile index 85c50e8fb..1bd8627f1 100644 --- a/textproc/rubygem-rmmseg-cpp/Makefile +++ b/textproc/rubygem-rmmseg-cpp/Makefile @@ -10,7 +10,6 @@ WWW= http://rmmseg-cpp.rubyforge.org LICENSE= MIT -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= misc/convert.rb diff --git a/textproc/rubygem-ronn/Makefile b/textproc/rubygem-ronn/Makefile index 0eb544c5a..c90383001 100644 --- a/textproc/rubygem-ronn/Makefile +++ b/textproc/rubygem-ronn/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-hpricot>=0.8.2:www/rubygem-hpricot \ rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rouge/Makefile b/textproc/rubygem-rouge/Makefile index ecb9f27f2..634a94a43 100644 --- a/textproc/rubygem-rouge/Makefile +++ b/textproc/rubygem-rouge/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rouge329/Makefile b/textproc/rubygem-rouge329/Makefile index e03b95607..38601a701 100644 --- a/textproc/rubygem-rouge329/Makefile +++ b/textproc/rubygem-rouge329/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rttool/Makefile b/textproc/rubygem-rttool/Makefile index a02f40755..e475ad352 100644 --- a/textproc/rubygem-rttool/Makefile +++ b/textproc/rubygem-rttool/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ruby-augeas/Makefile b/textproc/rubygem-ruby-augeas/Makefile index c30df39f2..8b9d2a02c 100644 --- a/textproc/rubygem-ruby-augeas/Makefile +++ b/textproc/rubygem-ruby-augeas/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libaugeas.so:textproc/augeas CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2" USE_GNOME= libxml2 -USE_RUBY= yes USES= gem gnome pkgconfig .include diff --git a/textproc/rubygem-ruby-xslt/Makefile b/textproc/rubygem-ruby-xslt/Makefile index 3ca54cdf1..8a91c0174 100644 --- a/textproc/rubygem-ruby-xslt/Makefile +++ b/textproc/rubygem-ruby-xslt/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= libxslt -USE_RUBY= yes USES= gem gnome .include diff --git a/textproc/rubygem-ruby_expect/Makefile b/textproc/rubygem-ruby_expect/Makefile index 1c6005d4f..5d9b9e5bc 100644 --- a/textproc/rubygem-ruby_expect/Makefile +++ b/textproc/rubygem-ruby_expect/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rubypants/Makefile b/textproc/rubygem-rubypants/Makefile index 29be4f0e6..754ab7514 100644 --- a/textproc/rubygem-rubypants/Makefile +++ b/textproc/rubygem-rubypants/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/jmcnevin/rubypants LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-rugments/Makefile b/textproc/rubygem-rugments/Makefile index 1a393ce4e..95c4c7d3d 100644 --- a/textproc/rubygem-rugments/Makefile +++ b/textproc/rubygem-rugments/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rugmentize diff --git a/textproc/rubygem-sanitize/Makefile b/textproc/rubygem-sanitize/Makefile index 57a115289..8a30fc101 100644 --- a/textproc/rubygem-sanitize/Makefile +++ b/textproc/rubygem-sanitize/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-crass>=1.0.2<1.1:www/rubygem-crass \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-listen/Makefile b/textproc/rubygem-sass-listen/Makefile index 9472bfa6f..6d668c27f 100644 --- a/textproc/rubygem-sass-listen/Makefile +++ b/textproc/rubygem-sass-listen/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rb-fsevent>=0.9.4<1:devel/rubygem-rb-fsevent \ rubygem-rb-inotify>=0.9.7<1:devel/rubygem-rb-inotify USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails4/Makefile b/textproc/rubygem-sass-rails-rails4/Makefile index fb5b4d1f5..138eedcc8 100644 --- a/textproc/rubygem-sass-rails-rails4/Makefile +++ b/textproc/rubygem-sass-rails-rails4/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails4>=2.1.1<3:textproc/rubygem-sassc-rails-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails5/Makefile b/textproc/rubygem-sass-rails-rails5/Makefile index 653ef3043..183df60fe 100644 --- a/textproc/rubygem-sass-rails-rails5/Makefile +++ b/textproc/rubygem-sass-rails-rails5/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails5>=2.1.1<3:textproc/rubygem-sassc-rails-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails50/Makefile b/textproc/rubygem-sass-rails-rails50/Makefile index 38c8774ec..6425adcea 100644 --- a/textproc/rubygem-sass-rails-rails50/Makefile +++ b/textproc/rubygem-sass-rails-rails50/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails50>=2.1.1<3:textproc/rubygem-sassc-rails-rails50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails52/Makefile b/textproc/rubygem-sass-rails-rails52/Makefile index 7c295da1f..3d0ace8f8 100644 --- a/textproc/rubygem-sass-rails-rails52/Makefile +++ b/textproc/rubygem-sass-rails-rails52/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails52>=2.1.1<3:textproc/rubygem-sassc-rails-rails52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails60/Makefile b/textproc/rubygem-sass-rails-rails60/Makefile index 109e1ad27..792a81785 100644 --- a/textproc/rubygem-sass-rails-rails60/Makefile +++ b/textproc/rubygem-sass-rails-rails60/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails60>=2.1.1<3:textproc/rubygem-sassc-rails-rails60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails61/Makefile b/textproc/rubygem-sass-rails-rails61/Makefile index b8c73a7ec..758671c83 100644 --- a/textproc/rubygem-sass-rails-rails61/Makefile +++ b/textproc/rubygem-sass-rails-rails61/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails61>=2.1.1<3:textproc/rubygem-sassc-rails-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass-rails-rails70/Makefile b/textproc/rubygem-sass-rails-rails70/Makefile index 5d5dfd7a7..54d4856aa 100644 --- a/textproc/rubygem-sass-rails-rails70/Makefile +++ b/textproc/rubygem-sass-rails-rails70/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sassc-rails-rails70>=2.1.1<3:textproc/rubygem-sassc-rails-rails70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sass/Makefile b/textproc/rubygem-sass/Makefile index 1e7652116..0af50e032 100644 --- a/textproc/rubygem-sass/Makefile +++ b/textproc/rubygem-sass/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sass-listen>=4.0.0<4.1:textproc/rubygem-sass-listen USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails4/Makefile b/textproc/rubygem-sassc-rails-rails4/Makefile index 544318c38..ff60f998a 100644 --- a/textproc/rubygem-sassc-rails-rails4/Makefile +++ b/textproc/rubygem-sassc-rails-rails4/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-railties4>=4.0.0:www/rubygem-railties4 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails5/Makefile b/textproc/rubygem-sassc-rails-rails5/Makefile index 9d87a715a..4b90677e6 100644 --- a/textproc/rubygem-sassc-rails-rails5/Makefile +++ b/textproc/rubygem-sassc-rails-rails5/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-railties5>=4.0.0:www/rubygem-railties5 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails50/Makefile b/textproc/rubygem-sassc-rails-rails50/Makefile index 04a85a571..645156ba2 100644 --- a/textproc/rubygem-sassc-rails-rails50/Makefile +++ b/textproc/rubygem-sassc-rails-rails50/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-railties50>=4.0.0:www/rubygem-railties50 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails52/Makefile b/textproc/rubygem-sassc-rails-rails52/Makefile index 84032146a..2df0c02aa 100644 --- a/textproc/rubygem-sassc-rails-rails52/Makefile +++ b/textproc/rubygem-sassc-rails-rails52/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-railties52>=4.0.0:www/rubygem-railties52 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails60/Makefile b/textproc/rubygem-sassc-rails-rails60/Makefile index e65347baa..848a1e64f 100644 --- a/textproc/rubygem-sassc-rails-rails60/Makefile +++ b/textproc/rubygem-sassc-rails-rails60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-railties60>=4.0.0:www/rubygem-railties60 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails61/Makefile b/textproc/rubygem-sassc-rails-rails61/Makefile index 44f41f8f3..9eadf1173 100644 --- a/textproc/rubygem-sassc-rails-rails61/Makefile +++ b/textproc/rubygem-sassc-rails-rails61/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-railties61>=4.0.0:www/rubygem-railties61 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc-rails-rails70/Makefile b/textproc/rubygem-sassc-rails-rails70/Makefile index dccd761f9..aee18bb7e 100644 --- a/textproc/rubygem-sassc-rails-rails70/Makefile +++ b/textproc/rubygem-sassc-rails-rails70/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-railties70>=4.0.0:www/rubygem-railties70 \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sassc/Makefile b/textproc/rubygem-sassc/Makefile index 817de44ca..2aaf31da5 100644 --- a/textproc/rubygem-sassc/Makefile +++ b/textproc/rubygem-sassc/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ffi>=1.9<2:devel/rubygem-ffi USES= gem gmake -USE_RUBY= yes .include diff --git a/textproc/rubygem-sassc22/Makefile b/textproc/rubygem-sassc22/Makefile index 80c9f91b8..35d1e99fd 100644 --- a/textproc/rubygem-sassc22/Makefile +++ b/textproc/rubygem-sassc22/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ffi>=1.9<2:devel/rubygem-ffi USES= gem gmake -USE_RUBY= yes # Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/216740 PORTSCOUT= limit:^2\.2\. diff --git a/textproc/rubygem-sax-machine/Makefile b/textproc/rubygem-sax-machine/Makefile index b3a526257..fc2588ba9 100644 --- a/textproc/rubygem-sax-machine/Makefile +++ b/textproc/rubygem-sax-machine/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-scss_lint/Makefile b/textproc/rubygem-scss_lint/Makefile index 6d54862cf..58d83ef63 100644 --- a/textproc/rubygem-scss_lint/Makefile +++ b/textproc/rubygem-scss_lint/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-sass>=3.5.5<4:textproc/rubygem-sass USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-shell2html/Makefile b/textproc/rubygem-shell2html/Makefile index c165f23f1..7dc2d6cf7 100644 --- a/textproc/rubygem-shell2html/Makefile +++ b/textproc/rubygem-shell2html/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/mose/shell2html LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/shell2css bin/shell2html diff --git a/textproc/rubygem-simplecov-html/Makefile b/textproc/rubygem-simplecov-html/Makefile index 6df39ef59..ce3f85d92 100644 --- a/textproc/rubygem-simplecov-html/Makefile +++ b/textproc/rubygem-simplecov-html/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-sixarm_ruby_unaccent/Makefile b/textproc/rubygem-sixarm_ruby_unaccent/Makefile index 30c84f769..057773bec 100644 --- a/textproc/rubygem-sixarm_ruby_unaccent/Makefile +++ b/textproc/rubygem-sixarm_ruby_unaccent/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 ART20 BSD3CLAUSE GPLv3 MIT MPL20 LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-spreadsheet/Makefile b/textproc/rubygem-spreadsheet/Makefile index 2f47edc7a..b461b3ba6 100644 --- a/textproc/rubygem-spreadsheet/Makefile +++ b/textproc/rubygem-spreadsheet/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-ruby-ole>=0:devel/rubygem-ruby-ole USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-stamp/Makefile b/textproc/rubygem-stamp/Makefile index c7b01aee6..fbd1501ef 100644 --- a/textproc/rubygem-stamp/Makefile +++ b/textproc/rubygem-stamp/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-syntax/Makefile b/textproc/rubygem-syntax/Makefile index bcc893224..cc12ebb47 100644 --- a/textproc/rubygem-syntax/Makefile +++ b/textproc/rubygem-syntax/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-termcolor/Makefile b/textproc/rubygem-termcolor/Makefile index f52d80851..b0cc2a665 100644 --- a/textproc/rubygem-termcolor/Makefile +++ b/textproc/rubygem-termcolor/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index 0daf09076..29ae8ac65 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<3:devel/rubygem-unicode-display_width USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-terser/Makefile b/textproc/rubygem-terser/Makefile index 78223f445..973630b98 100644 --- a/textproc/rubygem-terser/Makefile +++ b/textproc/rubygem-terser/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-execjs>=0.3.0<3:devel/rubygem-execjs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-terser11/Makefile b/textproc/rubygem-terser11/Makefile index 9820314fe..781d4436e 100644 --- a/textproc/rubygem-terser11/Makefile +++ b/textproc/rubygem-terser11/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-execjs>=0.3.0<3:devel/rubygem-execjs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-text/Makefile b/textproc/rubygem-text/Makefile index 1fc0b1828..07d55f347 100644 --- a/textproc/rubygem-text/Makefile +++ b/textproc/rubygem-text/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-tidy_ffi/Makefile b/textproc/rubygem-tidy_ffi/Makefile index 1eab8dbf4..0cfffe00b 100644 --- a/textproc/rubygem-tidy_ffi/Makefile +++ b/textproc/rubygem-tidy_ffi/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ffi>=1.2<2:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-toml/Makefile b/textproc/rubygem-toml/Makefile index 049e0069a..414741bd0 100644 --- a/textproc/rubygem-toml/Makefile +++ b/textproc/rubygem-toml/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-parslet>=1.8.0<3.0.0:textproc/rubygem-parslet USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-tomlrb/Makefile b/textproc/rubygem-tomlrb/Makefile index 566a49437..c10d87277 100644 --- a/textproc/rubygem-tomlrb/Makefile +++ b/textproc/rubygem-tomlrb/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-tomlrb1/Makefile b/textproc/rubygem-tomlrb1/Makefile index b08d53526..d6ab72d28 100644 --- a/textproc/rubygem-tomlrb1/Makefile +++ b/textproc/rubygem-tomlrb1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-truncato/Makefile b/textproc/rubygem-truncato/Makefile index 4329f8683..9366aaf4e 100644 --- a/textproc/rubygem-truncato/Makefile +++ b/textproc/rubygem-truncato/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \ rubygem-nokogiri>=1.7.0:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-twitter-text/Makefile b/textproc/rubygem-twitter-text/Makefile index 1742ed305..8fd7254c7 100644 --- a/textproc/rubygem-twitter-text/Makefile +++ b/textproc/rubygem-twitter-text/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-idn-ruby>=0:dns/rubygem-idn-ruby \ rubygem-unf>=0.1.0<0.2:textproc/rubygem-unf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-twitter-text1/Makefile b/textproc/rubygem-twitter-text1/Makefile index 87498ff22..9b9c8691b 100644 --- a/textproc/rubygem-twitter-text1/Makefile +++ b/textproc/rubygem-twitter-text1/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-unf>=0.1.0:textproc/rubygem-unf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-unf/Makefile b/textproc/rubygem-unf/Makefile index 4ca45b627..27e88538f 100644 --- a/textproc/rubygem-unf/Makefile +++ b/textproc/rubygem-unf/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-unf_ext>=0:textproc/rubygem-unf_ext NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-unf_ext/Makefile b/textproc/rubygem-unf_ext/Makefile index bfdf62bfd..78a7c3fa2 100644 --- a/textproc/rubygem-unf_ext/Makefile +++ b/textproc/rubygem-unf_ext/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-unicode_plot/Makefile b/textproc/rubygem-unicode_plot/Makefile index 300c037ce..a95ba96c9 100644 --- a/textproc/rubygem-unicode_plot/Makefile +++ b/textproc/rubygem-unicode_plot/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-enumerable-statistics>=2.0.1:math/rubygem-enumerable-statistics USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-version_sorter/Makefile b/textproc/rubygem-version_sorter/Makefile index 8ef892b88..7e15c36e9 100644 --- a/textproc/rubygem-version_sorter/Makefile +++ b/textproc/rubygem-version_sorter/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/github/version_sorter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-whatlanguage/Makefile b/textproc/rubygem-whatlanguage/Makefile index 99a280c62..24048d2ca 100644 --- a/textproc/rubygem-whatlanguage/Makefile +++ b/textproc/rubygem-whatlanguage/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-wikicloth/Makefile b/textproc/rubygem-wikicloth/Makefile index 8129f0a49..ab705db61 100644 --- a/textproc/rubygem-wikicloth/Makefile +++ b/textproc/rubygem-wikicloth/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-twitter-text>=0:textproc/rubygem-twitter-text NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-wikicloth081/Makefile b/textproc/rubygem-wikicloth081/Makefile index 62df57dfa..0c3398a88 100644 --- a/textproc/rubygem-wikicloth081/Makefile +++ b/textproc/rubygem-wikicloth081/Makefile @@ -23,6 +23,5 @@ PORTSCOUT= limit:^0\.8\.1 NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/textproc/rubygem-xml-simple/Makefile b/textproc/rubygem-xml-simple/Makefile index 3051a8a02..e598e3803 100644 --- a/textproc/rubygem-xml-simple/Makefile +++ b/textproc/rubygem-xml-simple/Makefile @@ -13,7 +13,6 @@ LICENSE_COMB= dual RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-ya2yaml/Makefile b/textproc/rubygem-ya2yaml/Makefile index 0aa310e32..5454f7054 100644 --- a/textproc/rubygem-ya2yaml/Makefile +++ b/textproc/rubygem-ya2yaml/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-yard-chef/Makefile b/textproc/rubygem-yard-chef/Makefile index 69b253df7..052db3956 100644 --- a/textproc/rubygem-yard-chef/Makefile +++ b/textproc/rubygem-yard-chef/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-yard>=0.9.9:textproc/rubygem-yard \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile index 84d4e977f..1e3378cd1 100644 --- a/textproc/rubygem-yard/Makefile +++ b/textproc/rubygem-yard/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-webrick>=1.7.0<1.8:www/rubygem-webrick USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile index 850e77dcd..a3791179e 100644 --- a/textproc/rubygem-zmq/Makefile +++ b/textproc/rubygem-zmq/Makefile @@ -12,7 +12,6 @@ LICENSE= LGPL3 LIB_DEPENDS= libzmq.so:net/libzmq2 -USE_RUBY= yes USES= gem .include diff --git a/textproc/splitpatch/Makefile b/textproc/splitpatch/Makefile index 65bf38daa..d07485bac 100644 --- a/textproc/splitpatch/Makefile +++ b/textproc/splitpatch/Makefile @@ -9,11 +9,10 @@ WWW= https://github.com/jaalto/splitpatch LICENSE= GPLv2+ -USES= gmake perl5 +USES= gmake perl5 ruby USE_GITHUB= yes GH_ACCOUNT= jaalto USE_PERL5= build -USE_RUBY= yes MAKE_JOBS_UNSAFE= yes diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index d0a7afaa0..e34c72cee 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -43,11 +43,9 @@ CONFIGURE_ARGS+= --with-x --with-xft .endif .if !defined(UIM_SLAVE) -USES+= perl5 +USES+= perl5 ruby:build USE_GNOME+= librsvg2:build USE_PERL5= build -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes .if ${PORT_OPTIONS:MX11} USE_GNOME+= cairo gdkpixbuf2 gtk30 LIB_DEPENDS+= libfreetype.so:print/freetype2 \ diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index f3e2841a7..628c6d7b2 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -72,7 +72,7 @@ BROKEN= Does not stage .endif .if ${PORT_OPTIONS:MRUBY} -USE_RUBY= yes +USES+= ruby WITH_SWIG= yes .endif diff --git a/www/gist/Makefile b/www/gist/Makefile index f22da501b..02c93f4ff 100644 --- a/www/gist/Makefile +++ b/www/gist/Makefile @@ -14,11 +14,10 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CONFLICTS= p5-App-gist py*-python-gist yorick # bin/gist +USES+ ruby:run USE_GITHUB= yes GH_ACCOUNT= defunkt -USE_RUBY= YES -RUBY_NO_BUILD_DEPENDS= YES NO_BUILD= YES NO_ARCH= yes diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index b722a1f08..ae9a83250 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -269,8 +269,7 @@ CONFLICTS_INSTALL= gitolite \ gitea \ gitosis -USES= go:modules shebangfix -USE_RUBY= yes +USES= go:modules ruby shebangfix USE_RC_SUBR= gitlab USE_GITLAB= yes diff --git a/www/h2o-devel/Makefile b/www/h2o-devel/Makefile index cc702a646..6439dca4e 100644 --- a/www/h2o-devel/Makefile +++ b/www/h2o-devel/Makefile @@ -52,9 +52,7 @@ MRUBY_DESC= Build with embedded mruby handler support CMAKE_ARGS+= -DBUILD_SHARED_LIBS=OFF -DWITH_BUNDLED_SSL=OFF MRUBY_CMAKE_BOOL= WITH_MRUBY -MRUBY_USES= bison -MRUBY_USE= ruby=yes -MRUBY_VARS= RUBY_NO_RUN_DEPENDS=yes +MRUBY_USES= bison ruby:build .include diff --git a/www/h2o/Makefile b/www/h2o/Makefile index 9c0aa9638..3dedc7893 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -55,9 +55,7 @@ CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON \ -DWITH_BUNDLED_SSL=OFF MRUBY_CMAKE_BOOL= WITH_MRUBY -MRUBY_USES= bison -MRUBY_USE= ruby=yes -MRUBY_VARS= RUBY_NO_RUN_DEPENDS=yes +MRUBY_USES= bison ruby:build post-patch: @${REINPLACE_CMD} -e 's|exec perl|exec ${LOCALBASE}/bin/perl|' \ diff --git a/www/netstiff/Makefile b/www/netstiff/Makefile index ed8f1ee5e..e4f1d2c29 100644 --- a/www/netstiff/Makefile +++ b/www/netstiff/Makefile @@ -11,9 +11,8 @@ WWW= http://pkqs.net/~sbeyer/ #netstiff LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= shebangfix +USES= ruby shebangfix SHEBANG_FILES= ${WRKSRC}/${PORTNAME} -USE_RUBY= yes NO_BUILD= yes NO_ARCH= yes diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 31b4d794a..f14b2b80f 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -21,21 +21,18 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwoff2dec.so:devel/woff2 USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ - pathfix perl5 pkgconfig python:3.5+,build qt:5 sqlite:3 \ - tar:xz xorg + pathfix perl5 pkgconfig python:3.5+,build qt:5 ruby:build \ + sqlite:3 tar:xz xorg USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build USE_QT= core declarative gui location network opengl printsupport \ sensors webchannel widgets \ buildtools:build declarative-test:build qmake:build testlib:build -USE_RUBY= yes USE_XORG= x11 xcomposite xrender # Fix pkgconfig install paths. PATHFIX_CMAKELISTSTXT= PlatformQt.cmake -RUBY_NO_RUN_DEPENDS= yes - CMAKE_ARGS= -DPORT:STRING="Qt" \ -DKDE_INSTALL_INCLUDEDIR:PATH="${QT_INCDIR_REL}" \ -DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}" diff --git a/www/redmine42/Makefile b/www/redmine42/Makefile index 5435ce4ce..818507fb9 100644 --- a/www/redmine42/Makefile +++ b/www/redmine42/Makefile @@ -30,8 +30,7 @@ RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ rubygem-rotp>0:devel/rubygem-rotp \ rubygem-rqrcode>0:www/rubygem-rqrcode -USES= cpe -USE_RUBY= yes +USES= cpe ruby BROKEN_RUBY30= yes BROKEN_RUBY31= yes diff --git a/www/redmine42/bsd.redmine.mk b/www/redmine42/bsd.redmine.mk index 8fbc12562..97356c9a5 100644 --- a/www/redmine42/bsd.redmine.mk +++ b/www/redmine42/bsd.redmine.mk @@ -45,7 +45,7 @@ PKGNAMEPREFIX?= redmine42- RUN_DEPENDS+= redmine42>=4.2:www/redmine42 -USE_RUBY= yes +USES= ruby .if !defined(PLIST) PLIST= ${WRKDIR}/PLIST _GEN_PLIST= YesPlease diff --git a/www/redmine50/Makefile b/www/redmine50/Makefile index 985eff283..0db54e84a 100644 --- a/www/redmine50/Makefile +++ b/www/redmine50/Makefile @@ -46,7 +46,6 @@ RUN_DEPENDS+= rubygem-redcarpet>=3.5.1:textproc/rubygem-redcarpet \ rubygem-deckar01-task_list>=2.3.1:www/rubygem-deckar01-task_list USES= cpe -USE_RUBY= yes CONFLICTS_INSTALL= redmine42 diff --git a/www/rubygem-ace-rails-ap/Makefile b/www/rubygem-ace-rails-ap/Makefile index bf6472d8b..a66b18c72 100644 --- a/www/rubygem-ace-rails-ap/Makefile +++ b/www/rubygem-ace-rails-ap/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable5/Makefile b/www/rubygem-actioncable5/Makefile index 3e27440da..3aa512b4a 100644 --- a/www/rubygem-actioncable5/Makefile +++ b/www/rubygem-actioncable5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ rubygem-websocket-driver>=0.6.1<1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable50/Makefile b/www/rubygem-actioncable50/Makefile index cde63f106..7924c7cf0 100644 --- a/www/rubygem-actioncable50/Makefile +++ b/www/rubygem-actioncable50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ rubygem-websocket-driver>=0.6.1<1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable52/Makefile b/www/rubygem-actioncable52/Makefile index d5699d52c..026daf398 100644 --- a/www/rubygem-actioncable52/Makefile +++ b/www/rubygem-actioncable52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable60/Makefile b/www/rubygem-actioncable60/Makefile index 88652c32e..fc74f8a15 100644 --- a/www/rubygem-actioncable60/Makefile +++ b/www/rubygem-actioncable60/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile index 42270976c..2e49ce3e1 100644 --- a/www/rubygem-actioncable61/Makefile +++ b/www/rubygem-actioncable61/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actioncable70/Makefile b/www/rubygem-actioncable70/Makefile index 03c839cb8..9e7b0fb26 100644 --- a/www/rubygem-actioncable70/Makefile +++ b/www/rubygem-actioncable70/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack4/Makefile b/www/rubygem-actionpack4/Makefile index be9b66c0c..302e60a53 100644 --- a/www/rubygem-actionpack4/Makefile +++ b/www/rubygem-actionpack4/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \ rubygem-rails-html-sanitizer>=1.0.2<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack5/Makefile b/www/rubygem-actionpack5/Makefile index 2557f8f26..db6194894 100644 --- a/www/rubygem-actionpack5/Makefile +++ b/www/rubygem-actionpack5/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ rubygem-rails-html-sanitizer>=1.0.2<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack50/Makefile b/www/rubygem-actionpack50/Makefile index 7d123b61f..c71d7788d 100644 --- a/www/rubygem-actionpack50/Makefile +++ b/www/rubygem-actionpack50/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionview50>=${PORTVERSION}:devel/rubygem-actionview50 \ rubygem-rails-html-sanitizer>=1.0.2<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack52/Makefile b/www/rubygem-actionpack52/Makefile index 2a64bf2b8..4d089b7da 100644 --- a/www/rubygem-actionpack52/Makefile +++ b/www/rubygem-actionpack52/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \ rubygem-rails-html-sanitizer>=1.0.2<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack60/Makefile b/www/rubygem-actionpack60/Makefile index 4d203931e..efdbaed78 100644 --- a/www/rubygem-actionpack60/Makefile +++ b/www/rubygem-actionpack60/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionview60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubyge rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack61/Makefile b/www/rubygem-actionpack61/Makefile index abb1b46c1..84b61c1c0 100644 --- a/www/rubygem-actionpack61/Makefile +++ b/www/rubygem-actionpack61/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionview61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubyge rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-actionpack70/Makefile b/www/rubygem-actionpack70/Makefile index 70a347e71..63f2beb12 100644 --- a/www/rubygem-actionpack70/Makefile +++ b/www/rubygem-actionpack70/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubyge rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-activeresource/Makefile b/www/rubygem-activeresource/Makefile index 66d530728..0f22c6891 100644 --- a/www/rubygem-activeresource/Makefile +++ b/www/rubygem-activeresource/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \ rubygem-activesupport60>=6.0:devel/rubygem-activesupport60 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-activeresource4/Makefile b/www/rubygem-activeresource4/Makefile index fd7824d14..0ce45e917 100644 --- a/www/rubygem-activeresource4/Makefile +++ b/www/rubygem-activeresource4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activemodel4>=4.0<5:databases/rubygem-activemodel4 \ rubygem-rails-observers>=0.1.2<0.2:devel/rubygem-rails-observers USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-acts-as-taggable-on/Makefile b/www/rubygem-acts-as-taggable-on/Makefile index eb516cc9a..6a9c38163 100644 --- a/www/rubygem-acts-as-taggable-on/Makefile +++ b/www/rubygem-acts-as-taggable-on/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-activerecord61>=6.0<7.1:databases/rubygem-activerecord61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-acts_as_taggable/Makefile b/www/rubygem-acts_as_taggable/Makefile index b6999a0b1..c1d058401 100644 --- a/www/rubygem-acts_as_taggable/Makefile +++ b/www/rubygem-acts_as_taggable/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/twoism/taggable NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-addressable/Makefile b/www/rubygem-addressable/Makefile index 91a88d845..540bf9347 100644 --- a/www/rubygem-addressable/Makefile +++ b/www/rubygem-addressable/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-public_suffix>=2.0.2<6.0:dns/rubygem-public_suffix USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-adsf/Makefile b/www/rubygem-adsf/Makefile index dc7e8bf03..cc186a002 100644 --- a/www/rubygem-adsf/Makefile +++ b/www/rubygem-adsf/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rack16>=1.0.0:www/rubygem-rack16 NO_ARCH= yes USES= gem -USE_RUBY= yes PLIST_FILES= bin/adsf diff --git a/www/rubygem-akami/Makefile b/www/rubygem-akami/Makefile index 7a6d6bc1a..ea7d7d2d6 100644 --- a/www/rubygem-akami/Makefile +++ b/www/rubygem-akami/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-gyoku>=0.4.0:devel/rubygem-gyoku \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-amazon-ecs/Makefile b/www/rubygem-amazon-ecs/Makefile index 81a6ac0ea..6b256fddf 100644 --- a/www/rubygem-amazon-ecs/Makefile +++ b/www/rubygem-amazon-ecs/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-nokogiri>=1.10<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-anemone/Makefile b/www/rubygem-anemone/Makefile index 357a323d7..80711a3be 100644 --- a/www/rubygem-anemone/Makefile +++ b/www/rubygem-anemone/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1.3.0:textproc/rubygem-nokogiri \ rubygem-robotex>=1.0.0:www/rubygem-robotex NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/anemone diff --git a/www/rubygem-asana/Makefile b/www/rubygem-asana/Makefile index 51a5a5a62..f86655ade 100644 --- a/www/rubygem-asana/Makefile +++ b/www/rubygem-asana/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 \ rubygem-oauth2>=1.4<3:net/rubygem-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-asana0/Makefile b/www/rubygem-asana0/Makefile index 4bd23c108..b5348f66f 100644 --- a/www/rubygem-asana0/Makefile +++ b/www/rubygem-asana0/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 \ rubygem-oauth21>=1.4<3:net/rubygem-oauth21 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-asana1/Makefile b/www/rubygem-asana1/Makefile index 06685c2fd..aa8166043 100644 --- a/www/rubygem-asana1/Makefile +++ b/www/rubygem-asana1/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 \ rubygem-oauth2>=1.4<3:net/rubygem-oauth2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-async-http/Makefile b/www/rubygem-async-http/Makefile index 292e6d4b9..0bb1d84ca 100644 --- a/www/rubygem-async-http/Makefile +++ b/www/rubygem-async-http/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async \ rubygem-traces>=0.8.0:devel/rubygem-traces USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-async-pool/Makefile b/www/rubygem-async-pool/Makefile index 12ad65344..0ccb250f2 100644 --- a/www/rubygem-async-pool/Makefile +++ b/www/rubygem-async-pool/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-async>=1.25:devel/rubygem-async USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-async-rest/Makefile b/www/rubygem-async-rest/Makefile index 25b1f255c..1a08dfa41 100644 --- a/www/rubygem-async-rest/Makefile +++ b/www/rubygem-async-rest/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-async-http>=0.42<1:www/rubygem-async-http \ rubygem-protocol-http>=0.7<1:www/rubygem-protocol-http USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-async-websocket/Makefile b/www/rubygem-async-websocket/Makefile index 7497c5d9f..0f3edbc31 100644 --- a/www/rubygem-async-websocket/Makefile +++ b/www/rubygem-async-websocket/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-async-http>=0.54<1:www/rubygem-async-http \ rubygem-protocol-websocket>=0.9.1<0.10:www/rubygem-protocol-websocket USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-async_sinatra/Makefile b/www/rubygem-async_sinatra/Makefile index 60634b281..699f21ed2 100644 --- a/www/rubygem-async_sinatra/Makefile +++ b/www/rubygem-async_sinatra/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-rack>=2.0.0,3:www/rubygem-rack \ rubygem-sinatra>=1.4.8:www/rubygem-sinatra NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-atlassian-jwt/Makefile b/www/rubygem-atlassian-jwt/Makefile index 271a2dbc5..f4a8c57ed 100644 --- a/www/rubygem-atlassian-jwt/Makefile +++ b/www/rubygem-atlassian-jwt/Makefile @@ -12,7 +12,6 @@ LICENSE= APACHE20 RUN_DEPENDS= rubygem-jwt>=2.1<3:www/rubygem-jwt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-best_in_place-rails5/Makefile b/www/rubygem-best_in_place-rails5/Makefile index 498b7b300..e42c4a370 100644 --- a/www/rubygem-best_in_place-rails5/Makefile +++ b/www/rubygem-best_in_place-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack5>0:www/rubygem-actionpack5 \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-best_in_place/Makefile b/www/rubygem-best_in_place/Makefile index 4f4def355..72950a5ef 100644 --- a/www/rubygem-best_in_place/Makefile +++ b/www/rubygem-best_in_place/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionpack4>0:www/rubygem-actionpack4 \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-bluecloth/Makefile b/www/rubygem-bluecloth/Makefile index 855a45cad..4860bd397 100644 --- a/www/rubygem-bluecloth/Makefile +++ b/www/rubygem-bluecloth/Makefile @@ -10,7 +10,6 @@ WWW= https://deveiate.org/projects/BlueCloth LICENSE= BSD3CLAUSE -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= bin/bluecloth diff --git a/www/rubygem-bootstrap-sass/Makefile b/www/rubygem-bootstrap-sass/Makefile index 69252d581..e0c6176dc 100644 --- a/www/rubygem-bootstrap-sass/Makefile +++ b/www/rubygem-bootstrap-sass/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-autoprefixer-rails>=5.2.1:textproc/rubygem-autoprefixer-rai rubygem-sassc>=2.0.0:textproc/rubygem-sassc USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-browser/Makefile b/www/rubygem-browser/Makefile index 2a69c5885..f49fb8b9f 100644 --- a/www/rubygem-browser/Makefile +++ b/www/rubygem-browser/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/fnando/browser LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-cal-heatmap-rails/Makefile b/www/rubygem-cal-heatmap-rails/Makefile index fe5c54101..24f1df843 100644 --- a/www/rubygem-cal-heatmap-rails/Makefile +++ b/www/rubygem-cal-heatmap-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-d3_rails>=3.4.6:www/rubygem-d3_rails NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-carrierwave/Makefile b/www/rubygem-carrierwave/Makefile index 4b59b89ae..00b36ca41 100644 --- a/www/rubygem-carrierwave/Makefile +++ b/www/rubygem-carrierwave/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activemodel61>=4.0.0:databases/rubygem-activemodel61 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-cgi/Makefile b/www/rubygem-cgi/Makefile index 1d5ddf100..6c431ebcd 100644 --- a/www/rubygem-cgi/Makefile +++ b/www/rubygem-cgi/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes CPE_VENDOR= ruby-lang diff --git a/www/rubygem-cgi_multipart_eof_fix/Makefile b/www/rubygem-cgi_multipart_eof_fix/Makefile index ac3d40a8c..bfe5c2c24 100644 --- a/www/rubygem-cgi_multipart_eof_fix/Makefile +++ b/www/rubygem-cgi_multipart_eof_fix/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-chosen-rails/Makefile b/www/rubygem-chosen-rails/Makefile index 1fc0f7cd0..9a7570061 100644 --- a/www/rubygem-chosen-rails/Makefile +++ b/www/rubygem-chosen-rails/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-coffee-rails4>=3.2:devel/rubygem-coffee-rails4 \ rubygem-sassc-rails-rails4>=2.1.2:textproc/rubygem-sassc-rails-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-chromedriver-helper/Makefile b/www/rubygem-chromedriver-helper/Makefile index f8a583ec3..a01a2a182 100644 --- a/www/rubygem-chromedriver-helper/Makefile +++ b/www/rubygem-chromedriver-helper/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-archive-zip>=0.10<1:archivers/rubygem-archive-zip \ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-cookiejar/Makefile b/www/rubygem-cookiejar/Makefile index 78068762d..a9a665de1 100644 --- a/www/rubygem-cookiejar/Makefile +++ b/www/rubygem-cookiejar/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-crass/Makefile b/www/rubygem-crass/Makefile index a17f86269..f003da459 100644 --- a/www/rubygem-crass/Makefile +++ b/www/rubygem-crass/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-cssbundling-rails/Makefile b/www/rubygem-cssbundling-rails/Makefile index 21de4e0d4..d84b99a7c 100644 --- a/www/rubygem-cssbundling-rails/Makefile +++ b/www/rubygem-cssbundling-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-cuba/Makefile b/www/rubygem-cuba/Makefile index baf4e4c62..d8fc73630 100644 --- a/www/rubygem-cuba/Makefile +++ b/www/rubygem-cuba/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=1.6.0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-d3_rails/Makefile b/www/rubygem-d3_rails/Makefile index f9f86708e..a9268df27 100644 --- a/www/rubygem-d3_rails/Makefile +++ b/www/rubygem-d3_rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT_LICENSE RUN_DEPENDS= rubygem-railties4>=3.1.0:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-davclient/Makefile b/www/rubygem-davclient/Makefile index 99de4384a..a991bc47f 100644 --- a/www/rubygem-davclient/Makefile +++ b/www/rubygem-davclient/Makefile @@ -11,7 +11,6 @@ LICENSE= GPLv2 NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/dav diff --git a/www/rubygem-deckar01-task_list/Makefile b/www/rubygem-deckar01-task_list/Makefile index 651ac383c..b1ab43188 100644 --- a/www/rubygem-deckar01-task_list/Makefile +++ b/www/rubygem-deckar01-task_list/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-html-pipeline>=0:textproc/rubygem-html-pipeline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-domainatrix/Makefile b/www/rubygem-domainatrix/Makefile index bc8694cef..3737a9dc6 100644 --- a/www/rubygem-domainatrix/Makefile +++ b/www/rubygem-domainatrix/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-dropzonejs-rails/Makefile b/www/rubygem-dropzonejs-rails/Makefile index 2da896c67..1b8b6e39a 100644 --- a/www/rubygem-dropzonejs-rails/Makefile +++ b/www/rubygem-dropzonejs-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rails4>=3.1:www/rubygem-rails4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-em-http-request/Makefile b/www/rubygem-em-http-request/Makefile index b1cbf4e20..e4acb0ef8 100644 --- a/www/rubygem-em-http-request/Makefile +++ b/www/rubygem-em-http-request/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3.4:www/rubygem-addressable \ rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-em-socksify/Makefile b/www/rubygem-em-socksify/Makefile index 02ad0abb7..488474012 100644 --- a/www/rubygem-em-socksify/Makefile +++ b/www/rubygem-em-socksify/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-eventmachine>=1.0.0:devel/rubygem-eventmachine NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-em-twitter/Makefile b/www/rubygem-em-twitter/Makefile index 8435453e7..ec49110b9 100644 --- a/www/rubygem-em-twitter/Makefile +++ b/www/rubygem-em-twitter/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-buftok>=0.2<1:devel/rubygem-buftok \ rubygem-simple_oauth>=0.2<1:net/rubygem-simple_oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-em-websocket/Makefile b/www/rubygem-em-websocket/Makefile index 27b3e31d3..ee6f1229c 100644 --- a/www/rubygem-em-websocket/Makefile +++ b/www/rubygem-em-websocket/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12.9:devel/rubygem-eventmachine \ rubygem-http_parser.rb>=0<1:net/rubygem-http_parser.rb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-emk-sinatra-url-for/Makefile b/www/rubygem-emk-sinatra-url-for/Makefile index 79faabe12..e4f523b72 100644 --- a/www/rubygem-emk-sinatra-url-for/Makefile +++ b/www/rubygem-emk-sinatra-url-for/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-sinatra>=0.9.1.1:www/rubygem-sinatra NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-erubi/Makefile b/www/rubygem-erubi/Makefile index 5ff2d35d7..2b086e14c 100644 --- a/www/rubygem-erubi/Makefile +++ b/www/rubygem-erubi/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-erubi19/Makefile b/www/rubygem-erubi19/Makefile index 4d9c50b19..6bbf37bc7 100644 --- a/www/rubygem-erubi19/Makefile +++ b/www/rubygem-erubi19/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-erubis/Makefile b/www/rubygem-erubis/Makefile index dbb5f0a80..df49fe128 100644 --- a/www/rubygem-erubis/Makefile +++ b/www/rubygem-erubis/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/erubis diff --git a/www/rubygem-ethon/Makefile b/www/rubygem-ethon/Makefile index c57a80c82..5f677e6da 100644 --- a/www/rubygem-ethon/Makefile +++ b/www/rubygem-ethon/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= rubygem-ffi>=1.15.0:devel/rubygem-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-eventmachine_httpserver/Makefile b/www/rubygem-eventmachine_httpserver/Makefile index ce4e25f2b..bf8fd4fc5 100644 --- a/www/rubygem-eventmachine_httpserver/Makefile +++ b/www/rubygem-eventmachine_httpserver/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/eventmachine/evma_httpserver LICENSE= GPLv2 USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-faraday-em_http/Makefile b/www/rubygem-faraday-em_http/Makefile index a56039153..692159e1d 100644 --- a/www/rubygem-faraday-em_http/Makefile +++ b/www/rubygem-faraday-em_http/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-em_synchrony/Makefile b/www/rubygem-faraday-em_synchrony/Makefile index 76489d015..552ad7228 100644 --- a/www/rubygem-faraday-em_synchrony/Makefile +++ b/www/rubygem-faraday-em_synchrony/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-follow_redirects/Makefile b/www/rubygem-faraday-follow_redirects/Makefile index 713c3318e..a82020bf2 100644 --- a/www/rubygem-faraday-follow_redirects/Makefile +++ b/www/rubygem-faraday-follow_redirects/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-faraday>=1<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-http-cache/Makefile b/www/rubygem-faraday-http-cache/Makefile index 26384e10a..49054afd5 100644 --- a/www/rubygem-faraday-http-cache/Makefile +++ b/www/rubygem-faraday-http-cache/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-faraday1>=0.8:www/rubygem-faraday1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-httpclient/Makefile b/www/rubygem-faraday-httpclient/Makefile index f991a78ab..efbd8eaa2 100644 --- a/www/rubygem-faraday-httpclient/Makefile +++ b/www/rubygem-faraday-httpclient/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-httpclient>=2.2:www/rubygem-httpclient USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-httpclient1/Makefile b/www/rubygem-faraday-httpclient1/Makefile index 008deb8c1..593cad6fa 100644 --- a/www/rubygem-faraday-httpclient1/Makefile +++ b/www/rubygem-faraday-httpclient1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-multipart/Makefile b/www/rubygem-faraday-multipart/Makefile index dcc06a1d7..182b0e25e 100644 --- a/www/rubygem-faraday-multipart/Makefile +++ b/www/rubygem-faraday-multipart/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-multipart-post>=2<3:www/rubygem-multipart-post USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-net_http/Makefile b/www/rubygem-faraday-net_http/Makefile index 8781ce8c4..30fd86dc3 100644 --- a/www/rubygem-faraday-net_http/Makefile +++ b/www/rubygem-faraday-net_http/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-net_http1/Makefile b/www/rubygem-faraday-net_http1/Makefile index c50ac208e..3a032ba87 100644 --- a/www/rubygem-faraday-net_http1/Makefile +++ b/www/rubygem-faraday-net_http1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-net_http_persistent/Makefile b/www/rubygem-faraday-net_http_persistent/Makefile index 514991127..55a2a3427 100644 --- a/www/rubygem-faraday-net_http_persistent/Makefile +++ b/www/rubygem-faraday-net_http_persistent/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-faraday>=2.5<3:www/rubygem-faraday \ rubygem-net-http-persistent>=4.0<5:www/rubygem-net-http-persistent USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-net_http_persistent1/Makefile b/www/rubygem-faraday-net_http_persistent1/Makefile index bdc9b22e6..420285717 100644 --- a/www/rubygem-faraday-net_http_persistent1/Makefile +++ b/www/rubygem-faraday-net_http_persistent1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-patron/Makefile b/www/rubygem-faraday-patron/Makefile index df2b44585..3a40cdfc4 100644 --- a/www/rubygem-faraday-patron/Makefile +++ b/www/rubygem-faraday-patron/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-patron>=0.4.2:www/rubygem-patron USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-patron1/Makefile b/www/rubygem-faraday-patron1/Makefile index de99e167a..895a86d38 100644 --- a/www/rubygem-faraday-patron1/Makefile +++ b/www/rubygem-faraday-patron1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-rack/Makefile b/www/rubygem-faraday-rack/Makefile index 5ed0e0d94..bbf875c16 100644 --- a/www/rubygem-faraday-rack/Makefile +++ b/www/rubygem-faraday-rack/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-rack1/Makefile b/www/rubygem-faraday-rack1/Makefile index 58ce24f13..af8923ed0 100644 --- a/www/rubygem-faraday-rack1/Makefile +++ b/www/rubygem-faraday-rack1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-retry/Makefile b/www/rubygem-faraday-retry/Makefile index f8d094af5..4c116dd8f 100644 --- a/www/rubygem-faraday-retry/Makefile +++ b/www/rubygem-faraday-retry/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-faraday>=2.0<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday-retry1/Makefile b/www/rubygem-faraday-retry1/Makefile index 5e99804ca..780c16df7 100644 --- a/www/rubygem-faraday-retry1/Makefile +++ b/www/rubygem-faraday-retry1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile index 031802957..70cd33ace 100644 --- a/www/rubygem-faraday/Makefile +++ b/www/rubygem-faraday/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-faraday-net_http>=2.0<3.1:www/rubygem-faraday-net_http \ rubygem-ruby2_keywords>=0.0.4:devel/rubygem-ruby2_keywords USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday0/Makefile b/www/rubygem-faraday0/Makefile index ddd1064d2..86fb40e50 100644 --- a/www/rubygem-faraday0/Makefile +++ b/www/rubygem-faraday0/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-multipart-post>=1.2<3:www/rubygem-multipart-post USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday1/Makefile b/www/rubygem-faraday1/Makefile index 9cc16082f..ed6ef430d 100644 --- a/www/rubygem-faraday1/Makefile +++ b/www/rubygem-faraday1/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= rubygem-faraday-em_http>=1.0<2:www/rubygem-faraday-em_http \ rubygem-ruby2_keywords>=0.0.4:devel/rubygem-ruby2_keywords USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday14/Makefile b/www/rubygem-faraday14/Makefile index 6bfbba076..525042bfb 100644 --- a/www/rubygem-faraday14/Makefile +++ b/www/rubygem-faraday14/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-faraday-em_http>=1.0<2:www/rubygem-faraday-em_http \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday_middleware/Makefile b/www/rubygem-faraday_middleware/Makefile index 65aad8317..cefd44d15 100644 --- a/www/rubygem-faraday_middleware/Makefile +++ b/www/rubygem-faraday_middleware/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-faraday1>=1.0<2:www/rubygem-faraday1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faraday_middleware0/Makefile b/www/rubygem-faraday_middleware0/Makefile index 779dc01f9..547c564c2 100644 --- a/www/rubygem-faraday_middleware0/Makefile +++ b/www/rubygem-faraday_middleware0/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-faraday0>=0.7.4<1.0:www/rubygem-faraday0 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faye-websocket/Makefile b/www/rubygem-faye-websocket/Makefile index aed4c7ae2..21686af67 100644 --- a/www/rubygem-faye-websocket/Makefile +++ b/www/rubygem-faye-websocket/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12.0:devel/rubygem-eventmachine \ rubygem-websocket-driver>=0.5.1:www/rubygem-websocket-driver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-faye/Makefile b/www/rubygem-faye/Makefile index c9793ec6b..61878f787 100644 --- a/www/rubygem-faye/Makefile +++ b/www/rubygem-faye/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-cookiejar>=0.3.0:www/rubygem-cookiejar \ rubygem-websocket-driver>=0.5.1:www/rubygem-websocket-driver USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-fcgi/Makefile b/www/rubygem-fcgi/Makefile index 91693804e..1588748e7 100644 --- a/www/rubygem-fcgi/Makefile +++ b/www/rubygem-fcgi/Makefile @@ -12,6 +12,5 @@ LICENSE= MIT LIB_DEPENDS= libfcgi.so:www/fcgi USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-feed-normalizer/Makefile b/www/rubygem-feed-normalizer/Makefile index b4dad32fd..fde645637 100644 --- a/www/rubygem-feed-normalizer/Makefile +++ b/www/rubygem-feed-normalizer/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-hpricot>=0.6:www/rubygem-hpricot \ rubygem-simple-rss>=1.1:www/rubygem-simple-rss NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-feedjira/Makefile b/www/rubygem-feedjira/Makefile index 67767fc53..8103ff8e6 100644 --- a/www/rubygem-feedjira/Makefile +++ b/www/rubygem-feedjira/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-loofah>=2.3.1:textproc/rubygem-loofah \ rubygem-sax-machine>=1.0:textproc/rubygem-sax-machine USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-flowdock/Makefile b/www/rubygem-flowdock/Makefile index dbb590ec4..2769f34e6 100644 --- a/www/rubygem-flowdock/Makefile +++ b/www/rubygem-flowdock/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-httparty>=0.7<1:www/rubygem-httparty \ rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-fuzzyurl/Makefile b/www/rubygem-fuzzyurl/Makefile index 8ed05f7f4..c1b1a10df 100644 --- a/www/rubygem-fuzzyurl/Makefile +++ b/www/rubygem-fuzzyurl/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/gamache/fuzzyurl.rb LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-geminabox/Makefile b/www/rubygem-geminabox/Makefile index 99c01d675..6438868c2 100644 --- a/www/rubygem-geminabox/Makefile +++ b/www/rubygem-geminabox/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gitlab-flowdock-git-hook/Makefile b/www/rubygem-gitlab-flowdock-git-hook/Makefile index 83e107aa4..447845d0c 100644 --- a/www/rubygem-gitlab-flowdock-git-hook/Makefile +++ b/www/rubygem-gitlab-flowdock-git-hook/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-flowdock>=0.7<1:www/rubygem-flowdock \ rubygem-multi_json>=0:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile index eff867592..1c382ef53 100644 --- a/www/rubygem-gitlab-gollum-lib/Makefile +++ b/www/rubygem-gitlab-gollum-lib/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-gemojione32>=3.2<4:graphics/rubygem-gemojione32 \ rubygem-stringex>=2.6<3,1:devel/rubygem-stringex USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gitlab-gollum-rugged_adapter/Makefile b/www/rubygem-gitlab-gollum-rugged_adapter/Makefile index 180dd01de..fd5207110 100644 --- a/www/rubygem-gitlab-gollum-rugged_adapter/Makefile +++ b/www/rubygem-gitlab-gollum-rugged_adapter/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \ rubygem-rugged>=1.0<2:devel/rubygem-rugged USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gitlab-turbolinks-classic/Makefile b/www/rubygem-gitlab-turbolinks-classic/Makefile index d963e8030..1633cbc10 100644 --- a/www/rubygem-gitlab-turbolinks-classic/Makefile +++ b/www/rubygem-gitlab-turbolinks-classic/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-goldfinger/Makefile b/www/rubygem-goldfinger/Makefile index 88921a693..2276483b6 100644 --- a/www/rubygem-goldfinger/Makefile +++ b/www/rubygem-goldfinger/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \ rubygem-oj>=3.0<4:devel/rubygem-oj USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gollum-grit_adapter/Makefile b/www/rubygem-gollum-grit_adapter/Makefile index 426272445..8b89bf48b 100644 --- a/www/rubygem-gollum-grit_adapter/Makefile +++ b/www/rubygem-gollum-grit_adapter/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1<3:textproc/rubygem-gitlab-grit USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gollum-grit_adapter10/Makefile b/www/rubygem-gollum-grit_adapter10/Makefile index c12801c89..88938a6f2 100644 --- a/www/rubygem-gollum-grit_adapter10/Makefile +++ b/www/rubygem-gollum-grit_adapter10/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:textproc/rubygem-gitlab-grit USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gollum-lib/Makefile b/www/rubygem-gollum-lib/Makefile index 851becef6..e0ead4f97 100644 --- a/www/rubygem-gollum-lib/Makefile +++ b/www/rubygem-gollum-lib/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-gemojione>=4.1<5:graphics/rubygem-gemojione \ rubygem-twitter-text1>=1.14.7<1.14.8:textproc/rubygem-twitter-text1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gollum-rugged_adapter/Makefile b/www/rubygem-gollum-rugged_adapter/Makefile index aac9d2de0..ff43cd9cb 100644 --- a/www/rubygem-gollum-rugged_adapter/Makefile +++ b/www/rubygem-gollum-rugged_adapter/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \ rubygem-rugged>=1.1<2:devel/rubygem-rugged USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gollum/Makefile b/www/rubygem-gollum/Makefile index 3ab2afa59..be1cad815 100644 --- a/www/rubygem-gollum/Makefile +++ b/www/rubygem-gollum/Makefile @@ -33,7 +33,6 @@ RUN_DEPENDS= git:devel/git \ USES= cpe gem shebangfix CPE_VENDOR= ${PORTNAME}_project USE_RC_SUBR= ${PORTNAME} -USE_RUBY= yes SHEBANG_FILES= docker-run.sh NO_ARCH= yes diff --git a/www/rubygem-gon-rails5/Makefile b/www/rubygem-gon-rails5/Makefile index 52d0f1ed9..157824bc7 100644 --- a/www/rubygem-gon-rails5/Makefile +++ b/www/rubygem-gon-rails5/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-actionpack5>=3.0:www/rubygem-actionpack5 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gon-rails50/Makefile b/www/rubygem-gon-rails50/Makefile index cacad313e..a5c04a6d5 100644 --- a/www/rubygem-gon-rails50/Makefile +++ b/www/rubygem-gon-rails50/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-actionpack50>=3.0:www/rubygem-actionpack50 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gon-rails60/Makefile b/www/rubygem-gon-rails60/Makefile index 193dcb0e9..b59f6a2fe 100644 --- a/www/rubygem-gon-rails60/Makefile +++ b/www/rubygem-gon-rails60/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack60>=3.0.20:www/rubygem-actionpack60 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-gon-rails61/Makefile b/www/rubygem-gon-rails61/Makefile index 1e0fc5b63..a70d40a66 100644 --- a/www/rubygem-gon-rails61/Makefile +++ b/www/rubygem-gon-rails61/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack61>=3.0.20:www/rubygem-actionpack61 \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hackpad-cli/Makefile b/www/rubygem-hackpad-cli/Makefile index 64516f6b3..9e0c06f97 100644 --- a/www/rubygem-hackpad-cli/Makefile +++ b/www/rubygem-hackpad-cli/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-cliprompt>=0.1.2:devel/rubygem-cliprompt \ rubygem-thor>=0:devel/rubygem-thor NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/hpcli diff --git a/www/rubygem-haml-coderay/Makefile b/www/rubygem-haml-coderay/Makefile index a56e11268..d9a13b07c 100644 --- a/www/rubygem-haml-coderay/Makefile +++ b/www/rubygem-haml-coderay/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-coderay>=0:textproc/rubygem-coderay \ rubygem-haml>=0:www/rubygem-haml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-haml-contrib/Makefile b/www/rubygem-haml-contrib/Makefile index bda0982a2..642bccd74 100644 --- a/www/rubygem-haml-contrib/Makefile +++ b/www/rubygem-haml-contrib/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-haml>=4.0.0:www/rubygem-haml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-haml-rails-rails4/Makefile b/www/rubygem-haml-rails-rails4/Makefile index b776fef4b..441cc5443 100644 --- a/www/rubygem-haml-rails-rails4/Makefile +++ b/www/rubygem-haml-rails-rails4/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack4>=4.0.1:www/rubygem-actionpack4 \ rubygem-railties4>=4.0.1:www/rubygem-railties4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-haml/Makefile b/www/rubygem-haml/Makefile index d1dd83c7e..5db53549b 100644 --- a/www/rubygem-haml/Makefile +++ b/www/rubygem-haml/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-temple>=0.8.0:devel/rubygem-temple \ rubygem-tilt>=0:devel/rubygem-tilt USES= cpe gem shebangfix -USE_RUBY= yes PLIST_FILES= bin/haml diff --git a/www/rubygem-haml5/Makefile b/www/rubygem-haml5/Makefile index 76f15b4d4..7dcd70164 100644 --- a/www/rubygem-haml5/Makefile +++ b/www/rubygem-haml5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-temple>=0.8.0:devel/rubygem-temple \ rubygem-tilt>=0:devel/rubygem-tilt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hamlit-rails-rails5/Makefile b/www/rubygem-hamlit-rails-rails5/Makefile index c01221078..557408145 100644 --- a/www/rubygem-hamlit-rails-rails5/Makefile +++ b/www/rubygem-hamlit-rails-rails5/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport5>=0:devel/rubygem-activesupport5 \ rubygem-railties5>=0:www/rubygem-railties5 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hamlit-rails-rails50/Makefile b/www/rubygem-hamlit-rails-rails50/Makefile index b6f5bba4c..2d40fd2d3 100644 --- a/www/rubygem-hamlit-rails-rails50/Makefile +++ b/www/rubygem-hamlit-rails-rails50/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \ rubygem-railties50>=0:www/rubygem-railties50 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hamlit-rails-rails61/Makefile b/www/rubygem-hamlit-rails-rails61/Makefile index 31a1a262d..19f2f139d 100644 --- a/www/rubygem-hamlit-rails-rails61/Makefile +++ b/www/rubygem-hamlit-rails-rails61/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-railties61>=0:www/rubygem-railties61 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hamlit-rails/Makefile b/www/rubygem-hamlit-rails/Makefile index eeaa80fc9..98f0bcb62 100644 --- a/www/rubygem-hamlit-rails/Makefile +++ b/www/rubygem-hamlit-rails/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.0.1:devel/rubygem-activesupport4 \ rubygem-railties4>=4.0.1:www/rubygem-railties4 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-hamlit/Makefile b/www/rubygem-hamlit/Makefile index a7ba966ba..30fda4903 100644 --- a/www/rubygem-hamlit/Makefile +++ b/www/rubygem-hamlit/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-temple>=0.8.2:devel/rubygem-temple \ rubygem-tilt>=0:devel/rubygem-tilt USES= gem shebangfix -USE_RUBY= yes PLIST_FILES= bin/hamlit diff --git a/www/rubygem-hashicorp-checkpoint/Makefile b/www/rubygem-hashicorp-checkpoint/Makefile index 589294701..6564c7d0a 100644 --- a/www/rubygem-hashicorp-checkpoint/Makefile +++ b/www/rubygem-hashicorp-checkpoint/Makefile @@ -11,7 +11,6 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-heroics/Makefile b/www/rubygem-heroics/Makefile index 68630eb9b..1779a8114 100644 --- a/www/rubygem-heroics/Makefile +++ b/www/rubygem-heroics/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-erubis>=2.0<3:www/rubygem-erubis \ rubygem-multi_json>=1.9.2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-heroku-api/Makefile b/www/rubygem-heroku-api/Makefile index cab638f9f..e075ab1e4 100644 --- a/www/rubygem-heroku-api/Makefile +++ b/www/rubygem-heroku-api/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-excon>=0.45<1:devel/rubygem-excon \ rubygem-multi_json>=1.8<2:devel/rubygem-multi_json USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-heroku-nav/Makefile b/www/rubygem-heroku-nav/Makefile index 494811182..2beabb325 100644 --- a/www/rubygem-heroku-nav/Makefile +++ b/www/rubygem-heroku-nav/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/heroku/heroku-nav LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-hpricot/Makefile b/www/rubygem-hpricot/Makefile index ac7777278..a917ae964 100644 --- a/www/rubygem-hpricot/Makefile +++ b/www/rubygem-hpricot/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/hpricot/hpricot LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-html2haml/Makefile b/www/rubygem-html2haml/Makefile index f7eed3e9a..965492e47 100644 --- a/www/rubygem-html2haml/Makefile +++ b/www/rubygem-html2haml/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-erubis>=2.7.0<2.8:www/rubygem-erubis \ rubygem-ruby_parser>=3.5<4:devel/rubygem-ruby_parser USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http-accept/Makefile b/www/rubygem-http-accept/Makefile index 1228b6a25..351a2b43f 100644 --- a/www/rubygem-http-accept/Makefile +++ b/www/rubygem-http-accept/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/http-accept LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http-cookie/Makefile b/www/rubygem-http-cookie/Makefile index cb9c06083..3792fcf77 100644 --- a/www/rubygem-http-cookie/Makefile +++ b/www/rubygem-http-cookie/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-domain_name>=0.5<1:net/rubygem-domain_name USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http-form_data/Makefile b/www/rubygem-http-form_data/Makefile index 72bf8fd6a..422389eae 100644 --- a/www/rubygem-http-form_data/Makefile +++ b/www/rubygem-http-form_data/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http/Makefile b/www/rubygem-http/Makefile index 6bd17d19d..5fa159361 100644 --- a/www/rubygem-http/Makefile +++ b/www/rubygem-http/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-llhttp-ffi>=0.4.0<0.5:www/rubygem-llhttp-ffi USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http3/Makefile b/www/rubygem-http3/Makefile index 1257cba5a..3e00a4004 100644 --- a/www/rubygem-http3/Makefile +++ b/www/rubygem-http3/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-http_parser.rb>=0.6.0<1:net/rubygem-http_parser.rb USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http4/Makefile b/www/rubygem-http4/Makefile index b7a59ffab..d57773724 100644 --- a/www/rubygem-http4/Makefile +++ b/www/rubygem-http4/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \ rubygem-http-parser>=1.2.0<1.3:net/rubygem-http-parser USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-http_router/Makefile b/www/rubygem-http_router/Makefile index 2882a0169..4989b3eb6 100644 --- a/www/rubygem-http_router/Makefile +++ b/www/rubygem-http_router/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rack>=1.0.0,3:www/rubygem-rack \ rubygem-url_mount>=0.2.1<0.3:www/rubygem-url_mount USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-httparty/Makefile b/www/rubygem-httparty/Makefile index 8d264a1ac..edbd4f292 100644 --- a/www/rubygem-httparty/Makefile +++ b/www/rubygem-httparty/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-mime-types>=3.0:misc/rubygem-mime-types \ USES= cpe gem CPE_VENDOR= john_nunemaker -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-httpclient/Makefile b/www/rubygem-httpclient/Makefile index 4f9e0aabf..6d5b80567 100644 --- a/www/rubygem-httpclient/Makefile +++ b/www/rubygem-httpclient/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/httpclient diff --git a/www/rubygem-httpi/Makefile b/www/rubygem-httpi/Makefile index ce69d9b7e..5b5710f01 100644 --- a/www/rubygem-httpi/Makefile +++ b/www/rubygem-httpi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack \ rubygem-socksify>=0:www/rubygem-socksify NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-hurley/Makefile b/www/rubygem-hurley/Makefile index 1359d33c9..349f37fee 100644 --- a/www/rubygem-hurley/Makefile +++ b/www/rubygem-hurley/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-importmap-rails/Makefile b/www/rubygem-importmap-rails/Makefile index e715485a2..ce06dafca 100644 --- a/www/rubygem-importmap-rails/Makefile +++ b/www/rubygem-importmap-rails/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \ rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-innate/Makefile b/www/rubygem-innate/Makefile index 95ecf4645..1a27f41ce 100644 --- a/www/rubygem-innate/Makefile +++ b/www/rubygem-innate/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-rack16>=1.6.4<1.7:www/rubygem-rack16 USES= gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jekyll-sanity/Makefile b/www/rubygem-jekyll-sanity/Makefile index 6ed6f3f46..18f4a4794 100644 --- a/www/rubygem-jekyll-sanity/Makefile +++ b/www/rubygem-jekyll-sanity/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-jekyll3>=3.1<5:www/rubygem-jekyll3 \ rubygem-pathutil>=0.16<1:devel/rubygem-pathutil USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jekyll-seo-tag/Makefile b/www/rubygem-jekyll-seo-tag/Makefile index 962dcfa33..ae894ef20 100644 --- a/www/rubygem-jekyll-seo-tag/Makefile +++ b/www/rubygem-jekyll-seo-tag/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jekyll>=3.8<5.0:www/rubygem-jekyll USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jekyll-watch/Makefile b/www/rubygem-jekyll-watch/Makefile index 83b5ffcd9..bc78f1b6c 100644 --- a/www/rubygem-jekyll-watch/Makefile +++ b/www/rubygem-jekyll-watch/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-listen>=3.0<4:devel/rubygem-listen USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jekyll/Makefile b/www/rubygem-jekyll/Makefile index 5d47ae854..c16adf609 100644 --- a/www/rubygem-jekyll/Makefile +++ b/www/rubygem-jekyll/Makefile @@ -27,7 +27,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \ rubygem-webrick>=1.7<2:www/rubygem-webrick USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jekyll3/Makefile b/www/rubygem-jekyll3/Makefile index 280b9a9c9..641e96c6e 100644 --- a/www/rubygem-jekyll3/Makefile +++ b/www/rubygem-jekyll3/Makefile @@ -25,7 +25,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \ rubygem-safe_yaml>=1.0<2:devel/rubygem-safe_yaml USES= cpe gem -USE_RUBY= yes CONFLICTS_INSTALL= rubygem-jekyll diff --git a/www/rubygem-journey/Makefile b/www/rubygem-journey/Makefile index c199645a1..8bdffda8e 100644 --- a/www/rubygem-journey/Makefile +++ b/www/rubygem-journey/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-jquery-atwho-rails/Makefile b/www/rubygem-jquery-atwho-rails/Makefile index 327ac638c..02bb3a7b8 100644 --- a/www/rubygem-jquery-atwho-rails/Makefile +++ b/www/rubygem-jquery-atwho-rails/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-jquery-rails-rails5/Makefile b/www/rubygem-jquery-rails-rails5/Makefile index 9de376336..6cccd1a02 100644 --- a/www/rubygem-jquery-rails-rails5/Makefile +++ b/www/rubygem-jquery-rails-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails5>=1<3:textproc/rubygem-rails-dom-te rubygem-thor>=0.14<2.0:devel/rubygem-thor USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jquery-rails-rails50/Makefile b/www/rubygem-jquery-rails-rails50/Makefile index e4391ae6a..8a45aaea6 100644 --- a/www/rubygem-jquery-rails-rails50/Makefile +++ b/www/rubygem-jquery-rails-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1<3:textproc/rubygem-rails-dom-t rubygem-thor>=0.14<2.0:devel/rubygem-thor USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jquery-rails/Makefile b/www/rubygem-jquery-rails/Makefile index 7ef3130a6..ee1db32cf 100644 --- a/www/rubygem-jquery-rails/Makefile +++ b/www/rubygem-jquery-rails/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rails-dom-testing>=1<3:textproc/rubygem-rails-dom-testing \ rubygem-thor>=0.14<2.0:devel/rubygem-thor USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jquery-scrollto-rails/Makefile b/www/rubygem-jquery-scrollto-rails/Makefile index 0fec94d26..4511b8676 100644 --- a/www/rubygem-jquery-scrollto-rails/Makefile +++ b/www/rubygem-jquery-scrollto-rails/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.4:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-jquery-turbolinks/Makefile b/www/rubygem-jquery-turbolinks/Makefile index e9c686e6c..319cf5d1a 100644 --- a/www/rubygem-jquery-turbolinks/Makefile +++ b/www/rubygem-jquery-turbolinks/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-railties4>=3.1.0:www/rubygem-railties4 \ rubygem-turbolinks>=0:www/rubygem-turbolinks USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jquery-ui-rails-rails4/Makefile b/www/rubygem-jquery-ui-rails-rails4/Makefile index bd8f39dd5..8ecd1be7a 100644 --- a/www/rubygem-jquery-ui-rails-rails4/Makefile +++ b/www/rubygem-jquery-ui-rails-rails4/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-railties4>=4.1.4:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-jruby-rack/Makefile b/www/rubygem-jruby-rack/Makefile index f9cf6cf05..0d1c82bbf 100644 --- a/www/rubygem-jruby-rack/Makefile +++ b/www/rubygem-jruby-rack/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= jruby:lang/jruby USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jsbundling-rails/Makefile b/www/rubygem-jsbundling-rails/Makefile index 5133e91df..b85648a24 100644 --- a/www/rubygem-jsbundling-rails/Makefile +++ b/www/rubygem-jsbundling-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jsobfu/Makefile b/www/rubygem-jsobfu/Makefile index 76463dcfc..d74c41057 100644 --- a/www/rubygem-jsobfu/Makefile +++ b/www/rubygem-jsobfu/Makefile @@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-rkelly-remix>=0:www/rubygem-rkelly-remix NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/jsobfu diff --git a/www/rubygem-json-jwt/Makefile b/www/rubygem-json-jwt/Makefile index 045ec2c31..2ac9b8e3d 100644 --- a/www/rubygem-json-jwt/Makefile +++ b/www/rubygem-json-jwt/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \ rubygem-faraday-follow_redirects>=0:www/rubygem-faraday-follow_redirects USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-json-jwt115/Makefile b/www/rubygem-json-jwt115/Makefile index db5c83538..1e3f3035f 100644 --- a/www/rubygem-json-jwt115/Makefile +++ b/www/rubygem-json-jwt115/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \ rubygem-httpclient>=0:www/rubygem-httpclient USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-jwt/Makefile b/www/rubygem-jwt/Makefile index 0bd275b95..6456dd455 100644 --- a/www/rubygem-jwt/Makefile +++ b/www/rubygem-jwt/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview-rails5/Makefile b/www/rubygem-kaminari-actionview-rails5/Makefile index 16fb36d89..986c58d43 100644 --- a/www/rubygem-kaminari-actionview-rails5/Makefile +++ b/www/rubygem-kaminari-actionview-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview5>=0:devel/rubygem-actionview5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview-rails50/Makefile b/www/rubygem-kaminari-actionview-rails50/Makefile index dd0479c59..3122d2014 100644 --- a/www/rubygem-kaminari-actionview-rails50/Makefile +++ b/www/rubygem-kaminari-actionview-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview50>=0:devel/rubygem-actionview50 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview-rails52/Makefile b/www/rubygem-kaminari-actionview-rails52/Makefile index 6038b73b8..752341bb7 100644 --- a/www/rubygem-kaminari-actionview-rails52/Makefile +++ b/www/rubygem-kaminari-actionview-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview52>=0:devel/rubygem-actionview52 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview-rails60/Makefile b/www/rubygem-kaminari-actionview-rails60/Makefile index 0aec04f90..4e0e0cb0b 100644 --- a/www/rubygem-kaminari-actionview-rails60/Makefile +++ b/www/rubygem-kaminari-actionview-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview60>=0:devel/rubygem-actionview60 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview-rails61/Makefile b/www/rubygem-kaminari-actionview-rails61/Makefile index cbd800478..e45effc08 100644 --- a/www/rubygem-kaminari-actionview-rails61/Makefile +++ b/www/rubygem-kaminari-actionview-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionview61>=0:devel/rubygem-actionview61 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-actionview/Makefile b/www/rubygem-kaminari-actionview/Makefile index 02a441680..d28d08dac 100644 --- a/www/rubygem-kaminari-actionview/Makefile +++ b/www/rubygem-kaminari-actionview/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionview4>=0:devel/rubygem-actionview4 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord-rails5/Makefile b/www/rubygem-kaminari-activerecord-rails5/Makefile index af42b1dfa..6506f8b3e 100644 --- a/www/rubygem-kaminari-activerecord-rails5/Makefile +++ b/www/rubygem-kaminari-activerecord-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord5>=0:databases/rubygem-activerecord5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord-rails50/Makefile b/www/rubygem-kaminari-activerecord-rails50/Makefile index 8a1ccb8d2..8cfae6f21 100644 --- a/www/rubygem-kaminari-activerecord-rails50/Makefile +++ b/www/rubygem-kaminari-activerecord-rails50/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord50>=0:databases/rubygem-activerecord50 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord-rails52/Makefile b/www/rubygem-kaminari-activerecord-rails52/Makefile index dd4ad1e1e..dd1a2ea9f 100644 --- a/www/rubygem-kaminari-activerecord-rails52/Makefile +++ b/www/rubygem-kaminari-activerecord-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord52>=0:databases/rubygem-activerecord52 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord-rails60/Makefile b/www/rubygem-kaminari-activerecord-rails60/Makefile index fa2dea473..46cbe1430 100644 --- a/www/rubygem-kaminari-activerecord-rails60/Makefile +++ b/www/rubygem-kaminari-activerecord-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord60>=0:databases/rubygem-activerecord60 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord-rails61/Makefile b/www/rubygem-kaminari-activerecord-rails61/Makefile index f982c12f5..2ed82cdeb 100644 --- a/www/rubygem-kaminari-activerecord-rails61/Makefile +++ b/www/rubygem-kaminari-activerecord-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activerecord61>=0:databases/rubygem-activerecord61 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-activerecord/Makefile b/www/rubygem-kaminari-activerecord/Makefile index ae74dce36..5b7181f29 100644 --- a/www/rubygem-kaminari-activerecord/Makefile +++ b/www/rubygem-kaminari-activerecord/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-core/Makefile b/www/rubygem-kaminari-core/Makefile index 45ea7b737..236e604fa 100644 --- a/www/rubygem-kaminari-core/Makefile +++ b/www/rubygem-kaminari-core/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails4/Makefile b/www/rubygem-kaminari-rails4/Makefile index c6cabbd2a..3967f6d5b 100644 --- a/www/rubygem-kaminari-rails4/Makefile +++ b/www/rubygem-kaminari-rails4/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.1.0:devel/rubygem-activesupport4 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails5/Makefile b/www/rubygem-kaminari-rails5/Makefile index 036f0e30e..4a933969b 100644 --- a/www/rubygem-kaminari-rails5/Makefile +++ b/www/rubygem-kaminari-rails5/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport5>=4.1.0:devel/rubygem-activesupport5 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails50/Makefile b/www/rubygem-kaminari-rails50/Makefile index 69abe074c..f8bda0045 100644 --- a/www/rubygem-kaminari-rails50/Makefile +++ b/www/rubygem-kaminari-rails50/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport50>=4.1.0:devel/rubygem-activesupport50 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails52/Makefile b/www/rubygem-kaminari-rails52/Makefile index c85649e71..598cd2f30 100644 --- a/www/rubygem-kaminari-rails52/Makefile +++ b/www/rubygem-kaminari-rails52/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport52>=4.1.0:devel/rubygem-activesupport52 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails60/Makefile b/www/rubygem-kaminari-rails60/Makefile index e76722237..318301fc9 100644 --- a/www/rubygem-kaminari-rails60/Makefile +++ b/www/rubygem-kaminari-rails60/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport60>=4.1.0:devel/rubygem-activesupport60 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari-rails61/Makefile b/www/rubygem-kaminari-rails61/Makefile index b734d3640..906cd38b8 100644 --- a/www/rubygem-kaminari-rails61/Makefile +++ b/www/rubygem-kaminari-rails61/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-activesupport61>=4.1.0:devel/rubygem-activesupport61 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kaminari/Makefile b/www/rubygem-kaminari/Makefile index 4d2e633bc..8a817da03 100644 --- a/www/rubygem-kaminari/Makefile +++ b/www/rubygem-kaminari/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-activesupport4>=4.1.0:devel/rubygem-activesupport4 \ rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-kubeclient/Makefile b/www/rubygem-kubeclient/Makefile index ce767c2f5..f4f2721d3 100644 --- a/www/rubygem-kubeclient/Makefile +++ b/www/rubygem-kubeclient/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-http4>=3.0<5.0:www/rubygem-http4 \ rubygem-rest-client>=2.0<3:www/rubygem-rest-client USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-layout_yullio_generator/Makefile b/www/rubygem-layout_yullio_generator/Makefile index d5371d877..74f51ac5b 100644 --- a/www/rubygem-layout_yullio_generator/Makefile +++ b/www/rubygem-layout_yullio_generator/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/layout_yullio_generator RUN_DEPENDS= rubygem-hoe>=1.1.6:devel/rubygem-hoe USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-less/Makefile b/www/rubygem-less/Makefile index 362f8edda..b72ea98d6 100644 --- a/www/rubygem-less/Makefile +++ b/www/rubygem-less/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-treetop>=1.4.2:devel/rubygem-treetop \ NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/lessc diff --git a/www/rubygem-lighthouse-api/Makefile b/www/rubygem-lighthouse-api/Makefile index 9ab8bac49..f65b62387 100644 --- a/www/rubygem-lighthouse-api/Makefile +++ b/www/rubygem-lighthouse-api/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activeresource4>=3.0.0:www/rubygem-activeresource4 \ rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-link_header/Makefile b/www/rubygem-link_header/Makefile index bc1578b83..380fe384e 100644 --- a/www/rubygem-link_header/Makefile +++ b/www/rubygem-link_header/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-llhttp-ffi/Makefile b/www/rubygem-llhttp-ffi/Makefile index 24ebcea36..6609d8340 100644 --- a/www/rubygem-llhttp-ffi/Makefile +++ b/www/rubygem-llhttp-ffi/Makefile @@ -14,6 +14,5 @@ RUN_DEPENDS= rubygem-ffi-compiler>=1.0<2:devel/rubygem-ffi-compiler \ rubygem-rake>=13.0<14:devel/rubygem-rake USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-lograge-rails5/Makefile b/www/rubygem-lograge-rails5/Makefile index ee987046f..41b53a321 100644 --- a/www/rubygem-lograge-rails5/Makefile +++ b/www/rubygem-lograge-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack5>=4:www/rubygem-actionpack5 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-lograge-rails52/Makefile b/www/rubygem-lograge-rails52/Makefile index 5123b5e41..2f9c263b6 100644 --- a/www/rubygem-lograge-rails52/Makefile +++ b/www/rubygem-lograge-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack52>=4:www/rubygem-actionpack52 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-lograge-rails60/Makefile b/www/rubygem-lograge-rails60/Makefile index b862b851c..92142aecc 100644 --- a/www/rubygem-lograge-rails60/Makefile +++ b/www/rubygem-lograge-rails60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack60>=4:www/rubygem-actionpack60 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-lograge-rails61/Makefile b/www/rubygem-lograge-rails61/Makefile index 93a72296c..618ea0bc1 100644 --- a/www/rubygem-lograge-rails61/Makefile +++ b/www/rubygem-lograge-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack61>=4:www/rubygem-actionpack61 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-lograge/Makefile b/www/rubygem-lograge/Makefile index 366f4b801..0b0ffe5ad 100644 --- a/www/rubygem-lograge/Makefile +++ b/www/rubygem-lograge/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ rubygem-request_store>=1.0<2:devel/rubygem-request_store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-maruku/Makefile b/www/rubygem-maruku/Makefile index 8deda89cf..b74cf96df 100644 --- a/www/rubygem-maruku/Makefile +++ b/www/rubygem-maruku/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/maruku bin/marutex diff --git a/www/rubygem-mechanize/Makefile b/www/rubygem-mechanize/Makefile index c98ce8e17..2378aae5b 100644 --- a/www/rubygem-mechanize/Makefile +++ b/www/rubygem-mechanize/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ USES= cpe gem CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-merb-assets/Makefile b/www/rubygem-merb-assets/Makefile index 0e39fe7a5..d7ea66cef 100644 --- a/www/rubygem-merb-assets/Makefile +++ b/www/rubygem-merb-assets/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= rubygem-merb-core>=1.1.3:www/rubygem-merb-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-merb-core/Makefile b/www/rubygem-merb-core/Makefile index e4b92b248..39c705906 100644 --- a/www/rubygem-merb-core/Makefile +++ b/www/rubygem-merb-core/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \ rubygem-rack>=0,3:www/rubygem-rack \ rubygem-rake>=0:devel/rubygem-rake -USE_RUBY= yes USES= gem shebangfix PLIST_FILES= bin/merb diff --git a/www/rubygem-merb-haml/Makefile b/www/rubygem-merb-haml/Makefile index 1046b352d..c9c63975c 100644 --- a/www/rubygem-merb-haml/Makefile +++ b/www/rubygem-merb-haml/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-haml>=2.0.3:www/rubygem-haml \ rubygem-merb-core>=1.1.3<1.2:www/rubygem-merb-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-merb-helpers/Makefile b/www/rubygem-merb-helpers/Makefile index 961032938..47d613b8a 100644 --- a/www/rubygem-merb-helpers/Makefile +++ b/www/rubygem-merb-helpers/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= rubygem-merb-core>=1.1.3:www/rubygem-merb-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-merb-param-protection/Makefile b/www/rubygem-merb-param-protection/Makefile index 9695a18d3..ef4062869 100644 --- a/www/rubygem-merb-param-protection/Makefile +++ b/www/rubygem-merb-param-protection/Makefile @@ -12,7 +12,6 @@ RUN_DEPENDS= rubygem-merb-core>=1.1.3:www/rubygem-merb-core NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-mousetrap-rails/Makefile b/www/rubygem-mousetrap-rails/Makefile index addaa7281..cff26eeee 100644 --- a/www/rubygem-mousetrap-rails/Makefile +++ b/www/rubygem-mousetrap-rails/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-multipart-post/Makefile b/www/rubygem-multipart-post/Makefile index b879c7ec6..72fa42937 100644 --- a/www/rubygem-multipart-post/Makefile +++ b/www/rubygem-multipart-post/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/multipart-post LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nanoc-checking/Makefile b/www/rubygem-nanoc-checking/Makefile index 40f1a45a3..311c6f4d8 100644 --- a/www/rubygem-nanoc-checking/Makefile +++ b/www/rubygem-nanoc-checking/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-nanoc-cli>=4.12:www/rubygem-nanoc-cli \ rubygem-nanoc-core>=4.12:www/rubygem-nanoc-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nanoc-cli/Makefile b/www/rubygem-nanoc-cli/Makefile index 40d9ad5ac..2403f9a7f 100644 --- a/www/rubygem-nanoc-cli/Makefile +++ b/www/rubygem-nanoc-cli/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-cri>=2.15:devel/rubygem-cri \ rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nanoc-core/Makefile b/www/rubygem-nanoc-core/Makefile index f29872b7a..98b307c6d 100644 --- a/www/rubygem-nanoc-core/Makefile +++ b/www/rubygem-nanoc-core/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-concurrent-ruby>=1.1:devel/rubygem-concurrent-ruby \ rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nanoc-deploying/Makefile b/www/rubygem-nanoc-deploying/Makefile index e2b0f46a6..3630fc1c4 100644 --- a/www/rubygem-nanoc-deploying/Makefile +++ b/www/rubygem-nanoc-deploying/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nanoc-checking>=1.0:www/rubygem-nanoc-checking \ rubygem-nanoc-core>=4.11:www/rubygem-nanoc-core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nanoc/Makefile b/www/rubygem-nanoc/Makefile index 5a6c2ba9a..6017d5b31 100644 --- a/www/rubygem-nanoc/Makefile +++ b/www/rubygem-nanoc/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addressable \ rubygem-tty-which>=0.4:devel/rubygem-tty-which USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nested_form/Makefile b/www/rubygem-nested_form/Makefile index 2419ec9a2..8bcd0d836 100644 --- a/www/rubygem-nested_form/Makefile +++ b/www/rubygem-nested_form/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-net-http-digest_auth/Makefile b/www/rubygem-net-http-digest_auth/Makefile index a5fa6a9be..a6883dad8 100644 --- a/www/rubygem-net-http-digest_auth/Makefile +++ b/www/rubygem-net-http-digest_auth/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/drbrain/net-http-digest_auth LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-net-http-persistent/Makefile b/www/rubygem-net-http-persistent/Makefile index 92f7e84de..c35da5b5c 100644 --- a/www/rubygem-net-http-persistent/Makefile +++ b/www/rubygem-net-http-persistent/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-connection_pool>=2.2<3:net/rubygem-connection_pool USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-net-http-persistent2/Makefile b/www/rubygem-net-http-persistent2/Makefile index e4c2828ba..8f2a40a15 100644 --- a/www/rubygem-net-http-persistent2/Makefile +++ b/www/rubygem-net-http-persistent2/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/drbrain/net-http-persistent LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-net-http-pipeline/Makefile b/www/rubygem-net-http-pipeline/Makefile index 49be32a20..863812020 100644 --- a/www/rubygem-net-http-pipeline/Makefile +++ b/www/rubygem-net-http-pipeline/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-net-http/Makefile b/www/rubygem-net-http/Makefile index 967f55fa9..2aca95137 100644 --- a/www/rubygem-net-http/Makefile +++ b/www/rubygem-net-http/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-uri>=0:net/rubygem-uri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-nicovideo/Makefile b/www/rubygem-nicovideo/Makefile index 80de8c467..ff5328afa 100644 --- a/www/rubygem-nicovideo/Makefile +++ b/www/rubygem-nicovideo/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-json>=1.1.4:devel/rubygem-json \ rubygem-mechanize>=0.9.2:www/rubygem-mechanize USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-ntlm-http/Makefile b/www/rubygem-ntlm-http/Makefile index 569dd5c6b..5c710901d 100644 --- a/www/rubygem-ntlm-http/Makefile +++ b/www/rubygem-ntlm-http/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-octopress/Makefile b/www/rubygem-octopress/Makefile index 6be31352e..79dfdc633 100644 --- a/www/rubygem-octopress/Makefile +++ b/www/rubygem-octopress/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-jekyll3>=2.0:www/rubygem-jekyll3 \ rubygem-titlecase>=0:devel/rubygem-titlecase USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-oembed/Makefile b/www/rubygem-oembed/Makefile index c3b0b81c2..b034410bd 100644 --- a/www/rubygem-oembed/Makefile +++ b/www/rubygem-oembed/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-ostatus2/Makefile b/www/rubygem-ostatus2/Makefile index 34f862593..b07d15b62 100644 --- a/www/rubygem-ostatus2/Makefile +++ b/www/rubygem-ostatus2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-pagerduty/Makefile b/www/rubygem-pagerduty/Makefile index 27b4167d4..7be788efb 100644 --- a/www/rubygem-pagerduty/Makefile +++ b/www/rubygem-pagerduty/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile index ffa2852da..cf2714f80 100644 --- a/www/rubygem-passenger/Makefile +++ b/www/rubygem-passenger/Makefile @@ -33,7 +33,6 @@ SYMLINK_DESC= Create passenger symlink USES+= apache:2.2+ .endif -USE_RUBY= yes RAKE_BIN= ${LOCALBASE}/bin/rake USES+= compiler:c++11-lang cpe gem libtool python:env shebangfix ssl SHEBANG_FILES= src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py diff --git a/www/rubygem-patron/Makefile b/www/rubygem-patron/Makefile index 65a18bc4f..e788ffe6c 100644 --- a/www/rubygem-patron/Makefile +++ b/www/rubygem-patron/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-platform-api/Makefile b/www/rubygem-platform-api/Makefile index 37f599a40..554fbe925 100644 --- a/www/rubygem-platform-api/Makefile +++ b/www/rubygem-platform-api/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-heroics>=0.1.1<0.2:www/rubygem-heroics \ rubygem-rate_throttle_client>=0.1.0<0.2:www/rubygem-rate_throttle_client USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-propshaft/Makefile b/www/rubygem-propshaft/Makefile index 03981ea7e..93fc521ad 100644 --- a/www/rubygem-propshaft/Makefile +++ b/www/rubygem-propshaft/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \ rubygem-railties70>=7.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-hpack/Makefile b/www/rubygem-protocol-hpack/Makefile index c22801696..488a4989f 100644 --- a/www/rubygem-protocol-hpack/Makefile +++ b/www/rubygem-protocol-hpack/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/protocol-hpack LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-http/Makefile b/www/rubygem-protocol-http/Makefile index a857e8306..9828c8a2a 100644 --- a/www/rubygem-protocol-http/Makefile +++ b/www/rubygem-protocol-http/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/socketry/protocol-http LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-http1/Makefile b/www/rubygem-protocol-http1/Makefile index 81f8f6856..c609840ca 100644 --- a/www/rubygem-protocol-http1/Makefile +++ b/www/rubygem-protocol-http1/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-protocol-http>=0.22<1:www/rubygem-protocol-http USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-http2/Makefile b/www/rubygem-protocol-http2/Makefile index dfb400e4c..86403f7fc 100644 --- a/www/rubygem-protocol-http2/Makefile +++ b/www/rubygem-protocol-http2/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-protocol-hpack>=1.4<2:www/rubygem-protocol-hpack \ rubygem-protocol-http>=0.18<1:www/rubygem-protocol-http USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-rack/Makefile b/www/rubygem-protocol-rack/Makefile index fcce64604..91cccb2e2 100644 --- a/www/rubygem-protocol-rack/Makefile +++ b/www/rubygem-protocol-rack/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-protocol-http>=0.23<1:www/rubygem-protocol-http \ rubygem-rack>=1.0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-protocol-websocket/Makefile b/www/rubygem-protocol-websocket/Makefile index faba947d4..4272e32af 100644 --- a/www/rubygem-protocol-websocket/Makefile +++ b/www/rubygem-protocol-websocket/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http \ rubygem-protocol-http1>=0.2<1:www/rubygem-protocol-http1 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-puma/Makefile b/www/rubygem-puma/Makefile index c40e43ad6..9fb81246f 100644 --- a/www/rubygem-puma/Makefile +++ b/www/rubygem-puma/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-nio4r>=2.0<3:devel/rubygem-nio4r USES= cpe gem ssl -USE_RUBY= yes PLIST_FILES= bin/puma bin/pumactl diff --git a/www/rubygem-puma_worker_killer/Makefile b/www/rubygem-puma_worker_killer/Makefile index 5f3064696..2ddf2e386 100644 --- a/www/rubygem-puma_worker_killer/Makefile +++ b/www/rubygem-puma_worker_killer/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-get_process_mem>=0.2:devel/rubygem-get_process_mem \ rubygem-puma>=2.7:www/rubygem-puma USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-pusher-client/Makefile b/www/rubygem-pusher-client/Makefile index 3660c78a3..c8c3001b3 100644 --- a/www/rubygem-pusher-client/Makefile +++ b/www/rubygem-pusher-client/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \ rubygem-websocket>=1.0<2:www/rubygem-websocket USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rabbirack/Makefile b/www/rubygem-rabbirack/Makefile index a5428ce55..bc5587814 100644 --- a/www/rubygem-rabbirack/Makefile +++ b/www/rubygem-rabbirack/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-haml>0:www/rubygem-haml \ rubygem-sinatra>0:www/rubygem-sinatra NO_ARCH= yes -USE_RUBY= yes USES= gem gettext PLIST_FILES= bin/rabbirack diff --git a/www/rubygem-rack-accept/Makefile b/www/rubygem-rack-accept/Makefile index 17e8541c4..fe594c46e 100644 --- a/www/rubygem-rack-accept/Makefile +++ b/www/rubygem-rack-accept/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rack>=0.4,3:www/rubygem-rack NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rack-attack/Makefile b/www/rubygem-rack-attack/Makefile index 977ac4279..de735f7f8 100644 --- a/www/rubygem-rack-attack/Makefile +++ b/www/rubygem-rack-attack/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rack22>=1.0,3<3,3:www/rubygem-rack22 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-cache/Makefile b/www/rubygem-rack-cache/Makefile index 3b59edab9..f4de4e413 100644 --- a/www/rubygem-rack-cache/Makefile +++ b/www/rubygem-rack-cache/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rack>=0.4,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-contrib/Makefile b/www/rubygem-rack-contrib/Makefile index 460f8418a..60d782f06 100644 --- a/www/rubygem-rack-contrib/Makefile +++ b/www/rubygem-rack-contrib/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-rack22>=2.0,3<3,3:www/rubygem-rack22 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-cors/Makefile b/www/rubygem-rack-cors/Makefile index 14f1525c2..644dabf73 100644 --- a/www/rubygem-rack-cors/Makefile +++ b/www/rubygem-rack-cors/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rack>=2.0.0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-mount/Makefile b/www/rubygem-rack-mount/Makefile index 14f1f4a7c..b6fd00647 100644 --- a/www/rubygem-rack-mount/Makefile +++ b/www/rubygem-rack-mount/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=1.0.0,3:www/rubygem-rack NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rack-openid/Makefile b/www/rubygem-rack-openid/Makefile index 4eb310cd8..b1447223a 100644 --- a/www/rubygem-rack-openid/Makefile +++ b/www/rubygem-rack-openid/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rack16>=1.1.0:www/rubygem-rack16 \ rubygem-ruby-openid>=2.1.8:net/rubygem-ruby-openid USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-protection/Makefile b/www/rubygem-rack-protection/Makefile index bf052445f..cc8eb4127 100644 --- a/www/rubygem-rack-protection/Makefile +++ b/www/rubygem-rack-protection/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/License RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-protection1/Makefile b/www/rubygem-rack-protection1/Makefile index 4d6ace7ad..8b579b8df 100644 --- a/www/rubygem-rack-protection1/Makefile +++ b/www/rubygem-rack-protection1/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/License RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-protection2/Makefile b/www/rubygem-rack-protection2/Makefile index 6d69d78e5..211160805 100644 --- a/www/rubygem-rack-protection2/Makefile +++ b/www/rubygem-rack-protection2/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/License RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-proxy/Makefile b/www/rubygem-rack-proxy/Makefile index db162ea94..728d8742b 100644 --- a/www/rubygem-rack-proxy/Makefile +++ b/www/rubygem-rack-proxy/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-ssl/Makefile b/www/rubygem-rack-ssl/Makefile index 128253c88..f9d9dc6b2 100644 --- a/www/rubygem-rack-ssl/Makefile +++ b/www/rubygem-rack-ssl/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rack-test/Makefile b/www/rubygem-rack-test/Makefile index 9517cafda..ae0f8afed 100644 --- a/www/rubygem-rack-test/Makefile +++ b/www/rubygem-rack-test/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt RUN_DEPENDS= rubygem-rack16>=1.3:www/rubygem-rack16 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack-timeout/Makefile b/www/rubygem-rack-timeout/Makefile index 3b607aae4..252244993 100644 --- a/www/rubygem-rack-timeout/Makefile +++ b/www/rubygem-rack-timeout/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack/Makefile b/www/rubygem-rack/Makefile index ae5e5d035..f924e87af 100644 --- a/www/rubygem-rack/Makefile +++ b/www/rubygem-rack/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack16/Makefile b/www/rubygem-rack16/Makefile index 3d1c8ec32..2941edceb 100644 --- a/www/rubygem-rack16/Makefile +++ b/www/rubygem-rack16/Makefile @@ -18,7 +18,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gem shebangfix -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack22/Makefile b/www/rubygem-rack22/Makefile index 76e54ccd6..a21f81c7a 100644 --- a/www/rubygem-rack22/Makefile +++ b/www/rubygem-rack22/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rack_csrf/Makefile b/www/rubygem-rack_csrf/Makefile index 1243ce951..63e7bc9ee 100644 --- a/www/rubygem-rack_csrf/Makefile +++ b/www/rubygem-rack_csrf/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rack>=1.1.0,3:www/rubygem-rack TEST_DEPENDS= rubygem-rspec>0:devel/rubygem-rspec USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rackup/Makefile b/www/rubygem-rackup/Makefile index de628c46c..9d3e2830b 100644 --- a/www/rubygem-rackup/Makefile +++ b/www/rubygem-rackup/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-rack>=3.0.0.beta1,3:www/rubygem-rack \ rubygem-webrick>0:www/rubygem-webrick USES= gem -USE_RUBY= yes PLIST_FILES= bin/rackup diff --git a/www/rubygem-rails-settings-cached-rails5/Makefile b/www/rubygem-rails-settings-cached-rails5/Makefile index 7419509e4..084e5dbd1 100644 --- a/www/rubygem-rails-settings-cached-rails5/Makefile +++ b/www/rubygem-rails-settings-cached-rails5/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails5>=0:www/rubygem-rails5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails-settings-cached-rails50/Makefile b/www/rubygem-rails-settings-cached-rails50/Makefile index ee19e32a4..f9a0026f0 100644 --- a/www/rubygem-rails-settings-cached-rails50/Makefile +++ b/www/rubygem-rails-settings-cached-rails50/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails50>=0:www/rubygem-rails50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails-settings-cached-rails61/Makefile b/www/rubygem-rails-settings-cached-rails61/Makefile index ab46411fa..38c56a086 100644 --- a/www/rubygem-rails-settings-cached-rails61/Makefile +++ b/www/rubygem-rails-settings-cached-rails61/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails61>=0:www/rubygem-rails61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails-settings-cached/Makefile b/www/rubygem-rails-settings-cached/Makefile index 8b174bbb9..04e9fe8fc 100644 --- a/www/rubygem-rails-settings-cached/Makefile +++ b/www/rubygem-rails-settings-cached/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails4>=4.2.0:www/rubygem-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails4/Makefile b/www/rubygem-rails4/Makefile index 93eaebee3..6101d46f7 100644 --- a/www/rubygem-rails4/Makefile +++ b/www/rubygem-rails4/Makefile @@ -41,7 +41,6 @@ RUN_DEPENDS= rubygem-actionmailer4>=${PORTVERSION}:mail/rubygem-actionmailer4 \ rubygem-web-console2>=2.1.2:devel/rubygem-web-console2 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails5/Makefile b/www/rubygem-rails5/Makefile index 93ad5f856..2dc0d7484 100644 --- a/www/rubygem-rails5/Makefile +++ b/www/rubygem-rails5/Makefile @@ -49,7 +49,6 @@ RUN_DEPENDS= rubygem-actioncable5>=${PORTVERSION}:www/rubygem-actioncable5 \ rubygem-web-console3-rails5>=3.5.0:devel/rubygem-web-console3-rails5 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails50/Makefile b/www/rubygem-rails50/Makefile index afb2f2410..6c830754e 100644 --- a/www/rubygem-rails50/Makefile +++ b/www/rubygem-rails50/Makefile @@ -47,7 +47,6 @@ RUN_DEPENDS= rubygem-actioncable50>=${PORTVERSION}:www/rubygem-actioncable50 \ rubygem-web-console3-rails50>=3.5.0:devel/rubygem-web-console3-rails50 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails52/Makefile b/www/rubygem-rails52/Makefile index 2bb487a17..ec596b3eb 100644 --- a/www/rubygem-rails52/Makefile +++ b/www/rubygem-rails52/Makefile @@ -41,7 +41,6 @@ RUN_DEPENDS= rubygem-actioncable52>=${PORTVERSION}:www/rubygem-actioncable52 \ rubygem-web-console3-rails52>=3.3.0:devel/rubygem-web-console3-rails52 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails60/Makefile b/www/rubygem-rails60/Makefile index 899e93373..9367f4fce 100644 --- a/www/rubygem-rails60/Makefile +++ b/www/rubygem-rails60/Makefile @@ -46,7 +46,6 @@ RUN_DEPENDS= rubygem-actioncable60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem rubygem-webpacker4-rails60>=4.0<5:devel/rubygem-webpacker4-rails60 USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails61/Makefile b/www/rubygem-rails61/Makefile index 9b7fa52ca..a200f65a5 100644 --- a/www/rubygem-rails61/Makefile +++ b/www/rubygem-rails61/Makefile @@ -47,7 +47,6 @@ RUN_DEPENDS= rubygem-actioncable61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem rubygem-webrick>=0:www/rubygem-webrick USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails70/Makefile b/www/rubygem-rails70/Makefile index f590915c9..3ad7be415 100644 --- a/www/rubygem-rails70/Makefile +++ b/www/rubygem-rails70/Makefile @@ -56,7 +56,6 @@ RUN_DEPENDS= rubygem-actioncable70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem rubygem-webrick>=0:www/rubygem-webrick USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails_12factor/Makefile b/www/rubygem-rails_12factor/Makefile index 6609106d3..8e2d11291 100644 --- a/www/rubygem-rails_12factor/Makefile +++ b/www/rubygem-rails_12factor/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rails_serve_static_assets>=0:www/rubygem-rails_serve_static NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rails_autolink/Makefile b/www/rubygem-rails_autolink/Makefile index e11a965e1..5eaedfcdc 100644 --- a/www/rubygem-rails_autolink/Makefile +++ b/www/rubygem-rails_autolink/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-rails4>=${PORTVERSION}:www/rubygem-rails4 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rails_serve_static_assets/Makefile b/www/rubygem-rails_serve_static_assets/Makefile index 5da69eecc..c2df8da04 100644 --- a/www/rubygem-rails_serve_static_assets/Makefile +++ b/www/rubygem-rails_serve_static_assets/Makefile @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rails_stdout_logging/Makefile b/www/rubygem-rails_stdout_logging/Makefile index 0520dd4b2..ca8ce953b 100644 --- a/www/rubygem-rails_stdout_logging/Makefile +++ b/www/rubygem-rails_stdout_logging/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-railties4/Makefile b/www/rubygem-railties4/Makefile index eba5b406f..98a8ba74b 100644 --- a/www/rubygem-railties4/Makefile +++ b/www/rubygem-railties4/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ rubygem-thor>=0.18.1<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties5/Makefile b/www/rubygem-railties5/Makefile index 9eef8209f..bf6806b96 100644 --- a/www/rubygem-railties5/Makefile +++ b/www/rubygem-railties5/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ rubygem-thor>=0.18.1<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties50/Makefile b/www/rubygem-railties50/Makefile index 841a286ba..8bcd15ef5 100644 --- a/www/rubygem-railties50/Makefile +++ b/www/rubygem-railties50/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ rubygem-thor>=0.18.1<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties52/Makefile b/www/rubygem-railties52/Makefile index 805e51ef3..17ca3291c 100644 --- a/www/rubygem-railties52/Makefile +++ b/www/rubygem-railties52/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \ rubygem-thor>=0.19.0<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties60/Makefile b/www/rubygem-railties60/Makefile index dd547e230..f571b852d 100644 --- a/www/rubygem-railties60/Makefile +++ b/www/rubygem-railties60/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-thor>=0.20.3<2.0:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties61/Makefile b/www/rubygem-railties61/Makefile index 655e819c7..38102b8a6 100644 --- a/www/rubygem-railties61/Makefile +++ b/www/rubygem-railties61/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-thor>=1.0<2:devel/rubygem-thor USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-railties70/Makefile b/www/rubygem-railties70/Makefile index 6d4433342..81c1210a1 100644 --- a/www/rubygem-railties70/Makefile +++ b/www/rubygem-railties70/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem- rubygem-zeitwerk>=2.5<3:devel/rubygem-zeitwerk USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-raindrops/Makefile b/www/rubygem-raindrops/Makefile index 03a0b06aa..ced7ee746 100644 --- a/www/rubygem-raindrops/Makefile +++ b/www/rubygem-raindrops/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING USES= gem shebangfix -USE_RUBY= yes SHEBANG_FILES= examples/linux-listener-stats.rb diff --git a/www/rubygem-ramaze/Makefile b/www/rubygem-ramaze/Makefile index 97211ceb0..1b158688a 100644 --- a/www/rubygem-ramaze/Makefile +++ b/www/rubygem-ramaze/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-innate>=2012.12:www/rubygem-innate \ rubygem-rake>=0:devel/rubygem-rake NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/ramaze diff --git a/www/rubygem-raphael-rails/Makefile b/www/rubygem-raphael-rails/Makefile index 272609482..dbdff30ca 100644 --- a/www/rubygem-raphael-rails/Makefile +++ b/www/rubygem-raphael-rails/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rate_throttle_client/Makefile b/www/rubygem-rate_throttle_client/Makefile index deeb23399..411fe4c94 100644 --- a/www/rubygem-rate_throttle_client/Makefile +++ b/www/rubygem-rate_throttle_client/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rbovirt/Makefile b/www/rubygem-rbovirt/Makefile index 476b408ae..3d6d1d368 100644 --- a/www/rubygem-rbovirt/Makefile +++ b/www/rubygem-rbovirt/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri \ rubygem-rest-client>=1.7.0:www/rubygem-rest-client USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rdf-normalize/Makefile b/www/rubygem-rdf-normalize/Makefile index bef8d42e4..cfab6d117 100644 --- a/www/rubygem-rdf-normalize/Makefile +++ b/www/rubygem-rdf-normalize/Makefile @@ -12,7 +12,6 @@ LICENSE= UNLICENSE RUN_DEPENDS= rubygem-rdf>=3.2<4:www/rubygem-rdf USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rdf/Makefile b/www/rubygem-rdf/Makefile index 4c794ec55..4728870a7 100644 --- a/www/rubygem-rdf/Makefile +++ b/www/rubygem-rdf/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE RUN_DEPENDS= rubygem-link_header>=0.0.8<1:www/rubygem-link_header USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redcloth/Makefile b/www/rubygem-redcloth/Makefile index 8a16c0194..f1aabd949 100644 --- a/www/rubygem-redcloth/Makefile +++ b/www/rubygem-redcloth/Makefile @@ -11,7 +11,6 @@ WWW= https://redcloth.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USE_RUBY= yes USES= cpe gem CPE_VENDOR= promptworks diff --git a/www/rubygem-redis-rack/Makefile b/www/rubygem-redis-rack/Makefile index 0daece5dc..ec73dbe12 100644 --- a/www/rubygem-redis-rack/Makefile +++ b/www/rubygem-redis-rack/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-rack22>=2.0.8,3<3,3:www/rubygem-rack22 \ rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails-rails5/Makefile b/www/rubygem-redis-rails-rails5/Makefile index 02f8181e5..1737888a1 100644 --- a/www/rubygem-redis-rails-rails5/Makefile +++ b/www/rubygem-redis-rails-rails5/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis-actionpack-rails5>=5.0<6:databases/rubygem-redis-acti rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails-rails50/Makefile b/www/rubygem-redis-rails-rails50/Makefile index 2178b69be..cd5d8010c 100644 --- a/www/rubygem-redis-rails-rails50/Makefile +++ b/www/rubygem-redis-rails-rails50/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis-actionpack-rails50>=5.0<6:databases/rubygem-redis-act rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails-rails52/Makefile b/www/rubygem-redis-rails-rails52/Makefile index 151cfce4e..0bad69ef7 100644 --- a/www/rubygem-redis-rails-rails52/Makefile +++ b/www/rubygem-redis-rails-rails52/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis-actionpack-rails52>=5.0<6:databases/rubygem-redis-act rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails-rails60/Makefile b/www/rubygem-redis-rails-rails60/Makefile index f5c6635a6..856c49c15 100644 --- a/www/rubygem-redis-rails-rails60/Makefile +++ b/www/rubygem-redis-rails-rails60/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis-actionpack-rails60>=5.0<6:databases/rubygem-redis-act rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails-rails61/Makefile b/www/rubygem-redis-rails-rails61/Makefile index 5d518bd89..955a99022 100644 --- a/www/rubygem-redis-rails-rails61/Makefile +++ b/www/rubygem-redis-rails-rails61/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-redis-actionpack-rails61>=5.0<6:databases/rubygem-redis-act rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-redis-rails/Makefile b/www/rubygem-redis-rails/Makefile index 16890a97e..eaa13d774 100644 --- a/www/rubygem-redis-rails/Makefile +++ b/www/rubygem-redis-rails/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-redis-actionpack>=5.0<6:databases/rubygem-redis-actionpack rubygem-redis-store>=1.2<2:devel/rubygem-redis-store USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders-rails5/Makefile b/www/rubygem-responders-rails5/Makefile index 5df0404de..be3f179e3 100644 --- a/www/rubygem-responders-rails5/Makefile +++ b/www/rubygem-responders-rails5/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \ rubygem-railties5>=5.0:www/rubygem-railties5 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders-rails52/Makefile b/www/rubygem-responders-rails52/Makefile index c1386c2c9..b0e941c2d 100644 --- a/www/rubygem-responders-rails52/Makefile +++ b/www/rubygem-responders-rails52/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack52>=5.0:www/rubygem-actionpack52 \ rubygem-railties52>=5.0:www/rubygem-railties52 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders-rails60/Makefile b/www/rubygem-responders-rails60/Makefile index bef4a100d..04fbc1af6 100644 --- a/www/rubygem-responders-rails60/Makefile +++ b/www/rubygem-responders-rails60/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack60>=5.0:www/rubygem-actionpack60 \ rubygem-railties60>=5.0:www/rubygem-railties60 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders-rails61/Makefile b/www/rubygem-responders-rails61/Makefile index f3722bb28..a3f72d239 100644 --- a/www/rubygem-responders-rails61/Makefile +++ b/www/rubygem-responders-rails61/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \ rubygem-railties61>=5.0:www/rubygem-railties61 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders-rails70/Makefile b/www/rubygem-responders-rails70/Makefile index 70752d126..65f73fb4b 100644 --- a/www/rubygem-responders-rails70/Makefile +++ b/www/rubygem-responders-rails70/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack70>=5.0:www/rubygem-actionpack70 \ rubygem-railties70>=5.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-responders/Makefile b/www/rubygem-responders/Makefile index d60c536b3..61125335b 100644 --- a/www/rubygem-responders/Makefile +++ b/www/rubygem-responders/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-actionpack50>=5.0:www/rubygem-actionpack50 \ rubygem-railties50>=5.0:www/rubygem-railties50 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rest-client/Makefile b/www/rubygem-rest-client/Makefile index 0f616276e..4e86a1c81 100644 --- a/www/rubygem-rest-client/Makefile +++ b/www/rubygem-rest-client/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-http-accept>=1.7.0:www/rubygem-http-accept \ rubygem-netrc>=0.8<1:net/rubygem-netrc USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rfacebook/Makefile b/www/rubygem-rfacebook/Makefile index 0cfb224d2..3d879b996 100644 --- a/www/rubygem-rfacebook/Makefile +++ b/www/rubygem-rfacebook/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-hpricot>=0.6.0:www/rubygem-hpricot \ rubygem-mocha>=0.5.3:devel/rubygem-mocha USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rfeedfinder/Makefile b/www/rubygem-rfeedfinder/Makefile index 2bd493217..42e29d897 100644 --- a/www/rubygem-rfeedfinder/Makefile +++ b/www/rubygem-rfeedfinder/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-hpricot>=0.6:www/rubygem-hpricot \ NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rinku/Makefile b/www/rubygem-rinku/Makefile index 0484f9e13..db7eef8de 100644 --- a/www/rubygem-rinku/Makefile +++ b/www/rubygem-rinku/Makefile @@ -10,6 +10,5 @@ WWW= https://github.com/vmg/rinku LICENSE= ISCL USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-rkelly-remix/Makefile b/www/rubygem-rkelly-remix/Makefile index 8922b9579..7d6082a68 100644 --- a/www/rubygem-rkelly-remix/Makefile +++ b/www/rubygem-rkelly-remix/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-robotex/Makefile b/www/rubygem-robotex/Makefile index 4408590ae..a8e3d0f86 100644 --- a/www/rubygem-robotex/Makefile +++ b/www/rubygem-robotex/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-robots/Makefile b/www/rubygem-robots/Makefile index 0f285b551..8d4cc8bfa 100644 --- a/www/rubygem-robots/Makefile +++ b/www/rubygem-robots/Makefile @@ -11,7 +11,6 @@ WWW= https://github.com/fizx/robots LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-roda/Makefile b/www/rubygem-roda/Makefile index bac6834c5..b2176a45e 100644 --- a/www/rubygem-roda/Makefile +++ b/www/rubygem-roda/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rqrcode-rails3/Makefile b/www/rubygem-rqrcode-rails3/Makefile index b1de1a4ce..74b4dbb1b 100644 --- a/www/rubygem-rqrcode-rails3/Makefile +++ b/www/rubygem-rqrcode-rails3/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rqrcode>=0.4.2:www/rubygem-rqrcode NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rqrcode/Makefile b/www/rubygem-rqrcode/Makefile index 725dffdd3..00f887e30 100644 --- a/www/rubygem-rqrcode/Makefile +++ b/www/rubygem-rqrcode/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-chunky_png>=1.0:graphics/rubygem-chunky_png NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-rqrcode2/Makefile b/www/rubygem-rqrcode2/Makefile index 9f0e3a928..20694d0e4 100644 --- a/www/rubygem-rqrcode2/Makefile +++ b/www/rubygem-rqrcode2/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-chunky_png>=1.0:graphics/rubygem-chunky_png \ rubygem-rqrcode_core>=1.0:www/rubygem-rqrcode_core USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rqrcode_core/Makefile b/www/rubygem-rqrcode_core/Makefile index 6055c611b..4ef21a1f1 100644 --- a/www/rubygem-rqrcode_core/Makefile +++ b/www/rubygem-rqrcode_core/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rss/Makefile b/www/rubygem-rss/Makefile index 1ac096d0e..2b0d789b2 100644 --- a/www/rubygem-rss/Makefile +++ b/www/rubygem-rss/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-rtlit/Makefile b/www/rubygem-rtlit/Makefile index 8ca7b9e0f..c2af48348 100644 --- a/www/rubygem-rtlit/Makefile +++ b/www/rubygem-rtlit/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/rtlit diff --git a/www/rubygem-ruby-oembed/Makefile b/www/rubygem-ruby-oembed/Makefile index 6c463ff9a..51fd966b1 100644 --- a/www/rubygem-ruby-oembed/Makefile +++ b/www/rubygem-ruby-oembed/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-ruby-readability/Makefile b/www/rubygem-ruby-readability/Makefile index dbdbfe9d9..72aabed27 100644 --- a/www/rubygem-ruby-readability/Makefile +++ b/www/rubygem-ruby-readability/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-guess_html_encoding>=0.0.4:devel/rubygem-guess_html_encodin rubygem-nokogiri>=1.6.0:textproc/rubygem-nokogiri NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/readability diff --git a/www/rubygem-savon/Makefile b/www/rubygem-savon/Makefile index 76b0c3d31..176bd6bc3 100644 --- a/www/rubygem-savon/Makefile +++ b/www/rubygem-savon/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-akami>=1.2:www/rubygem-akami \ rubygem-wasabi>=3.4:www/rubygem-wasabi NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-sawyer/Makefile b/www/rubygem-sawyer/Makefile index 58b397b80..e7d860d7c 100644 --- a/www/rubygem-sawyer/Makefile +++ b/www/rubygem-sawyer/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \ rubygem-faraday>=0.17.3<3:www/rubygem-faraday USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-select2-rails/Makefile b/www/rubygem-select2-rails/Makefile index d724809e6..329ed74fc 100644 --- a/www/rubygem-select2-rails/Makefile +++ b/www/rubygem-select2-rails/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/argerim/select2-rails LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-selenium-webdriver/Makefile b/www/rubygem-selenium-webdriver/Makefile index 6748fc3c8..379fd9a70 100644 --- a/www/rubygem-selenium-webdriver/Makefile +++ b/www/rubygem-selenium-webdriver/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-childprocess>=0.5<5.0:devel/rubygem-childprocess \ rubygem-websocket>=1.0<2:www/rubygem-websocket USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-semantic-ui-sass/Makefile b/www/rubygem-semantic-ui-sass/Makefile index 7c1d2f596..38e3f3820 100644 --- a/www/rubygem-semantic-ui-sass/Makefile +++ b/www/rubygem-semantic-ui-sass/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-sass>=3.2:textproc/rubygem-sass NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-simple-rss/Makefile b/www/rubygem-simple-rss/Makefile index 4e21dad24..e2ac2c491 100644 --- a/www/rubygem-simple-rss/Makefile +++ b/www/rubygem-simple-rss/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/cardmagic/simple-rss NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-sinatra-contrib/Makefile b/www/rubygem-sinatra-contrib/Makefile index 07503c981..541254a35 100644 --- a/www/rubygem-sinatra-contrib/Makefile +++ b/www/rubygem-sinatra-contrib/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-tilt>=2.0<3:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sinatra-contrib1/Makefile b/www/rubygem-sinatra-contrib1/Makefile index 6e372b69f..01e2b098b 100644 --- a/www/rubygem-sinatra-contrib1/Makefile +++ b/www/rubygem-sinatra-contrib1/Makefile @@ -23,7 +23,6 @@ PORTSCOUT= limit:^1\. NO_ARCH= yes REINPLACE_ARGS= -i '' -USE_RUBY= yes USES= gem post-patch: diff --git a/www/rubygem-sinatra-contrib2/Makefile b/www/rubygem-sinatra-contrib2/Makefile index 43aec08e8..22a445b51 100644 --- a/www/rubygem-sinatra-contrib2/Makefile +++ b/www/rubygem-sinatra-contrib2/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json \ rubygem-tilt>=2.0<3:devel/rubygem-tilt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sinatra-r18n/Makefile b/www/rubygem-sinatra-r18n/Makefile index 66dea0709..e658e3cbe 100644 --- a/www/rubygem-sinatra-r18n/Makefile +++ b/www/rubygem-sinatra-r18n/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-r18n-core>=5.0<6:devel/rubygem-r18n-core \ rubygem-sinatra2>=1.3<3:www/rubygem-sinatra2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sinatra-respond_to/Makefile b/www/rubygem-sinatra-respond_to/Makefile index bd128dc28..a9e296eaa 100644 --- a/www/rubygem-sinatra-respond_to/Makefile +++ b/www/rubygem-sinatra-respond_to/Makefile @@ -13,7 +13,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-sinatra1>=1.3:www/rubygem-sinatra1 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-sinatra/Makefile b/www/rubygem-sinatra/Makefile index 412837f56..3d178648e 100644 --- a/www/rubygem-sinatra/Makefile +++ b/www/rubygem-sinatra/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-mustermann>=3.0<4:devel/rubygem-mustermann \ rubygem-tilt>=2.0<3:devel/rubygem-tilt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sinatra1/Makefile b/www/rubygem-sinatra1/Makefile index 4ea92a366..6f1d8f485 100644 --- a/www/rubygem-sinatra1/Makefile +++ b/www/rubygem-sinatra1/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-rack16>=1.5<2:www/rubygem-rack16 \ rubygem-tilt>=1.3<3:devel/rubygem-tilt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sinatra2/Makefile b/www/rubygem-sinatra2/Makefile index 61cb9d0a8..2b94e710c 100644 --- a/www/rubygem-sinatra2/Makefile +++ b/www/rubygem-sinatra2/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rubygem-mustermann>=2.0:devel/rubygem-mustermann \ rubygem-tilt>=2.0<3:devel/rubygem-tilt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-sitemap_generator/Makefile b/www/rubygem-sitemap_generator/Makefile index 153d40401..82ce393ba 100644 --- a/www/rubygem-sitemap_generator/Makefile +++ b/www/rubygem-sitemap_generator/Makefile @@ -13,6 +13,5 @@ LICENSE= MIT NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-smashing/Makefile b/www/rubygem-smashing/Makefile index 8d01bc37f..1f70d7d80 100644 --- a/www/rubygem-smashing/Makefile +++ b/www/rubygem-smashing/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-coffee-script>=2.4<3:devel/rubygem-coffee-script \ rubygem-thor>=1.0<2:devel/rubygem-thor USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-socksify/Makefile b/www/rubygem-socksify/Makefile index 8064f0c0a..fba12b3a5 100644 --- a/www/rubygem-socksify/Makefile +++ b/www/rubygem-socksify/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/socksify_ruby diff --git a/www/rubygem-stimulus-rails/Makefile b/www/rubygem-stimulus-rails/Makefile index 66b57004e..0cdd944fc 100644 --- a/www/rubygem-stimulus-rails/Makefile +++ b/www/rubygem-stimulus-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-swd/Makefile b/www/rubygem-swd/Makefile index b41fad685..0ac958456 100644 --- a/www/rubygem-swd/Makefile +++ b/www/rubygem-swd/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ rubygem-httpclient>=2.4:www/rubygem-httpclient USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-tailwindcss-rails/Makefile b/www/rubygem-tailwindcss-rails/Makefile index dd02fce08..88136d231 100644 --- a/www/rubygem-tailwindcss-rails/Makefile +++ b/www/rubygem-tailwindcss-rails/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-task_list/Makefile b/www/rubygem-task_list/Makefile index f7a699bab..66eb6ead6 100644 --- a/www/rubygem-task_list/Makefile +++ b/www/rubygem-task_list/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-html-pipeline>=0:textproc/rubygem-html-pipeline USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-thin/Makefile b/www/rubygem-thin/Makefile index 4f114efc9..b13a009f2 100644 --- a/www/rubygem-thin/Makefile +++ b/www/rubygem-thin/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-daemons>=1.0.9<2:devel/rubygem-daemons \ rubygem-rack16>=1<3:www/rubygem-rack16 USES= gem -USE_RUBY= yes PLIST_FILES= bin/thin diff --git a/www/rubygem-tinyatom/Makefile b/www/rubygem-tinyatom/Makefile index 9b4256261..dfc066ff2 100644 --- a/www/rubygem-tinyatom/Makefile +++ b/www/rubygem-tinyatom/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \ rubygem-public_suffix>=0:dns/rubygem-public_suffix USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-tinymce-rails/Makefile b/www/rubygem-tinymce-rails/Makefile index c3295372e..010f72df8 100644 --- a/www/rubygem-tinymce-rails/Makefile +++ b/www/rubygem-tinymce-rails/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-railties4>=4.0:www/rubygem-railties4 NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-toml-rb/Makefile b/www/rubygem-toml-rb/Makefile index f4b64e4bd..f5e5fe98d 100644 --- a/www/rubygem-toml-rb/Makefile +++ b/www/rubygem-toml-rb/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-citrus>=3.0<4:textproc/rubygem-citrus USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-totoridipjp/Makefile b/www/rubygem-totoridipjp/Makefile index b81360af7..65beacb15 100644 --- a/www/rubygem-totoridipjp/Makefile +++ b/www/rubygem-totoridipjp/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix SHEBANG_FILES= bin/setup diff --git a/www/rubygem-tumblr_client/Makefile b/www/rubygem-tumblr_client/Makefile index e27bb7be8..b842aab8a 100644 --- a/www/rubygem-tumblr_client/Makefile +++ b/www/rubygem-tumblr_client/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= rubygem-faraday0>=0.9.0<1:www/rubygem-faraday0 \ rubygem-simple_oauth>=0:net/rubygem-simple_oauth USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-turbo-rails/Makefile b/www/rubygem-turbo-rails/Makefile index 33e5bb717..4fe17a266 100644 --- a/www/rubygem-turbo-rails/Makefile +++ b/www/rubygem-turbo-rails/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-actionpack70>=6.0.0:www/rubygem-actionpack70 \ rubygem-railties70>=6.0.0:www/rubygem-railties70 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-turbolinks-source/Makefile b/www/rubygem-turbolinks-source/Makefile index ea42a22aa..cc46d734f 100644 --- a/www/rubygem-turbolinks-source/Makefile +++ b/www/rubygem-turbolinks-source/Makefile @@ -11,7 +11,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-turbolinks/Makefile b/www/rubygem-turbolinks/Makefile index d7949b84d..2c31095c8 100644 --- a/www/rubygem-turbolinks/Makefile +++ b/www/rubygem-turbolinks/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-turbolinks-source>=5.2<6:www/rubygem-turbolinks-source USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index 7054e750a..e73d77413 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-uglifier/Makefile b/www/rubygem-uglifier/Makefile index 5f9154c6f..fd092ecc9 100644 --- a/www/rubygem-uglifier/Makefile +++ b/www/rubygem-uglifier/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-execjs>=0.3.0:devel/rubygem-execjs USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-underscore-rails/Makefile b/www/rubygem-underscore-rails/Makefile index 598abe299..36df9ce04 100644 --- a/www/rubygem-underscore-rails/Makefile +++ b/www/rubygem-underscore-rails/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/rweng/underscore-rails LICENSE= MIT NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-unicorn-worker-killer/Makefile b/www/rubygem-unicorn-worker-killer/Makefile index 393b89644..ad1f9e093 100644 --- a/www/rubygem-unicorn-worker-killer/Makefile +++ b/www/rubygem-unicorn-worker-killer/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-get_process_mem>=0<1:devel/rubygem-get_process_mem \ rubygem-unicorn>=4<7:www/rubygem-unicorn USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-unicorn/Makefile b/www/rubygem-unicorn/Makefile index a86bc49a8..a682158cd 100644 --- a/www/rubygem-unicorn/Makefile +++ b/www/rubygem-unicorn/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-kgio>=2.6<3:devel/rubygem-kgio \ rubygem-raindrops>=0.7<1:www/rubygem-raindrops USES= gem shebangfix -USE_RUBY= yes PLIST_FILES= bin/unicorn bin/unicorn_rails diff --git a/www/rubygem-url_escape/Makefile b/www/rubygem-url_escape/Makefile index d96345e12..8ff0fb929 100644 --- a/www/rubygem-url_escape/Makefile +++ b/www/rubygem-url_escape/Makefile @@ -9,7 +9,6 @@ WWW= https://github.com/bougyman/seedling LICENSE= MIT -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-url_mount/Makefile b/www/rubygem-url_mount/Makefile index 529276244..c210e1b48 100644 --- a/www/rubygem-url_mount/Makefile +++ b/www/rubygem-url_mount/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-vcr/Makefile b/www/rubygem-vcr/Makefile index e05ee85b3..466a5205e 100644 --- a/www/rubygem-vcr/Makefile +++ b/www/rubygem-vcr/Makefile @@ -15,7 +15,6 @@ LICENSE_PERMS_HIPPOCRATIC-2.1= auto-accept dist-mirror pkg-mirror # https://github.com/vcr/vcr/blob/master/LICENSE USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-vegas/Makefile b/www/rubygem-vegas/Makefile index 9ae3ac6c2..24da3b280 100644 --- a/www/rubygem-vegas/Makefile +++ b/www/rubygem-vegas/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS+= rubygem-rack>1.0.0:www/rubygem-rack NO_ARCH= yes USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-wasabi/Makefile b/www/rubygem-wasabi/Makefile index d0081b80c..431911255 100644 --- a/www/rubygem-wasabi/Makefile +++ b/www/rubygem-wasabi/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-httpi>=2.0:www/rubygem-httpi \ rubygem-nokogiri>=1.4.2:textproc/rubygem-nokogiri NO_ARCH= yes -USE_RUBY= yes USES= gem .include diff --git a/www/rubygem-webdrivers/Makefile b/www/rubygem-webdrivers/Makefile index a49907363..e4c65b490 100644 --- a/www/rubygem-webdrivers/Makefile +++ b/www/rubygem-webdrivers/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \ rubygem-selenium-webdriver>=4.0<5:www/rubygem-selenium-webdriver USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-webmock/Makefile b/www/rubygem-webmock/Makefile index 997f0d5ba..35d2233bd 100644 --- a/www/rubygem-webmock/Makefile +++ b/www/rubygem-webmock/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-addressable>=2.8.0:www/rubygem-addressable \ rubygem-hashdiff>=0.4.0<2.0.0:devel/rubygem-hashdiff USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-webrick/Makefile b/www/rubygem-webrick/Makefile index 5f7d1bace..52124ac95 100644 --- a/www/rubygem-webrick/Makefile +++ b/www/rubygem-webrick/Makefile @@ -12,7 +12,6 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cpe gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-webrobots/Makefile b/www/rubygem-webrobots/Makefile index 057141cd1..12599ede2 100644 --- a/www/rubygem-webrobots/Makefile +++ b/www/rubygem-webrobots/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-websocket-client-simple/Makefile b/www/rubygem-websocket-client-simple/Makefile index ff782f5c3..63ef42151 100644 --- a/www/rubygem-websocket-client-simple/Makefile +++ b/www/rubygem-websocket-client-simple/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-event_emitter>=0:devel/rubygem-event_emitter \ rubygem-websocket>=0:www/rubygem-websocket USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-websocket-driver/Makefile b/www/rubygem-websocket-driver/Makefile index 3a834624d..bf08de0c3 100644 --- a/www/rubygem-websocket-driver/Makefile +++ b/www/rubygem-websocket-driver/Makefile @@ -13,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-websocket-extensions>=0.1.0:www/rubygem-websocket-extensions USES= gem -USE_RUBY= yes .include diff --git a/www/rubygem-websocket-extensions/Makefile b/www/rubygem-websocket-extensions/Makefile index 1c8b4aac2..5cb8c1a80 100644 --- a/www/rubygem-websocket-extensions/Makefile +++ b/www/rubygem-websocket-extensions/Makefile @@ -11,7 +11,6 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-websocket/Makefile b/www/rubygem-websocket/Makefile index 172390416..4a16e5dc6 100644 --- a/www/rubygem-websocket/Makefile +++ b/www/rubygem-websocket/Makefile @@ -10,7 +10,6 @@ WWW= https://github.com/imanel/websocket-ruby LICENSE= MIT USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/www/rubygem-yapra/Makefile b/www/rubygem-yapra/Makefile index 0d1e84d70..56a529836 100644 --- a/www/rubygem-yapra/Makefile +++ b/www/rubygem-yapra/Makefile @@ -12,7 +12,6 @@ LICENSE= MIT RUN_DEPENDS= rubygem-mechanize>=0:www/rubygem-mechanize NO_ARCH= yes -USE_RUBY= yes USES= gem PLIST_FILES= bin/yapra diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index 824e7ccc6..0fb1d4808 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-bundler>=2.0.2:sysutils/rubygem-bundler \ rubygem-rake>=13.0.6:devel/rubygem-rake USES= cpe shebangfix -USE_RUBY= yes SHEBANG_FILES= bin/tdiary index.fcgi index.rb misc/convert2.rb misc/migrate.rb \ misc/plugin/xmlrpc/xmlrpc.rb update.fcgi update.rb diff --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile index 4bea16faa..d8a236dde 100644 --- a/www/unit-ruby/Makefile +++ b/www/unit-ruby/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= rackup:www/rubygem-rack22 \ PLIST_FILES= libexec/unit/modules/${UNIT_MODNAME}.unit.so -USE_RUBY= yes +USES= ruby CFLAGS+= -fdeclspec diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index 919572ccc..003698041 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -37,13 +37,11 @@ PORTSCOUT= limitw:1,even USES= bison cmake compiler:c++14-lang cpe gettext gl gnome gperf \ jpeg localbase:ldflags perl5 pkgconfig python:build \ - sqlite tar:xz xorg + ruby:build sqlite tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt USE_GL= gl egl glesv2 USE_LDCONFIG= yes USE_PERL5= build -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes USE_XORG= x11 xcomposite xdamage xext xrender xt ice CPE_VENDOR= webkitgtk diff --git a/www/webkit2-gtk4/Makefile b/www/webkit2-gtk4/Makefile index 452eb5aa8..ef0fb68c6 100644 --- a/www/webkit2-gtk4/Makefile +++ b/www/webkit2-gtk4/Makefile @@ -36,14 +36,12 @@ LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ PORTSCOUT= limitw:1,even USES= bison cmake compiler:c++14-lang cpe gettext gl gnome gperf jpeg \ - localbase:ldflags perl5 pkgconfig python:build sqlite tar:xz \ + localbase:ldflags perl5 pkgconfig python:build ruby:build sqlite tar:xz \ xorg USE_GNOME= cairo gdkpixbuf2 gtk40 libxml2 libxslt introspection:build USE_GL= egl gl glesv2 USE_LDCONFIG= yes USE_PERL5= build -USE_RUBY= yes -RUBY_NO_RUN_DEPENDS= yes USE_XORG= ice x11 xcomposite xdamage xext xrender xt CPE_VENDOR= webkitgtk diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile index 8c4797ece..00710a667 100644 --- a/x11-toolkits/rubygem-gdk3/Makefile +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ USES= gem gnome USE_GNOME= gtk30 -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-toolkits/rubygem-gdk4/Makefile b/x11-toolkits/rubygem-gdk4/Makefile index f046b0a5d..1d4682c16 100644 --- a/x11-toolkits/rubygem-gdk4/Makefile +++ b/x11-toolkits/rubygem-gdk4/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ USES= gem gnome pkgconfig USE_GNOME= gtk40 -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index 3e789fad3..194c31e0f 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -17,6 +17,5 @@ RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \ USES= gem gnome USE_GNOME= gtk20 -USE_RUBY= yes .include diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile index 4b8faca0f..e4d150200 100644 --- a/x11-toolkits/rubygem-gtk3/Makefile +++ b/x11-toolkits/rubygem-gtk3/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \ USES= gem gnome USE_GNOME= gtk30 -USE_RUBY= yes .include diff --git a/x11-toolkits/rubygem-gtk4/Makefile b/x11-toolkits/rubygem-gtk4/Makefile index 910dd12b6..3cc464f8c 100644 --- a/x11-toolkits/rubygem-gtk4/Makefile +++ b/x11-toolkits/rubygem-gtk4/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \ USES= gem gnome USE_GNOME= gtk40 -USE_RUBY= yes .include diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index f51c2fdb9..3baf7b3d1 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 USES= gem gnome USE_GNOME= gtksourceview3 -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-toolkits/rubygem-gtksourceview4/Makefile b/x11-toolkits/rubygem-gtksourceview4/Makefile index 21753a7c6..7849f16f1 100644 --- a/x11-toolkits/rubygem-gtksourceview4/Makefile +++ b/x11-toolkits/rubygem-gtksourceview4/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 USES= gem gnome USE_GNOME= gtksourceview4 -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile index 0dc2aeff2..3bbe031e2 100644 --- a/x11-toolkits/rubygem-pango/Makefile +++ b/x11-toolkits/rubygem-pango/Makefile @@ -15,6 +15,5 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ USES= gem gnome USE_GNOME= pango -USE_RUBY= yes .include diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index a64c905dd..369aeb99a 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \ rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2 USES= gem -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-toolkits/rubygem-tk/Makefile b/x11-toolkits/rubygem-tk/Makefile index ef6bc9dfd..3b37d02c2 100644 --- a/x11-toolkits/rubygem-tk/Makefile +++ b/x11-toolkits/rubygem-tk/Makefile @@ -14,7 +14,6 @@ CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \ --with-tcl-include=${LOCALBASE}/include/tcl8.6 USES= gem tk:86 xorg -USE_RUBY= yes USE_XORG= x11 .include diff --git a/x11-toolkits/rubygem-uh/Makefile b/x11-toolkits/rubygem-uh/Makefile index cb1a47504..a44dd56c5 100644 --- a/x11-toolkits/rubygem-uh/Makefile +++ b/x11-toolkits/rubygem-uh/Makefile @@ -10,7 +10,6 @@ WWW= https://rubygems.org/gems/uh LICENSE= BSD3CLAUSE USES= gem xorg -USE_RUBY= yes USE_XORG= x11 xinerama .include diff --git a/x11-toolkits/rubygem-vte3/Makefile b/x11-toolkits/rubygem-vte3/Makefile index d2a2747b9..15d4dca1d 100644 --- a/x11-toolkits/rubygem-vte3/Makefile +++ b/x11-toolkits/rubygem-vte3/Makefile @@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 USES= gem gnome USE_GNOME= vte3 -USE_RUBY= yes NO_ARCH= yes diff --git a/x11-wm/rubygem-uh-layout/Makefile b/x11-wm/rubygem-uh-layout/Makefile index dd184bb36..e2be3e591 100644 --- a/x11-wm/rubygem-uh-layout/Makefile +++ b/x11-wm/rubygem-uh-layout/Makefile @@ -9,7 +9,6 @@ WWW= https://rubygems.org/gems/uh-layout LICENSE= BSD3CLAUSE -USE_RUBY= yes USES= gem NO_ARCH= yes diff --git a/x11-wm/rubygem-uh-wm/Makefile b/x11-wm/rubygem-uh-wm/Makefile index 98af0bb0d..fd9df3201 100644 --- a/x11-wm/rubygem-uh-wm/Makefile +++ b/x11-wm/rubygem-uh-wm/Makefile @@ -14,7 +14,6 @@ RUN_DEPENDS= rubygem-baf>=0.14.0:devel/rubygem-baf \ rubygem-uh-layout>=0.4.2:x11-wm/rubygem-uh-layout \ rubygem-rb-kqueue>=0.2.4:devel/rubygem-rb-kqueue -USE_RUBY= yes USES= gem NO_ARCH= yes diff --git a/x11-wm/subtle/Makefile b/x11-wm/subtle/Makefile index 0dede06f9..726512f04 100644 --- a/x11-wm/subtle/Makefile +++ b/x11-wm/subtle/Makefile @@ -12,8 +12,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= rake:devel/rubygem-rake -USES= compiler:c11 pkgconfig tar:tbz2 xorg -USE_RUBY= yes +USES= compiler:c11 pkgconfig ruby tar:tbz2 xorg USE_XORG= x11 xft xinerama xpm xrandr xtst MAKE_CMD= rake -v