summaryrefslogtreecommitdiff
path: root/net-im
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 /net-im
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 'net-im')
-rw-r--r--net-im/mastodon/Makefile1
-rw-r--r--net-im/mikutter/Makefile3
-rw-r--r--net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile1
-rw-r--r--net-im/rubygem-discordrb-webhooks/Makefile1
-rw-r--r--net-im/rubygem-hipchat/Makefile1
-rw-r--r--net-im/rubygem-lita/Makefile1
-rw-r--r--net-im/rubygem-termtter/Makefile1
-rw-r--r--net-im/rubygem-tinder/Makefile1
8 files changed, 1 insertions, 9 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index eddd118e9063..fd86a0979acd 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 af83c07f371f..977c1c5eb198 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 6b77aeffc5b9..b7a2e58e03ee 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 fb88dccf287f..2871d1456cac 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 668cdcd007be..fd86803fcaf1 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 f070288ac975..58a74e136bb8 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 43499c8cbb74..6702b20cc522 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 cf4e6fa5dc58..d59a8600dcbd 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