From owner-svn-ports-all@FreeBSD.ORG Mon May 25 19:53:57 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1089AA2E; Mon, 25 May 2015 19:53:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D87B76E6; Mon, 25 May 2015 19:53:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4PJrufd024590; Mon, 25 May 2015 19:53:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4PJruva024587; Mon, 25 May 2015 19:53:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505251953.t4PJruva024587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 May 2015 19:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387400 - head/dns/rubygem-public_suffix 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: Mon, 25 May 2015 19:53:57 -0000 Author: sunpoet Date: Mon May 25 19:53:55 2015 New Revision: 387400 URL: https://svnweb.freebsd.org/changeset/ports/387400 Log: - Update to 1.5.1 - Simplify COMMENT - Update WWW Changes: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md Modified: head/dns/rubygem-public_suffix/Makefile head/dns/rubygem-public_suffix/distinfo head/dns/rubygem-public_suffix/pkg-descr Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Mon May 25 19:53:50 2015 (r387399) +++ head/dns/rubygem-public_suffix/Makefile Mon May 25 19:53:55 2015 (r387400) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= public_suffix -PORTVERSION= 1.4.6 +PORTVERSION= 1.5.1 CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Parse and decompose a domain name into top level domain, domain and subdomains +COMMENT= Ruby domain name parser based on the Public Suffix List LICENSE= MIT Modified: head/dns/rubygem-public_suffix/distinfo ============================================================================== --- head/dns/rubygem-public_suffix/distinfo Mon May 25 19:53:50 2015 (r387399) +++ head/dns/rubygem-public_suffix/distinfo Mon May 25 19:53:55 2015 (r387400) @@ -1,2 +1,2 @@ -SHA256 (rubygem/public_suffix-1.4.6.gem) = 20e0e795fdd5b2c602f2c0e061352c51772a32830d812653c37c56473d59aa75 -SIZE (rubygem/public_suffix-1.4.6.gem) = 66560 +SHA256 (rubygem/public_suffix-1.5.1.gem) = a0395cd504d57c98955293ff280c45141a203c7170e9dc6939382e3a7c8f374a +SIZE (rubygem/public_suffix-1.5.1.gem) = 74240 Modified: head/dns/rubygem-public_suffix/pkg-descr ============================================================================== --- head/dns/rubygem-public_suffix/pkg-descr Mon May 25 19:53:50 2015 (r387399) +++ head/dns/rubygem-public_suffix/pkg-descr Mon May 25 19:53:55 2015 (r387400) @@ -1,4 +1,4 @@ PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains. -WWW: http://www.simonecarletti.com/code/publicsuffix +WWW: http://simonecarletti.com/code/publicsuffix/