This updates the ruby-sqlite3 port to the latest release.  Changelog at
https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md

Only change portswise is removing an unnecessary file from the package.
The file was used for building an embedded SQLite, but the port is
set to use system SQLite.

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 -r1.48 Makefile
--- Makefile    1 Sep 2023 09:56:21 -0000       1.48
+++ Makefile    29 Dec 2023 20:34:02 -0000
@@ -1,6 +1,6 @@
 COMMENT=       access a SQLite3 database from ruby
 
-DISTNAME=      sqlite3-1.6.4
+DISTNAME=      sqlite3-1.7.0
 CATEGORIES=    databases
 
 MAINTAINER =   Jeremy Evans <jer...@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/distinfo,v
diff -u -p -r1.21 distinfo
--- distinfo    1 Sep 2023 09:56:21 -0000       1.21
+++ distinfo    29 Dec 2023 20:34:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite3-1.6.4.gem) = +QimDfe/Gc9Vm6el2jaeXrGdSPrWOSJQN8cLJtZq9jU=
-SIZE (sqlite3-1.6.4.gem) = 3248640
+SHA256 (sqlite3-1.7.0.gem) = iUtZZVkfstt9lVcuk5QvT93Rdi037E+8GYs2Qm/Nrjw=
+SIZE (sqlite3-1.7.0.gem) = 3277824
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-sqlite3/pkg/PLIST,v
diff -u -p -r1.18 PLIST
--- pkg/PLIST   1 Sep 2023 09:56:21 -0000       1.18
+++ pkg/PLIST   29 Dec 2023 20:35:13 -0000
@@ -26,9 +26,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/
 ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/translator.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-3430000.tar.gz
 ${GEM_LIB}/gems/${DISTNAME}/test/
 ${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/test_backup.rb

Reply via email to