From owner-svn-ports-head@freebsd.org Mon Feb 27 14:14:10 2017 Return-Path: Delivered-To: svn-ports-head@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 131D4CEFF01; Mon, 27 Feb 2017 14:14:10 +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 DF5F81A8; Mon, 27 Feb 2017 14:14:09 +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 v1REE8mE005694; Mon, 27 Feb 2017 14:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1REE8Ue005689; Mon, 27 Feb 2017 14:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702271414.v1REE8Ue005689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Feb 2017 14:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434942 - in head/dns: p5-Mozilla-PublicSuffix public_suffix_list rubygem-public_suffix rubygem-public_suffix_service X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 14:14:10 -0000 Author: sunpoet Date: Mon Feb 27 14:14:08 2017 New Revision: 434942 URL: https://svnweb.freebsd.org/changeset/ports/434942 Log: Update to 0.0.0.20170223 - 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/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix_service/Makefile Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile ============================================================================== --- head/dns/p5-Mozilla-PublicSuffix/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/public_suffix_list/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20170206 +PORTVERSION= 0.0.0.20170223 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 07c79d4 +GH_TAGNAME= 1b9ceb7 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/public_suffix_list/distinfo Mon Feb 27 14:14:08 2017 (r434942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487174369 -SHA256 (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 3c7cca251db4c8c24e8436afc51d39e7be446e93ed801a376410745d5320a3f6 -SIZE (publicsuffix-list-0.0.0.20170206-07c79d4_GH0.tar.gz) = 80643 +TIMESTAMP = 1488204115 +SHA256 (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = e39bc9b0ee31e555bdae0cb12c17359ccab957589a2954b731ac47ff2f772a4d +SIZE (publicsuffix-list-0.0.0.20170223-1b9ceb7_GH0.tar.gz) = 80546 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/rubygem-public_suffix/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Mon Feb 27 14:09:25 2017 (r434941) +++ head/dns/rubygem-public_suffix_service/Makefile Mon Feb 27 14:14:08 2017 (r434942) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= dns rubygems MASTER_SITES= RG