Index: head/dns/p5-Mozilla-PublicSuffix/Makefile =================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 415020) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile (revision 415021) @@ -1,29 +1,29 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 0.1.19 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 415020) +++ head/dns/public_suffix_list/Makefile (revision 415021) @@ -1,30 +1,30 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20160406 +PORTVERSION= 0.0.0.20160510 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org COMMENT= Public Suffix List by Mozilla LICENSE= MPL LICENSE_FILE= ${WRKSRC}/LICENSE 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= 1e0c6b0 +GH_TAGNAME= 2226f9c 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 415020) +++ head/dns/public_suffix_list/distinfo (revision 415021) @@ -1,2 +1,2 @@ -SHA256 (publicsuffix-list-0.0.0.20160406-1e0c6b0_GH0.tar.gz) = 32399127096a8d746099b591e8afff42420095ffde076f43b6303d6d7154b8ab -SIZE (publicsuffix-list-0.0.0.20160406-1e0c6b0_GH0.tar.gz) = 79011 +SHA256 (publicsuffix-list-0.0.0.20160510-2226f9c_GH0.tar.gz) = 5411ffcd8bf530175e3189b7240f5a74bcea8a548cde23c057e1ba651d5a7ee6 +SIZE (publicsuffix-list-0.0.0.20160510-2226f9c_GH0.tar.gz) = 79745 Index: head/dns/rubygem-public_suffix/Makefile =================================================================== --- head/dns/rubygem-public_suffix/Makefile (revision 415020) +++ head/dns/rubygem-public_suffix/Makefile (revision 415021) @@ -1,25 +1,25 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= public_suffix PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTREVISION= 4 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 415020) +++ head/dns/rubygem-public_suffix_service/Makefile (revision 415021) @@ -1,25 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 5 +PORTREVISION= 6 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