From owner-svn-ports-all@freebsd.org Tue Feb 2 22:44:22 2016 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 2E7BDA989E2; Tue, 2 Feb 2016 22:44:22 +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 CCEC1855; Tue, 2 Feb 2016 22:44:21 +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 u12MiK1a083333; Tue, 2 Feb 2016 22:44:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u12MiKOY083328; Tue, 2 Feb 2016 22:44:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201602022244.u12MiKOY083328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 Feb 2016 22:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407852 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 02 Feb 2016 22:44:22 -0000 Author: sunpoet Date: Tue Feb 2 22:44:20 2016 New Revision: 407852 URL: https://svnweb.freebsd.org/changeset/ports/407852 Log: - Update to 0.0.0.20160130 - 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 Tue Feb 2 22:44:15 2016 (r407851) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Tue Feb 2 22:44:20 2016 (r407852) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 0.1.19 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Tue Feb 2 22:44:15 2016 (r407851) +++ head/dns/public_suffix_list/Makefile Tue Feb 2 22:44:20 2016 (r407852) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20160105 +PORTVERSION= 0.0.0.20160130 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -19,7 +19,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= 8014011 +GH_TAGNAME= 24caf4f USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Tue Feb 2 22:44:15 2016 (r407851) +++ head/dns/public_suffix_list/distinfo Tue Feb 2 22:44:20 2016 (r407852) @@ -1,2 +1,2 @@ -SHA256 (publicsuffix-list-0.0.0.20160105-8014011_GH0.tar.gz) = ef608cf3c90e4502ffe27ec27ed54eff8d3499c3482549e976605efb458e1953 -SIZE (publicsuffix-list-0.0.0.20160105-8014011_GH0.tar.gz) = 72821 +SHA256 (publicsuffix-list-0.0.0.20160130-24caf4f_GH0.tar.gz) = 7f160a2ff7a73c2cc11594cef3fcd0ee389d548716520f228056541a7e9f6082 +SIZE (publicsuffix-list-0.0.0.20160130-24caf4f_GH0.tar.gz) = 72902 Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Tue Feb 2 22:44:15 2016 (r407851) +++ head/dns/rubygem-public_suffix/Makefile Tue Feb 2 22:44:20 2016 (r407852) @@ -3,6 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Tue Feb 2 22:44:15 2016 (r407851) +++ head/dns/rubygem-public_suffix_service/Makefile Tue Feb 2 22:44:20 2016 (r407852) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns rubygems MASTER_SITES= RG