diff options
author | taca <taca@pkgsrc.org> | 2011-06-18 01:51:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-18 01:51:40 +0000 |
commit | 5705200de44836d8de4d9c562eb3d3fb51b32550 (patch) | |
tree | 9913bcd820cefcf2645685fb4e306b82f9846734 /devel | |
parent | 6fc8d59aa39783bc572b830d9eb3295da3b11e54 (diff) | |
download | pkgsrc-5705200de44836d8de4d9c562eb3d3fb51b32550.tar.gz |
Update ruby-pathname2 package to 1.6.4.
== 1.6.4 - 20-Jan-2011
* Explicitly remove the Pathname const if it is already defined in order
to avoid a superclass mismatch error. This library assumes that if you
require pathname2, you want my version of the Pathname class.
* Updated URI handling for Ruby 1.9.x.
* Added the Pathname() method, a synonym for Pathname.new.
* Some Rakefile and gemspec tweaks.
* Some updates to the test suite, including some specifically for Windows 7.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-pathname2/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-pathname2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-pathname2/Makefile b/devel/ruby-pathname2/Makefile index 29afa50aede..0b91daf756b 100644 --- a/devel/ruby-pathname2/Makefile +++ b/devel/ruby-pathname2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 06:08:32 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/06/18 01:51:40 taca Exp $ -DISTNAME= pathname2-1.6.3 +DISTNAME= pathname2-1.6.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-pathname2/distinfo b/devel/ruby-pathname2/distinfo index f552e13e625..a3541aec6a9 100644 --- a/devel/ruby-pathname2/distinfo +++ b/devel/ruby-pathname2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/10 06:08:32 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/06/18 01:51:40 taca Exp $ -SHA1 (pathname2-1.6.3.gem) = d568c7503d8c9bf0a9630f728329f5e64f7adec7 -RMD160 (pathname2-1.6.3.gem) = 80daf6c47c35ddec665819a7146533a078e186ad -Size (pathname2-1.6.3.gem) = 22016 bytes +SHA1 (pathname2-1.6.4.gem) = 6bec48276d8ea949a43fc639fadea5d630c78d31 +RMD160 (pathname2-1.6.4.gem) = 0d9188ad65f78f28620882e4bad2170121735785 +Size (pathname2-1.6.4.gem) = 22016 bytes |