diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 17:05:28 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 17:08:33 -0600 |
commit | 18c6e18276691edf5274406bf82a3b06792ff9ae (patch) | |
tree | 23a66e6997d92422bec9960a22edc07e5386d547 /math | |
parent | devel/py-types-Pillow: update 9.4.0.1 → 9.4.0.2 (diff) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
Diffstat (limited to 'math')
-rw-r--r-- | math/rubygem-algebra/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-bigdecimal/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-enumerable-statistics/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-expression_parser/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-fftw3/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-mathn/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-matrix/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-mtrc/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-narray/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-narray_miss/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-numru-misc/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-numru-units/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-prime/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-rb-gsl/Makefile | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/math/rubygem-algebra/Makefile b/math/rubygem-algebra/Makefile index 67d0540cbcc6..e1dd4e7385e3 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 <bsd.port.mk> diff --git a/math/rubygem-bigdecimal/Makefile b/math/rubygem-bigdecimal/Makefile index cba133b048d5..1c5e0843724b 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 <bsd.port.mk> diff --git a/math/rubygem-enumerable-statistics/Makefile b/math/rubygem-enumerable-statistics/Makefile index 84a2d01c2b2d..9538f58656b1 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 <bsd.port.mk> diff --git a/math/rubygem-expression_parser/Makefile b/math/rubygem-expression_parser/Makefile index 3b69d63c9586..e20af19044fc 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 <bsd.port.mk> diff --git a/math/rubygem-fftw3/Makefile b/math/rubygem-fftw3/Makefile index 18eba5335d99..d4cd7da2a988 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 <bsd.port.mk> diff --git a/math/rubygem-mathn/Makefile b/math/rubygem-mathn/Makefile index dd5a2719190f..03d370d99f80 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 <bsd.port.mk> diff --git a/math/rubygem-matrix/Makefile b/math/rubygem-matrix/Makefile index 8cde85848d61..1186c52a5b4f 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 acc091c48ddf..570ab7c462b7 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 <bsd.port.mk> diff --git a/math/rubygem-narray/Makefile b/math/rubygem-narray/Makefile index 918ada41a605..88211faf6595 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 4adfb8236962..b1116738d5ff 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 baaf7214582e..4c47b6b16e31 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 <bsd.port.mk> diff --git a/math/rubygem-numru-units/Makefile b/math/rubygem-numru-units/Makefile index 9e2f579bd89c..a1be0e4a5689 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 <bsd.port.mk> diff --git a/math/rubygem-prime/Makefile b/math/rubygem-prime/Makefile index 21c3a39af08a..d3c34e858b38 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 bd4aa6fcd5e1..f0967a1947c9 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 <bsd.port.mk> |