Index: head/dns/p5-Mozilla-PublicSuffix/Makefile =================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 439303) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 439304) @@ -1,29 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 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 439303) +++ head/dns/public_suffix_list/Makefile (revision 439304) @@ -1,32 +1,32 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170401 +PORTVERSION= 0.0.0.20170412 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= 6efe629 +GH_TAGNAME= cae8dc7 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 439303) +++ head/dns/public_suffix_list/distinfo (revision 439304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491081101 -SHA256 (publicsuffix-list-0.0.0.20170401-6efe629_GH0.tar.gz) = ea87e6035e50328772b4a11e8cb0e3e4677d2af49e9ab49401401e4baa88c345 -SIZE (publicsuffix-list-0.0.0.20170401-6efe629_GH0.tar.gz) = 80599 +TIMESTAMP = 1492960927 +SHA256 (publicsuffix-list-0.0.0.20170412-cae8dc7_GH0.tar.gz) = 7070ea95daaba04eb4c8eef9b6533d8834d14c0b0d941d74178b3d276406b7c4 +SIZE (publicsuffix-list-0.0.0.20170412-cae8dc7_GH0.tar.gz) = 81408 Index: head/dns/py-publicsuffix/Makefile =================================================================== --- head/dns/py-publicsuffix/Makefile (revision 439303) +++ head/dns/py-publicsuffix/Makefile (revision 439304) @@ -1,26 +1,26 @@ # Created by: Dmitry Pryadko # $FreeBSD$ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= d.pryadko@rambler-co.ru COMMENT= Get public suffix of domain name from Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/publicsuffix/public_suffix_list.dat .include Index: head/dns/rubygem-public_suffix/Makefile =================================================================== --- head/dns/rubygem-public_suffix/Makefile (revision 439303) +++ head/dns/rubygem-public_suffix/Makefile (revision 439304) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= public_suffix PORTVERSION= 2.0.5 -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 439303) +++ head/dns/rubygem-public_suffix_service/Makefile (revision 439304) @@ -1,25 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 13 +PORTREVISION= 14 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