aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-27 16:36:41 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-27 16:36:41 +0000
commitb3e8fe8d85d1f32b6b8813589ed8637a8accb185 (patch)
tree146c1b1aad08357a95df3348dea477d956cd3816 /net-im
parentfa3799f9e7a9b9095ece07d487dbe794356ec5ba (diff)
downloadports-b3e8fe8d85d1f32b6b8813589ed8637a8accb185.tar.gz
ports-b3e8fe8d85d1f32b6b8813589ed8637a8accb185.zip
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
Notes
Notes: svn path=/head/; revision=414118
Diffstat (limited to 'net-im')
-rw-r--r--net-im/rubygem-earthquake/Makefile3
-rw-r--r--net-im/rubygem-hipchat/Makefile3
-rw-r--r--net-im/rubygem-lita/Makefile3
-rw-r--r--net-im/rubygem-termtter/Makefile3
-rw-r--r--net-im/rubygem-tinder/Makefile3
5 files changed, 5 insertions, 10 deletions
diff --git a/net-im/rubygem-earthquake/Makefile b/net-im/rubygem-earthquake/Makefile
index 9ec6b2320354..c0f4eb8c60f5 100644
--- a/net-im/rubygem-earthquake/Makefile
+++ b/net-im/rubygem-earthquake/Makefile
@@ -25,8 +25,7 @@ RUN_DEPENDS= rubygem-activesupport>=0:devel/rubygem-activesupport \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
PLIST_FILES= bin/earthquake
diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile
index a15c6c2eb60b..e303b1d72712 100644
--- a/net-im/rubygem-hipchat/Makefile
+++ b/net-im/rubygem-hipchat/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-httparty>=0:www/rubygem-httparty \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/net-im/rubygem-lita/Makefile b/net-im/rubygem-lita/Makefile
index 0e88e3196ae6..3460f46553ec 100644
--- a/net-im/rubygem-lita/Makefile
+++ b/net-im/rubygem-lita/Makefile
@@ -26,8 +26,7 @@ RUN_DEPENDS= redis>=0:databases/redis \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
PLIST_FILES= bin/lita
diff --git a/net-im/rubygem-termtter/Makefile b/net-im/rubygem-termtter/Makefile
index 522d78e0e423..fca390acb362 100644
--- a/net-im/rubygem-termtter/Makefile
+++ b/net-im/rubygem-termtter/Makefile
@@ -23,8 +23,7 @@ RUN_DEPENDS= rubygem-activerecord4>=4.1.0:databases/rubygem-activerecord4 \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
PLIST_FILES= bin/termtter bin/termtter_frame
diff --git a/net-im/rubygem-tinder/Makefile b/net-im/rubygem-tinder/Makefile
index 602dda04743b..68071e10de64 100644
--- a/net-im/rubygem-tinder/Makefile
+++ b/net-im/rubygem-tinder/Makefile
@@ -22,7 +22,6 @@ RUN_DEPENDS= rubygem-eventmachine>=1.0:devel/rubygem-eventmachine \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>