Index: head/dns/p5-Mozilla-PublicSuffix/Makefile =================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 428726) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 428727) @@ -1,28 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 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 428726) +++ head/dns/public_suffix_list/Makefile (revision 428727) @@ -1,30 +1,32 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20161028 +PORTVERSION= 0.0.0.20161216 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= 2f02484 +GH_TAGNAME= ffb052a 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 428726) +++ head/dns/public_suffix_list/distinfo (revision 428727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478199475 -SHA256 (publicsuffix-list-0.0.0.20161028-2f02484_GH0.tar.gz) = 177aa983b9df9240f1f1494be655153da05760c28954f110ed8aa59daaa7bf32 -SIZE (publicsuffix-list-0.0.0.20161028-2f02484_GH0.tar.gz) = 80023 +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 Index: head/dns/rubygem-public_suffix/Makefile =================================================================== --- head/dns/rubygem-public_suffix/Makefile (revision 428726) +++ head/dns/rubygem-public_suffix/Makefile (revision 428727) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= public_suffix PORTVERSION= 1.5.3 -PORTREVISION= 5 +PORTREVISION= 6 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 428726) +++ head/dns/rubygem-public_suffix_service/Makefile (revision 428727) @@ -1,25 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 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