diff options
author | taca <taca@pkgsrc.org> | 2016-01-03 05:31:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-01-03 05:31:55 +0000 |
commit | 5476ac5293be091ce606d6ab189dc5a0a737b81c (patch) | |
tree | 3e43f1778554e1f0f44d937a519a32cab40e4451 /archivers | |
parent | 3200bf489f28ed577dae0cad578029097025d834 (diff) | |
download | pkgsrc-5476ac5293be091ce606d6ab189dc5a0a737b81c.tar.gz |
Update ruby-xz to 0.2.3.
== 0.2.3 (2015-12-29)
* *Fix* documentation of XZ module (a :nodoc: was causing havoc
in the XZ module so it appeared to have no methods).
* No other changes this release.
== 0.2.2 (2015-12-27)
* *Add* XZ.disable_deprecation_notices
* *Deprecate* use of XZ::StreamReader.open with an IO argument
* *Deprecate* use of XZ::StreamReader.new with a filename argument
* *Deprecate* use of XZ::StreamWriter.open with an IO argument
* *Deprecate* use of XZ::StreamWriter.new with a filename argument
* *Deprecate* nonautomatic IO close in XZ::StreamReader#close
* *Deprecate* nonautomatic IO close in XZ::StreamWriter#close
* *Fix* incompatibility with Resolv.getaddress() in Ruby 2.2 (Ticket #13
by Ken Simon)
* Goal of these deprecations is to sync the API with Ruby’s own
Zlib::GzipWriter and Zlib::GzipReader mostly.
* Add required versions to gemspec.
* Comment format cleanup, results in better docs.
* Internal code cleanup
* Add more tests.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-xz/Makefile | 4 | ||||
-rw-r--r-- | archivers/ruby-xz/PLIST | 6 | ||||
-rw-r--r-- | archivers/ruby-xz/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/archivers/ruby-xz/Makefile b/archivers/ruby-xz/Makefile index 7b14683d9bf..e04efa6cb86 100644 --- a/archivers/ruby-xz/Makefile +++ b/archivers/ruby-xz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2015/11/25 12:47:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2016/01/03 05:31:55 taca Exp $ -DISTNAME= ruby-xz-0.2.1 +DISTNAME= ruby-xz-0.2.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} CATEGORIES= archivers diff --git a/archivers/ruby-xz/PLIST b/archivers/ruby-xz/PLIST index af191c7cacc..4b20e5911f6 100644 --- a/archivers/ruby-xz/PLIST +++ b/archivers/ruby-xz/PLIST @@ -1,11 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2015/03/01 12:58:16 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/01/03 05:31:55 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/AUTHORS ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/HISTORY.rdoc -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/lib/xz.rb ${GEM_LIBDIR}/lib/xz/lib_lzma.rb ${GEM_LIBDIR}/lib/xz/stream.rb ${GEM_LIBDIR}/lib/xz/stream_reader.rb ${GEM_LIBDIR}/lib/xz/stream_writer.rb +${GEM_LIBDIR}/lib/xz/version.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/archivers/ruby-xz/distinfo b/archivers/ruby-xz/distinfo index ef977d32127..67cbd271b96 100644 --- a/archivers/ruby-xz/distinfo +++ b/archivers/ruby-xz/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 00:56:25 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/01/03 05:31:55 taca Exp $ -SHA1 (ruby-xz-0.2.1.gem) = c9fa108b21a5f5fb23ff5185d827e1ef5bdd6b78 -RMD160 (ruby-xz-0.2.1.gem) = 94b9d4f0636585ec90c7ff4a092ed2306addb651 -SHA512 (ruby-xz-0.2.1.gem) = ac3aff70c0bfd445ce1f41279d2d438eee21b9fbabed0a240bbe5bd80d393d6bebe8bbd0f95d6e68d32bd0d15d6dbe006106f0fecff685945038756b7fb2b298 -Size (ruby-xz-0.2.1.gem) = 16896 bytes +SHA1 (ruby-xz-0.2.3.gem) = ca7f717d02a3a59ca9442c55f9e2ab4125ed46b8 +RMD160 (ruby-xz-0.2.3.gem) = 726aa6e89f44f171014731a4dc698bcb2d8b867f +SHA512 (ruby-xz-0.2.3.gem) = 68ddd53d2f3f42f179f529c9aeadb8040216d7de44d63692ef0b50ba5085baad417e61e5f61a38ff8817e966af59f00177fd4016514e93409e6be4c3fa988a8d +Size (ruby-xz-0.2.3.gem) = 20480 bytes SHA1 (patch-lib_xz_lib__lzma.rb) = f0ab463ffab401a935551b560af28e26bff8d4eb |