pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-backports



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Oct 23 16:22:22 UTC 2019

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

Log Message:
devel/ruby-backports: update to 3.15.0

Update ruby-backports to 3.15.0.

== Version 3.15.0 - May 15th, 2019

  * Proc / Method
    * +<<+, +>>+


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-backports/Makefile \
    pkgsrc/devel/ruby-backports/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-backports/PLIST

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-backports/Makefile
diff -u pkgsrc/devel/ruby-backports/Makefile:1.12 pkgsrc/devel/ruby-backports/Makefile:1.13
--- pkgsrc/devel/ruby-backports/Makefile:1.12   Mon May  6 05:19:26 2019
+++ pkgsrc/devel/ruby-backports/Makefile        Wed Oct 23 16:22:22 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/05/06 05:19:26 taca Exp $
+# $NetBSD: Makefile,v 1.13 2019/10/23 16:22:22 taca Exp $
 
-DISTNAME=      backports-3.14.0
+DISTNAME=      backports-3.15.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/marcandre/b
 COMMENT=       Backports of Ruby features for older ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-backports/distinfo
diff -u pkgsrc/devel/ruby-backports/distinfo:1.12 pkgsrc/devel/ruby-backports/distinfo:1.13
--- pkgsrc/devel/ruby-backports/distinfo:1.12   Mon May  6 05:19:26 2019
+++ pkgsrc/devel/ruby-backports/distinfo        Wed Oct 23 16:22:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/05/06 05:19:26 taca Exp $
+$NetBSD: distinfo,v 1.13 2019/10/23 16:22:22 taca Exp $
 
-SHA1 (backports-3.14.0.gem) = 749c01aa4d0ae74f22c71c8137d80880fcb70b31
-RMD160 (backports-3.14.0.gem) = a0061d326c639e8b79a4b8d8b859318023dbda2b
-SHA512 (backports-3.14.0.gem) = 405b6edf024ef60e7cda7e9ad2ef9d39f3c1b2ab61c910afabc707047e8b31b7319c9d8f301f7386c2ce436af31588e62a879b7c2f9d440b2d63c7795aa11633
-Size (backports-3.14.0.gem) = 151552 bytes
+SHA1 (backports-3.15.0.gem) = 4992a292cb16f46f0f1c602b7d9630f1234d592e
+RMD160 (backports-3.15.0.gem) = 049af2c130d102dbed62dec48f0a9c62a1eb025b
+SHA512 (backports-3.15.0.gem) = 4eb1f928c37596971fa274d838ab991bce462a7f571cb68501fc81e579693528e93536c25e4b64d93f4f0edfd313c8aacd8af014bb5c586cc182867e78f614d5
+Size (backports-3.15.0.gem) = 152064 bytes

Index: pkgsrc/devel/ruby-backports/PLIST
diff -u pkgsrc/devel/ruby-backports/PLIST:1.8 pkgsrc/devel/ruby-backports/PLIST:1.9
--- pkgsrc/devel/ruby-backports/PLIST:1.8       Mon May  6 05:19:26 2019
+++ pkgsrc/devel/ruby-backports/PLIST   Wed Oct 23 16:22:22 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/05/06 05:19:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/10/23 16:22:22 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
@@ -742,6 +742,10 @@ ${GEM_LIBDIR}/lib/backports/2.6.0/hash/t
 ${GEM_LIBDIR}/lib/backports/2.6.0/hash/update.rb
 ${GEM_LIBDIR}/lib/backports/2.6.0/kernel.rb
 ${GEM_LIBDIR}/lib/backports/2.6.0/kernel/then.rb
+${GEM_LIBDIR}/lib/backports/2.6.0/method.rb
+${GEM_LIBDIR}/lib/backports/2.6.0/method/compose.rb
+${GEM_LIBDIR}/lib/backports/2.6.0/proc.rb
+${GEM_LIBDIR}/lib/backports/2.6.0/proc/compose.rb
 ${GEM_LIBDIR}/lib/backports/2.6.rb
 ${GEM_LIBDIR}/lib/backports/basic_object.rb
 ${GEM_LIBDIR}/lib/backports/force/array_map.rb



Home | Main Index | Thread Index | Old Index