pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-tins devel/ruby-tins: udpate to 1.20.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/180a93bcae36
branches:  trunk
changeset: 316719:180a93bcae36
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 17 14:58:00 2018 +0000

description:
devel/ruby-tins: udpate to 1.20.2

* 2018-11-14 Release 1.20.2
 - Fix ~x options
* 2018-11-14 Release 1.20.1
 - Add disabling boolean options in Tins::GO#go method.
* 2018-11-14 Release 1.20.0
 - Support default arguments in Tins::GO#go method.
* 2018-11-07 Release 1.19.0
 - Allow annotations without arguments
* 2018-11-02 Release 1.18.0
 - `thread_local` and `thread_global` with default block
* 2018-10-15 Release 1.17.0
 - Add Tins::TempIO::Enum class to wrap `temp_io` into Enumerator.

diffstat:

 devel/ruby-tins/Makefile |   6 ++++--
 devel/ruby-tins/PLIST    |   3 ++-
 devel/ruby-tins/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 401e34a500bb -r 180a93bcae36 devel/ruby-tins/Makefile
--- a/devel/ruby-tins/Makefile  Mon Dec 17 14:57:33 2018 +0000
+++ b/devel/ruby-tins/Makefile  Mon Dec 17 14:58:00 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/03/14 14:28:25 taca Exp $
+# $NetBSD: Makefile,v 1.17 2018/12/17 14:58:00 taca Exp $
 
-DISTNAME=      tins-1.16.3
+DISTNAME=      tins-1.20.2
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Not good/big enough for a real library
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 401e34a500bb -r 180a93bcae36 devel/ruby-tins/PLIST
--- a/devel/ruby-tins/PLIST     Mon Dec 17 14:57:33 2018 +0000
+++ b/devel/ruby-tins/PLIST     Mon Dec 17 14:58:00 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2018/03/14 14:28:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2018/12/17 14:58:00 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -87,6 +87,7 @@
 ${GEM_LIBDIR}/lib/tins/string_version.rb
 ${GEM_LIBDIR}/lib/tins/subhash.rb
 ${GEM_LIBDIR}/lib/tins/temp_io.rb
+${GEM_LIBDIR}/lib/tins/temp_io_enum.rb
 ${GEM_LIBDIR}/lib/tins/terminal.rb
 ${GEM_LIBDIR}/lib/tins/thread_local.rb
 ${GEM_LIBDIR}/lib/tins/time_dummy.rb
diff -r 401e34a500bb -r 180a93bcae36 devel/ruby-tins/distinfo
--- a/devel/ruby-tins/distinfo  Mon Dec 17 14:57:33 2018 +0000
+++ b/devel/ruby-tins/distinfo  Mon Dec 17 14:58:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/03/14 14:28:25 taca Exp $
+$NetBSD: distinfo,v 1.18 2018/12/17 14:58:00 taca Exp $
 
-SHA1 (tins-1.16.3.gem) = 7b5daa1f70a6c5e597bff4a3bc42fe4f07b1393d
-RMD160 (tins-1.16.3.gem) = 211c33cc4c78164912b48f0a65bd9af18071159a
-SHA512 (tins-1.16.3.gem) = f132cd5bdb2ff02805b78856f0340723fdf89437514ef0067f2eabd3742a2282463bb18f4750ea6496124fff48a3e82e73220af3555700839b5270311a1b4ac2
-Size (tins-1.16.3.gem) = 304640 bytes
+SHA1 (tins-1.20.2.gem) = 1f3ea73e973cc931a88ce26e5b1c53ff02a68ab4
+RMD160 (tins-1.20.2.gem) = 489d0179fcb425c4d062f9bebf3ca60ddfc0909b
+SHA512 (tins-1.20.2.gem) = c6c7694ddadf0cf46176a1fabda8ffc2d6b098ca6ed4d568f30c66100a2f55c25ce83c09e8ba379ee6c49dd68d6f1572f17f70f9666628c1fe5225fcc9d7b788
+Size (tins-1.20.2.gem) = 305664 bytes



Home | Main Index | Thread Index | Old Index