From owner-svn-ports-head@freebsd.org Fri Apr 8 16:27:44 2016 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 17FBAB08E4D; Fri, 8 Apr 2016 16:27:44 +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 E62DF1D9D; Fri, 8 Apr 2016 16:27:43 +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 u38GRhN5081436; Fri, 8 Apr 2016 16:27:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38GRg2j081430; Fri, 8 Apr 2016 16:27:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604081627.u38GRg2j081430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 Apr 2016 16:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412752 - 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.21 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: Fri, 08 Apr 2016 16:27:44 -0000 Author: sunpoet Date: Fri Apr 8 16:27:42 2016 New Revision: 412752 URL: https://svnweb.freebsd.org/changeset/ports/412752 Log: - Update to 0.0.0.20160406 - Update WWW - 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/public_suffix_list/pkg-descr 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 Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/p5-Mozilla-PublicSuffix/Makefile Fri Apr 8 16:27:42 2016 (r412752) @@ -4,7 +4,7 @@ PORTNAME= Mozilla-PublicSuffix PORTVERSION= 0.1.19 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/dns/public_suffix_list/Makefile ============================================================================== --- head/dns/public_suffix_list/Makefile Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/public_suffix_list/Makefile Fri Apr 8 16:27:42 2016 (r412752) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= public_suffix_list -PORTVERSION= 0.0.0.20160301 +PORTVERSION= 0.0.0.20160406 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org @@ -19,7 +19,7 @@ PLIST_FILES= %%DATADIR%%/public_suffix_l GH_ACCOUNT= publicsuffix GH_PROJECT= list -GH_TAGNAME= fa6e659 +GH_TAGNAME= 1e0c6b0 USE_GITHUB= yes do-install: Modified: head/dns/public_suffix_list/distinfo ============================================================================== --- head/dns/public_suffix_list/distinfo Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/public_suffix_list/distinfo Fri Apr 8 16:27:42 2016 (r412752) @@ -1,2 +1,2 @@ -SHA256 (publicsuffix-list-0.0.0.20160301-fa6e659_GH0.tar.gz) = 80991c52281f0c1061dd95eadc4c7bfbbcd628f0d7094fc9c12d9f5895d88558 -SIZE (publicsuffix-list-0.0.0.20160301-fa6e659_GH0.tar.gz) = 72771 +SHA256 (publicsuffix-list-0.0.0.20160406-1e0c6b0_GH0.tar.gz) = 32399127096a8d746099b591e8afff42420095ffde076f43b6303d6d7154b8ab +SIZE (publicsuffix-list-0.0.0.20160406-1e0c6b0_GH0.tar.gz) = 79011 Modified: head/dns/public_suffix_list/pkg-descr ============================================================================== --- head/dns/public_suffix_list/pkg-descr Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/public_suffix_list/pkg-descr Fri Apr 8 16:27:42 2016 (r412752) @@ -5,4 +5,4 @@ directly register names. Some examples o pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes. WWW: https://publicsuffix.org/ -WWW: https://github.com/publicsuffix/list/ +WWW: https://github.com/publicsuffix/list Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/rubygem-public_suffix/Makefile Fri Apr 8 16:27:42 2016 (r412752) @@ -3,7 +3,7 @@ PORTNAME= public_suffix PORTVERSION= 1.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns rubygems MASTER_SITES= RG Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Fri Apr 8 16:27:37 2016 (r412751) +++ head/dns/rubygem-public_suffix_service/Makefile Fri Apr 8 16:27:42 2016 (r412752) @@ -3,7 +3,7 @@ PORTNAME= public_suffix_service PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns rubygems MASTER_SITES= RG