svn commit: r386973 - in head/devel/rubygem-hashie: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 21 21:25:58 UTC 2015
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list