diff options
author | taca <taca@pkgsrc.org> | 2016-03-15 15:55:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-15 15:55:42 +0000 |
commit | cfbe2e0aa5f9c02e85bf1c1a396bdfab520f83e4 (patch) | |
tree | 371637a9ff3f4804930c4dedbd7734ff16ff99d3 /textproc | |
parent | 966092d0d922bdb3fa785557e70b565a79fd5479 (diff) | |
download | pkgsrc-cfbe2e0aa5f9c02e85bf1c1a396bdfab520f83e4.tar.gz |
Update ruby-plist to 3.2.0.
* Updated dprecated File.exists? to File.exist?
* Updated README.rdoc 'Apple Computer' -> 'Apple'
* Fixed defect in PData in which exception was thrown when <data/> element
was read from plist.
* guard against not being able to load rdoc tasks
* Fix typo in comment
* Remove 'Computer' from 'Apple Computer' string in plist files ;-)
* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and
string hash keys.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-plist/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-plist/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/ruby-plist/Makefile b/textproc/ruby-plist/Makefile index 99cd5572744..3ace42eda48 100644 --- a/textproc/ruby-plist/Makefile +++ b/textproc/ruby-plist/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 08:33:30 taca Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/15 15:55:42 taca Exp $ -DISTNAME= plist-3.1.0 +DISTNAME= plist-3.2.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://plist.rubyforge.org/ +HOMEPAGE= https://github.com/bleything/plist COMMENT= Manipulate Property List files LICENSE= mit diff --git a/textproc/ruby-plist/distinfo b/textproc/ruby-plist/distinfo index 9a6d4ef1153..91c45ea20ad 100644 --- a/textproc/ruby-plist/distinfo +++ b/textproc/ruby-plist/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 02:00:09 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/03/15 15:55:42 taca Exp $ -SHA1 (plist-3.1.0.gem) = 8a5b74ba1dcf32e42c850723c7768963813e8bda -RMD160 (plist-3.1.0.gem) = 00afd5cf5677ecb6f38e20c2def7d74d885d1a6b -SHA512 (plist-3.1.0.gem) = d31f4f2f30cab864c42e374799ce8e85d8b0c6e10b115c28054529fa2b76c36a7ae20087a7949fb8508f9a2360c83f8f0ddec9356505afa1c8539a46cb73d352 -Size (plist-3.1.0.gem) = 37888 bytes +SHA1 (plist-3.2.0.gem) = af471e101f07409dcf145657bab2f3ff784acc42 +RMD160 (plist-3.2.0.gem) = f145eb550fc6b59712bdc51546ce3211379905a5 +SHA512 (plist-3.2.0.gem) = 87035859b346b2b59284c5389025570ed678a4fc584bc07e8b1e3246fafc5d0f39818505cb15eb7f45e4aaa680c67d56be9e5f73d5f99f96eded885c3f5dac32 +Size (plist-3.2.0.gem) = 38912 bytes |