Sun Jul 2 05:25:31 2023 UTC ()
devel/ruby-inline: update to 3.14.0

3.14.0 (2023-06-28)

3 minor enhancements:

* Changed File.write_with_backup to write the content and return renamed
  path.
* Dropped #inline ancient options processing code. 2005, yo.
* Preemptively require language extension if not defined yet.

1 bug fix:

* Declare Init_* to be (void) to prevent some compilers from complaining.


(taca)
diff -r1.18 -r1.19 pkgsrc/devel/ruby-inline/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/ruby-inline/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/ruby-inline/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-inline/Makefile 2023/02/04 12:21:42 1.18
+++ pkgsrc/devel/ruby-inline/Makefile 2023/07/02 05:25:31 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2023/02/04 12:21:42 taca Exp $ 1# $NetBSD: Makefile,v 1.19 2023/07/02 05:25:31 taca Exp $
2 2
3DISTNAME= RubyInline-3.13.0 3DISTNAME= RubyInline-3.14.0
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/ 8HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
9COMMENT= Embed C/C++ code directly in Ruby 9COMMENT= Embed C/C++ code directly in Ruby
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3<5:../../devel/ZenTest 12DEPENDS+= ${RUBY_PKGPREFIX}-ZenTest>=4.3<5:../../devel/ZenTest
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.21 -r1.22 pkgsrc/devel/ruby-inline/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-inline/distinfo 2023/02/04 12:21:42 1.21
+++ pkgsrc/devel/ruby-inline/distinfo 2023/07/02 05:25:31 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2023/02/04 12:21:42 taca Exp $ 1$NetBSD: distinfo,v 1.22 2023/07/02 05:25:31 taca Exp $
2 2
3BLAKE2s (RubyInline-3.13.0.gem) = 4763f0aba1faef58482c4ea9c87ea2090928a499b0bde0c9940ee2e1356dd88e 3BLAKE2s (RubyInline-3.14.0.gem) = 997ced2540a6b497288c39526a7ea76e8a22da3dfdb1e9c2efda88334d13a77b
4SHA512 (RubyInline-3.13.0.gem) = 047a1d97be8ba16c80ecbac454fac5fe641b1289e42ab6bd50cafb14f4494913e828bae9ef61908f47dbd75b68e9b3b6fdf7bc3486d97a2261d72ff6a55bd3e4 4SHA512 (RubyInline-3.14.0.gem) = 6e0cb10ad602af652d32be59dfe3b8e42340eea3279a8581fa31e519b8ae04f93b5f79fe84a413f2e23b5f791763394bcec506eacbc12a1c04a47581b5303c17
5Size (RubyInline-3.13.0.gem) = 31232 bytes 5Size (RubyInline-3.14.0.gem) = 31232 bytes