From owner-svn-ports-all@freebsd.org Sat Aug 19 16:04:44 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 AFE77DD0259; Sat, 19 Aug 2017 16:04:44 +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 895177E525; Sat, 19 Aug 2017 16:04:44 +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 v7JG4hft099024; Sat, 19 Aug 2017 16:04:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7JG4hrb099017; Sat, 19 Aug 2017 16:04:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708191604.v7JG4hrb099017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Aug 2017 16:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448322 - 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: 448322 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: Sat, 19 Aug 2017 16:04:44 -0000 Author: sunpoet Date: Sat Aug 19 16:04:42 2017 New Revision: 448322 URL: https://svnweb.freebsd.org/changeset/ports/448322 Log: Update to 0.0.0.20170809 - 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 Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/public_suffix_list/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170713 +PORTVERSION= 0.0.0.20170809 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= e8c69a6 +GH_TAGNAME= 7daa3a2 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/public_suffix_list/distinfo Sat Aug 19 16:04:42 2017 (r448322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500142237 -SHA256 (publicsuffix-list-0.0.0.20170713-e8c69a6_GH0.tar.gz) = 91604b636d83654d6ed21c956da21885796013f2f10b4f7ec9cef39a516cadbf -SIZE (publicsuffix-list-0.0.0.20170713-e8c69a6_GH0.tar.gz) = 82896 +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 Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/py-publicsuffix/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/rubygem-public_suffix/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -3,6 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix2/Makefile ============================================================================== --- head/dns/rubygem-public_suffix2/Makefile Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/rubygem-public_suffix2/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -3,6 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG PKGNAMESUFFIX= 2 Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sat Aug 19 16:04:37 2017 (r448321) +++ head/dns/rubygem-public_suffix_service/Makefile Sat Aug 19 16:04:42 2017 (r448322) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= dns rubygems MASTER_SITES= RG