summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-14 17:05:28 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-01-14 17:08:33 -0600
commit18c6e18276691edf5274406bf82a3b06792ff9ae (patch)
tree23a66e6997d92422bec9960a22edc07e5386d547 /misc
parentdevel/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 'misc')
-rw-r--r--misc/inplace/Makefile3
-rw-r--r--misc/rubygem-dotenv-rails-rails4/Makefile1
-rw-r--r--misc/rubygem-dotenv-rails-rails5/Makefile1
-rw-r--r--misc/rubygem-dotenv-rails-rails50/Makefile1
-rw-r--r--misc/rubygem-dotenv-rails-rails61/Makefile1
-rw-r--r--misc/rubygem-dotenv/Makefile1
-rw-r--r--misc/rubygem-haversine_distance/Makefile1
-rw-r--r--misc/rubygem-iesd/Makefile1
-rw-r--r--misc/rubygem-mime-types-data/Makefile1
-rw-r--r--misc/rubygem-mime-types/Makefile1
-rw-r--r--misc/rubygem-mimemagic/Makefile1
-rw-r--r--misc/rubygem-octicons/Makefile1
-rw-r--r--misc/rubygem-rabbit/Makefile1
-rw-r--r--misc/rubygem-vpim/Makefile1
14 files changed, 1 insertions, 15 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile
index cd07d302cd56..425cd43178e7 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 07ac968cca81..68e503e477a9 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 32f9e5a0583c..782ee7a604a9 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 a5d72e910903..2ed23f54054f 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 de215a41b8a8..fb522019abb1 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 8bd5154e4ec1..f8a4d4e79838 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 4c037d6eae1a..f7d8a682de4c 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 c225269fc6b8..a7cdedd100d4 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 86c8402a81d4..2908b5fdac38 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 30c5beee00f0..ea10f21c6b20 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 c39319f8f11a..7268e1292669 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 a42471d468c3..fddae4532d72 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 dc8885b252c7..94ce22c89b86 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 ac8dcb53692f..c707b9b907bc 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