diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 14:36:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 14:36:18 +0800 |
commit | 0b348cec963f81a39ef2acf3f91dd18ea5344687 (patch) | |
tree | 238331b2af5367aa04d3b9245fce057d4ba8f56e /dns | |
parent | 1722c9f328d33e507ca397e9d10c98567631e7aa (diff) | |
download | freebsd-ports-gnome-0b348cec963f81a39ef2acf3f91dd18ea5344687.tar.gz freebsd-ports-gnome-0b348cec963f81a39ef2acf3f91dd18ea5344687.tar.zst freebsd-ports-gnome-0b348cec963f81a39ef2acf3f91dd18ea5344687.zip |
- Use dns/public_suffix_list for up-to-date public suffix list
- Bump PORTREVISION for package change
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> |