From owner-svn-ports-all@freebsd.org Wed Sep 20 16:31:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9429FE15F7A; Wed, 20 Sep 2017 16:31:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F15F713AF; Wed, 20 Sep 2017 16:31:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8KGVVEU032882; Wed, 20 Sep 2017 16:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8KGVUnd032874; Wed, 20 Sep 2017 16:31:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709201631.v8KGVUnd032874@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Sep 2017 16:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450209 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list py-publicsuffix rubygem-public_suffix rubygem-public_suffix2 rubygem-public_suffix_service X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/dns: p5-Mozilla-PublicSuffix public_suffix_list py-publicsuffix rubygem-public_suffix rubygem-public_suffix2 rubygem-public_suffix_service X-SVN-Commit-Revision: 450209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 16:31:32 -0000 Author: sunpoet Date: Wed Sep 20 16:31:30 2017 New Revision: 450209 URL: https://svnweb.freebsd.org/changeset/ports/450209 Log: Update to 0.0.0.20170910 - Bump PORTREVISION for dependent ports Changes: https://github.com/publicsuffix/list/commits/master Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile head/dns/public_suffix_list/Makefile head/dns/public_suffix_list/distinfo head/dns/py-publicsuffix/Makefile head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix2/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/public_suffix_list/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170809 +PORTVERSION= 0.0.0.20170910 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_list.dat \ GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 7daa3a2 +GH_TAGNAME= 47da4a2 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/public_suffix_list/distinfo Wed Sep 20 16:31:30 2017 (r450209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503072834 -SHA256 (publicsuffix-list-0.0.0.20170809-7daa3a2_GH0.tar.gz) = ce904c77c6599164cb92db6c5ce086bf3fc742030cd707a1a707a5b178e3ae5a -SIZE (publicsuffix-list-0.0.0.20170809-7daa3a2_GH0.tar.gz) = 82901 +TIMESTAMP = 1505917676 +SHA256 (publicsuffix-list-0.0.0.20170910-47da4a2_GH0.tar.gz) = 17f58a376cbe6961c6e3250208caf3826bc906cb22a78890f8109fb126a7e436 +SIZE (publicsuffix-list-0.0.0.20170910-47da4a2_GH0.tar.gz) = 83315 Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/py-publicsuffix/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/rubygem-public_suffix/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix2/Makefile ============================================================================== --- head/dns/rubygem-public_suffix2/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/rubygem-public_suffix2/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Wed Sep 20 16:31:25 2017 (r450208) +++ head/dns/rubygem-public_suffix_service/Makefile Wed Sep 20 16:31:30 2017 (r450209) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= dns rubygems MASTER_SITES= RG