1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

databases/rubygem-sqlite3: Update to 1.6.3

- Use USES=sqlite

Changes:	https://github.com/sparklemotion/sqlite3-ruby/releases
This commit is contained in:
Po-Chuan Hsieh 2023-05-28 07:24:57 +08:00
parent d7b9cafb1b
commit a394db1618
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 9 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= sqlite3
PORTVERSION= 1.6.2
PORTVERSION= 1.6.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
@ -10,9 +10,7 @@ WWW= https://github.com/sparklemotion/sqlite3-ruby
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
USES= gem
USES= gem sqlite
CONFIGURE_ARGS= --enable-system-libraries --with-sqlite3-dir=${LOCALBASE}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680726242
SHA256 (rubygem/sqlite3-1.6.2.gem) = 58166557a7a7ee36f7b44537b068a82b0469874b0e7b009ef2f3453fadb187c4
SIZE (rubygem/sqlite3-1.6.2.gem) = 3195904
TIMESTAMP = 1685162264
SHA256 (rubygem/sqlite3-1.6.3.gem) = 67b476378889b15c93f9b78d39f6d92636dda414194d570d3a1b27514a9e2541
SIZE (rubygem/sqlite3-1.6.3.gem) = 3219968

View File

@ -1,10 +1,9 @@
--- sqlite3.gemspec.orig 2023-01-05 18:17:12 UTC
--- sqlite3.gemspec.orig 2023-05-27 18:38:56 UTC
+++ sqlite3.gemspec
@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
@@ -24,6 +24,5 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.0"])
s.add_development_dependency(%q<minitest>.freeze, ["~> 5.15"])
s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 1.2.0"])
s.add_development_dependency(%q<rake-compiler-dock>.freeze, ["~> 1.2.1"])
end