From owner-svn-ports-head@freebsd.org Mon Jan 23 18:50:47 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 A23BDCBE29C; Mon, 23 Jan 2017 18:50:47 +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 7CFBB875; Mon, 23 Jan 2017 18:50:47 +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 v0NIokZG063254; Mon, 23 Jan 2017 18:50:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NIokCv063249; Mon, 23 Jan 2017 18:50:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701231850.v0NIokCv063249@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, 23 Jan 2017 18:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432266 - 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, 23 Jan 2017 18:50:47 -0000 Author: sunpoet Date: Mon Jan 23 18:50:45 2017 New Revision: 432266 URL: https://svnweb.freebsd.org/changeset/ports/432266 Log: Update to 0.0.0.20170118 - 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 Jan 23 18:13:36 2017 (r432265) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Mon Jan 23 18:50:45 2017 (r432266) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Mon Jan 23 18:13:36 2017 (r432265) +++ head/dns/public_suffix_list/Makefile Mon Jan 23 18:50:45 2017 (r432266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20161230 +PORTVERSION= 0.0.0.20170118 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -21,7 +21,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 7914f59 +GH_TAGNAME= 45a2bf8 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Mon Jan 23 18:13:36 2017 (r432265) +++ head/dns/public_suffix_list/distinfo Mon Jan 23 18:50:45 2017 (r432266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483533220 -SHA256 (publicsuffix-list-0.0.0.20161230-7914f59_GH0.tar.gz) = a7c328ae6708b48ad377a4588406f3857f5bf13a865c8c18b6ae6d1e740219a2 -SIZE (publicsuffix-list-0.0.0.20161230-7914f59_GH0.tar.gz) = 80246 +TIMESTAMP = 1485194136 +SHA256 (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 7fdc62e7e8fecdeb94aaadf2b1b63dd8b12e0c7595fdd23623f517cf8b297d13 +SIZE (publicsuffix-list-0.0.0.20170118-45a2bf8_GH0.tar.gz) = 80330 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Mon Jan 23 18:13:36 2017 (r432265) +++ head/dns/rubygem-public_suffix/Makefile Mon Jan 23 18:50:45 2017 (r432266) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Mon Jan 23 18:13:36 2017 (r432265) +++ head/dns/rubygem-public_suffix_service/Makefile Mon Jan 23 18:50:45 2017 (r432266) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= dns rubygems MASTER_SITES= RG