diff options
author | swills <swills@FreeBSD.org> | 2016-04-28 00:36:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-04-28 00:36:41 +0800 |
commit | 900b8428054e4288c9669f4f17359be2ae8a45c3 (patch) | |
tree | 146c1b1aad08357a95df3348dea477d956cd3816 /dns | |
parent | c5f5d48270cbe2ede4cb24ba577ced5ea769dd2f (diff) | |
download | freebsd-ports-graphics-900b8428054e4288c9669f4f17359be2ae8a45c3.tar.gz freebsd-ports-graphics-900b8428054e4288c9669f4f17359be2ae8a45c3.tar.zst freebsd-ports-graphics-900b8428054e4288c9669f4f17359be2ae8a45c3.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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rubygem-dnsruby/Makefile | 3 | ||||
-rw-r--r-- | dns/rubygem-net-dns/Makefile | 3 | ||||
-rw-r--r-- | dns/rubygem-public_suffix/Makefile | 3 | ||||
-rw-r--r-- | dns/rubygem-public_suffix_service/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile index d4d0d7130f2..b9995ce119b 100644 --- a/dns/rubygem-dnsruby/Makefile +++ b/dns/rubygem-dnsruby/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist .include <bsd.port.mk> diff --git a/dns/rubygem-net-dns/Makefile b/dns/rubygem-net-dns/Makefile index b433a9d01eb..32ccf9df7b3 100644 --- a/dns/rubygem-net-dns/Makefile +++ b/dns/rubygem-net-dns/Makefile @@ -16,7 +16,6 @@ LICENSE_COMB= dual NO_ARCH= yes USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist .include <bsd.port.mk> diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 0969ae0395f..94961f205fd 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -17,8 +17,7 @@ PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/data/definitions.txt diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index c73651e307a..6bec00bdd03 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -17,8 +17,7 @@ PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +USES= gem:autoplist post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/lib/public_suffix/definitions.txt |