Index: head/dns/p5-Mozilla-PublicSuffix/Makefile =================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 430560) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 430561) @@ -1,29 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get public suffix of domain name via Mozilla Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-URI>=0:net/p5-URI PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USE_PERL5= modbuild USES= perl5 post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat .include Index: head/dns/public_suffix_list/Makefile =================================================================== --- head/dns/public_suffix_list/Makefile (revision 430560) +++ head/dns/public_suffix_list/Makefile (revision 430561) @@ -1,32 +1,32 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20161216 +PORTVERSION= 0.0.0.20161230 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org COMMENT= Public Suffix List by Mozilla LICENSE= MPL LICENSE_FILE= ${WRKSRC}/LICENSE SLAVEDIRS= dns/p5-Mozilla-PublicSuffix dns/rubygem-public_suffix dns/rubygem-public_suffix_service NO_ARCH= yes NO_BUILD= yes PLIST_FILES= %%DATADIR%%/public_suffix_list.dat \ %%DATADIR%%/test_psl.txt GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= ffb052a +GH_TAGNAME= 7914f59 USE_GITHUB= yes do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/public_suffix_list.dat ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/tests/test_psl.txt ${STAGEDIR}${DATADIR}/ .include Index: head/dns/public_suffix_list/distinfo =================================================================== --- head/dns/public_suffix_list/distinfo (revision 430560) +++ head/dns/public_suffix_list/distinfo (revision 430561) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481901719 -SHA256 (publicsuffix-list-0.0.0.20161216-ffb052a_GH0.tar.gz) = 1ab122384454b23aa03f17a7a6e95a5ea4034840ce686af73eda87ea702f8d5c -SIZE (publicsuffix-list-0.0.0.20161216-ffb052a_GH0.tar.gz) = 80817 +TIMESTAMP = 1483533220 +SHA256 (publicsuffix-list-0.0.0.20161230-7914f59_GH0.tar.gz) = a7c328ae6708b48ad377a4588406f3857f5bf13a865c8c18b6ae6d1e740219a2 +SIZE (publicsuffix-list-0.0.0.20161230-7914f59_GH0.tar.gz) = 80246 Index: head/dns/rubygem-public_suffix/Makefile =================================================================== --- head/dns/rubygem-public_suffix/Makefile (revision 430560) +++ head/dns/rubygem-public_suffix/Makefile (revision 430561) @@ -1,24 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= public_suffix PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby domain name parser based on the Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes USE_RUBY= yes USES= gem post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/data/definitions.txt .include Index: head/dns/rubygem-public_suffix_service/Makefile =================================================================== --- head/dns/rubygem-public_suffix_service/Makefile (revision 430560) +++ head/dns/rubygem-public_suffix_service/Makefile (revision 430561) @@ -1,25 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse and decompose domain names into TLD, domain, and subdomains LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes USE_RUBY= yes USES= gem post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/lib/public_suffix/definitions.txt .include