diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-01 06:36:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-01 06:36:18 +0000 |
commit | 5ffea92e0bdf75857d7f3639d27d8d8c3c0d71e2 (patch) | |
tree | 238331b2af5367aa04d3b9245fce057d4ba8f56e /dns | |
parent | - Use dns/public_suffix_list for up-to-date public suffix list (diff) |
- Use dns/public_suffix_list for up-to-date public suffix list
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=404976
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rubygem-public_suffix_service/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index bd75bedf8dd6..92707ffb45dd 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -3,6 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG @@ -12,9 +13,14 @@ COMMENT= Parse and decompose domain names into TLD, domain, and subdomains LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +PATCH_DEPENDS= public_suffix_list>=0:${PORTSDIR}/dns/public_suffix_list + NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-patch: + @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/lib/public_suffix/definitions.txt + .include <bsd.port.mk> |