From owner-svn-ports-all@FreeBSD.ORG Thu May 21 21:25:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF8A0474; Thu, 21 May 2015 21:25:58 +0000 (UTC) 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 91D3F1A1D; Thu, 21 May 2015 21:25:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LLPwEB047521; Thu, 21 May 2015 21:25:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LLPvYj047518; Thu, 21 May 2015 21:25:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505212125.t4LLPvYj047518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 May 2015 21:25:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386973 - in head/devel/rubygem-hashie: . files 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: Thu, 21 May 2015 21:25:58 -0000 Author: sunpoet Date: Thu May 21 21:25:57 2015 New Revision: 386973 URL: https://svnweb.freebsd.org/changeset/ports/386973 Log: - Update to 3.4.1 - Reformat pkg-descr - Take maintainership Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md Deleted: head/devel/rubygem-hashie/files/ Modified: head/devel/rubygem-hashie/Makefile head/devel/rubygem-hashie/distinfo head/devel/rubygem-hashie/pkg-descr Modified: head/devel/rubygem-hashie/Makefile ============================================================================== --- head/devel/rubygem-hashie/Makefile Thu May 21 21:25:51 2015 (r386972) +++ head/devel/rubygem-hashie/Makefile Thu May 21 21:25:57 2015 (r386973) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= hashie -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hashie is a simple collection of useful Hash extensions LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include Modified: head/devel/rubygem-hashie/distinfo ============================================================================== --- head/devel/rubygem-hashie/distinfo Thu May 21 21:25:51 2015 (r386972) +++ head/devel/rubygem-hashie/distinfo Thu May 21 21:25:57 2015 (r386973) @@ -1,4 +1,2 @@ -SHA256 (rubygem/hashie-3.4.0.gem) = 5e39f20c0087ff8fc415f378427c17dc8cd21fa282b7f26267a863b073655802 -SIZE (rubygem/hashie-3.4.0.gem) = 51712 -SHA256 (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 6281bfb9615b4abce7771e550273cf89ebd5e919e0608553fe1b4a5e9d2a70c5 -SIZE (rubygem/09821f3c90755d019c5083174ab42f442e182767.diff) = 3348 +SHA256 (rubygem/hashie-3.4.1.gem) = 76dc47a37116e8e6be30e37389776cecd3809efa5e4e207f2d02de0f3d9a4f34 +SIZE (rubygem/hashie-3.4.1.gem) = 54784 Modified: head/devel/rubygem-hashie/pkg-descr ============================================================================== --- head/devel/rubygem-hashie/pkg-descr Thu May 21 21:25:51 2015 (r386972) +++ head/devel/rubygem-hashie/pkg-descr Thu May 21 21:25:57 2015 (r386973) @@ -1,12 +1,11 @@ -Hashie is available as a RubyGem which extend Hashes and make them more useful. +Hashie is available as a RubyGem which extend Hashes and make them more useful. - * Hashie::Mash: gives simple pseudo-object functionality that can be - built from hashes and easily extended - * Hashie::Dash: has a discrete set of defined properties and only those - properties may be set on the hash. - * Hashie::Trash: a Dash that allows you to translate keys on - initialization. - * Hashie::Clash: allows you to easily construct complex hashes using - method notation chaining. +- Hashie::Mash: gives simple pseudo-object functionality that can be built from + hashes and easily extended +- Hashie::Dash: has a discrete set of defined properties and only those + properties may be set on the hash. +- Hashie::Trash: a Dash that allows you to translate keys on initialization. +- Hashie::Clash: allows you to easily construct complex hashes using method + notation chaining. WWW: https://github.com/intridea/hashie