From owner-svn-ports-all@freebsd.org Sat Jul 15 19:08:46 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 6D792B79557; Sat, 15 Jul 2017 19:08:46 +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 495DD7F9E8; Sat, 15 Jul 2017 19:08:46 +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 v6FJ8jqA006207; Sat, 15 Jul 2017 19:08:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FJ8jOX006200; Sat, 15 Jul 2017 19:08:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707151908.v6FJ8jOX006200@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, 15 Jul 2017 19:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445924 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list py-publicsuffix rubygem-public_suffix 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_suffix_service X-SVN-Commit-Revision: 445924 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, 15 Jul 2017 19:08:46 -0000 Author: sunpoet Date: Sat Jul 15 19:08:44 2017 New Revision: 445924 URL: https://svnweb.freebsd.org/changeset/ports/445924 Log: Update to 0.0.0.20170713 - 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_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sat Jul 15 19:08:44 2017 (r445924) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/public_suffix_list/Makefile Sat Jul 15 19:08:44 2017 (r445924) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170622 +PORTVERSION= 0.0.0.20170713 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= d818677 +GH_TAGNAME= e8c69a6 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/public_suffix_list/distinfo Sat Jul 15 19:08:44 2017 (r445924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498578293 -SHA256 (publicsuffix-list-0.0.0.20170622-d818677_GH0.tar.gz) = 4b710ec5d23bc7267cf3b9a43ebada368beff7d4b7902fec528498cc44d84ce2 -SIZE (publicsuffix-list-0.0.0.20170622-d818677_GH0.tar.gz) = 82191 +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 Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/py-publicsuffix/Makefile Sat Jul 15 19:08:44 2017 (r445924) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/rubygem-public_suffix/Makefile Sat Jul 15 19:08:44 2017 (r445924) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sat Jul 15 19:08:23 2017 (r445923) +++ head/dns/rubygem-public_suffix_service/Makefile Sat Jul 15 19:08:44 2017 (r445924) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= dns rubygems MASTER_SITES= RG