diff options
author | taca <taca@pkgsrc.org> | 2012-07-31 13:44:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-31 13:44:30 +0000 |
commit | 94ccdc0de21552bf436fa26a0e781468356fddb3 (patch) | |
tree | 5f680b0d07f6cc3a4a897297e9d62153f2ee6c41 /archivers/ruby-zip | |
parent | 51462b3270716163649a9ec8f9fef18a365960c0 (diff) | |
download | pkgsrc-94ccdc0de21552bf436fa26a0e781468356fddb3.tar.gz |
Update ruby-zip to 0.9.9.
= Version 0.9.9
Added support for backslashes in zip files (generated by the default Windows
zip packer for example) and comment sections with the comment length set to zero
even though there is actually a comment.
Diffstat (limited to 'archivers/ruby-zip')
-rw-r--r-- | archivers/ruby-zip/Makefile | 4 | ||||
-rw-r--r-- | archivers/ruby-zip/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index 0a012a8e9e0..f250785ae45 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/04/28 13:55:58 taca Exp $ +# $NetBSD: Makefile,v 1.10 2012/07/31 13:44:30 taca Exp $ -DISTNAME= rubyzip-0.9.8 +DISTNAME= rubyzip-0.9.9 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//} CATEGORIES= archivers diff --git a/archivers/ruby-zip/distinfo b/archivers/ruby-zip/distinfo index 0501775d6fc..8e5ca35a891 100644 --- a/archivers/ruby-zip/distinfo +++ b/archivers/ruby-zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/04/28 13:55:58 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/07/31 13:44:30 taca Exp $ -SHA1 (rubyzip-0.9.8.gem) = d2da6b88afb07839fdf878397481a17a54a03e23 -RMD160 (rubyzip-0.9.8.gem) = a1c8746bee960631a57ac4006bcf682b32f58c5e -Size (rubyzip-0.9.8.gem) = 31232 bytes +SHA1 (rubyzip-0.9.9.gem) = 5756f7bd2f68ef2084afe3d1f379bed26ab302eb +RMD160 (rubyzip-0.9.9.gem) = 50f7176df85a2280f4283bc1f38ab887f4cff1be +Size (rubyzip-0.9.9.gem) = 31744 bytes |