pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tins



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Dec 17 14:58:00 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-tins: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-tins/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-tins/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-tins/Makefile
diff -u pkgsrc/devel/ruby-tins/Makefile:1.16 pkgsrc/devel/ruby-tins/Makefile:1.17
--- pkgsrc/devel/ruby-tins/Makefile:1.16        Wed Mar 14 14:28:25 2018
+++ pkgsrc/devel/ruby-tins/Makefile     Mon Dec 17 14:58:00 2018
@@ -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 @@ HOMEPAGE=       https://github.com/flori/tins
 COMMENT=       Not good/big enough for a real library
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-tins/PLIST
diff -u pkgsrc/devel/ruby-tins/PLIST:1.12 pkgsrc/devel/ruby-tins/PLIST:1.13
--- pkgsrc/devel/ruby-tins/PLIST:1.12   Wed Mar 14 14:28:25 2018
+++ pkgsrc/devel/ruby-tins/PLIST        Mon Dec 17 14:58:00 2018
@@ -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_underscore
 ${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

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.17 pkgsrc/devel/ruby-tins/distinfo:1.18
--- pkgsrc/devel/ruby-tins/distinfo:1.17        Wed Mar 14 14:28:25 2018
+++ pkgsrc/devel/ruby-tins/distinfo     Mon Dec 17 14:58:00 2018
@@ -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