pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-inline



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jul  2 05:25:31 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-inline: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-inline/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-inline/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-inline/Makefile
diff -u pkgsrc/devel/ruby-inline/Makefile:1.18 pkgsrc/devel/ruby-inline/Makefile:1.19
--- pkgsrc/devel/ruby-inline/Makefile:1.18      Sat Feb  4 12:21:42 2023
+++ pkgsrc/devel/ruby-inline/Makefile   Sun Jul  2 05:25:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/02/04 12:21:42 taca Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/02 05:25:31 taca Exp $
 
-DISTNAME=      RubyInline-3.13.0
+DISTNAME=      RubyInline-3.14.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
 CATEGORIES=    devel
 

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



Home | Main Index | Thread Index | Old Index