Index: head/dns/p5-Mozilla-PublicSuffix/Makefile =================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 434223) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 434224) @@ -1,29 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 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 434223) +++ head/dns/public_suffix_list/Makefile (revision 434224) @@ -1,32 +1,32 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170118 +PORTVERSION= 0.0.0.20170206 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= 45a2bf8 +GH_TAGNAME= 07c79d4 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 434223) +++ head/dns/public_suffix_list/distinfo (revision 434224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485194136 -SHA256 (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 7fdc62e7e8fecdeb94aaadf2b1b63dd8b12e0c7595fdd23623f517cf8b297d13 -SIZE (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 80330 +TIMESTAMP = 1487174369 +SHA256 (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 3c7cca251db4c8c24e8436afc51d39e7be446e93ed801a376410745d5320a3f6 +SIZE (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 80643 Index: head/dns/rubygem-public_suffix/Makefile =================================================================== --- head/dns/rubygem-public_suffix/Makefile (revision 434223) +++ head/dns/rubygem-public_suffix/Makefile (revision 434224) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTREVISION= 3 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 434223) +++ head/dns/rubygem-public_suffix_service/Makefile (revision 434224) @@ -1,25 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 10 +PORTREVISION= 11 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