From owner-svn-ports-all@freebsd.org Sun Nov 12 19:09:41 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 0829AC7A541; Sun, 12 Nov 2017 19:09:41 +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 D71E97111F; Sun, 12 Nov 2017 19:09:40 +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 vACJ9dZZ075523; Sun, 12 Nov 2017 19:09:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACJ9dBX075517; Sun, 12 Nov 2017 19:09:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711121909.vACJ9dBX075517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Nov 2017 19:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454061 - 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: 454061 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.25 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: Sun, 12 Nov 2017 19:09:41 -0000 Author: sunpoet Date: Sun Nov 12 19:09:39 2017 New Revision: 454061 URL: https://svnweb.freebsd.org/changeset/ports/454061 Log: Update to 0.0.0.20171029 - 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 Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Sun Nov 12 19:09:39 2017 (r454061) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/public_suffix_list/Makefile Sun Nov 12 19:09:39 2017 (r454061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170910 +PORTVERSION= 0.0.0.20171029 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= 47da4a2 +GH_TAGNAME= 85fa8fb USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/public_suffix_list/distinfo Sun Nov 12 19:09:39 2017 (r454061) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1510443452 +SHA256 (publicsuffix-list-0.0.0.20171029-85fa8fb_GH0.tar.gz) = 6d8fca9ecc0b4c6daa5eaecc5cd71bc595cc42561da8354514b85644a357210a +SIZE (publicsuffix-list-0.0.0.20171029-85fa8fb_GH0.tar.gz) = 83293 Modified: head/dns/py-publicsuffix/Makefile ============================================================================== --- head/dns/py-publicsuffix/Makefile Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/py-publicsuffix/Makefile Sun Nov 12 19:09:39 2017 (r454061) @@ -3,7 +3,7 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/rubygem-public_suffix/Makefile Sun Nov 12 19:09:39 2017 (r454061) @@ -3,6 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Sun Nov 12 19:09:33 2017 (r454060) +++ head/dns/rubygem-public_suffix_service/Makefile Sun Nov 12 19:09:39 2017 (r454061) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= dns rubygems MASTER_SITES= RG