Index | Thread | Search

From:
Jeremy Evans <jeremy@openbsd.org>
Subject:
Update: ruby-sqlite3 2.2.0
To:
OpenBSD ports <ports@openbsd.org>
Date:
Fri, 08 Nov 2024 03:49:42 +0000

Download raw body.

Thread
  • Jeremy Evans:

    Update: ruby-sqlite3 2.2.0

Update to the latest release of the sqlite3 gem.  Changelog at
https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md

Ports-wise, there is no need to ship the sqlite3 source archive,
so this update removes that file.

Tested on amd64.  Will be committing in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/Makefile,v
diff -u -p -u -p -r1.50 Makefile
--- Makefile	22 Apr 2024 16:06:13 -0000	1.50
+++ Makefile	8 Nov 2024 02:31:14 -0000
@@ -1,6 +1,6 @@
 COMMENT=	access a SQLite3 database from ruby
 
-DISTNAME=	sqlite3-2.0.0
+DISTNAME=	sqlite3-2.2.0
 CATEGORIES=	databases
 
 MAINTAINER =	Jeremy Evans <jeremy@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/distinfo,v
diff -u -p -u -p -r1.23 distinfo
--- distinfo	22 Apr 2024 16:06:13 -0000	1.23
+++ distinfo	8 Nov 2024 02:31:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite3-2.0.0.gem) = 9ojkquE/YKu486SdP6I6gU08ZkO4n+yWuu8zYCyPTgc=
-SIZE (sqlite3-2.0.0.gem) = 3295232
+SHA256 (sqlite3-2.2.0.gem) = heu9j860f8+WeVJgOYx+lt7c/CkZ7AZFaNWc5DrOGqc=
+SIZE (sqlite3-2.2.0.gem) = 3387392
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/pkg/PLIST,v
diff -u -p -u -p -r1.20 PLIST
--- pkg/PLIST	22 Apr 2024 16:06:13 -0000	1.20
+++ pkg/PLIST	8 Nov 2024 02:33:18 -0000
@@ -14,13 +14,11 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3.
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/constants.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/database.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/errors.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/fork_safety.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/pragmas.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/resultset.rb
 @so ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/sqlite3_native.so
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/statement.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/value.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/version.rb
-${GEM_LIB}/gems/${DISTNAME}/ports/
-${GEM_LIB}/gems/${DISTNAME}/ports/archives/
-${GEM_LIB}/gems/${DISTNAME}/ports/archives/sqlite-autoconf-3450300.tar.gz
 ${GEM_LIB}/specifications/${DISTNAME}.gemspec