pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-sqlite3 databases/ruby-sqlite3: add dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb9b983adca5
branches:  trunk
changeset: 385171:eb9b983adca5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 11 16:04:27 2022 +0000

description:
databases/ruby-sqlite3: add dependency

Add dependency to misc/ruby-mini_portile2.

Bump PKGREVISION.

diffstat:

 databases/ruby-sqlite3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3ae63dbd5880 -r eb9b983adca5 databases/ruby-sqlite3/Makefile
--- a/databases/ruby-sqlite3/Makefile   Sun Sep 11 16:01:23 2022 +0000
+++ b/databases/ruby-sqlite3/Makefile   Sun Sep 11 16:04:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2022/09/09 13:17:47 taca Exp $
+# $NetBSD: Makefile,v 1.55 2022/09/11 16:04:27 taca Exp $
 
 DISTNAME=      sqlite3-1.5.0
 CATEGORIES=    databases
@@ -8,6 +8,8 @@
 COMMENT=       Ruby interface for the SQLite database engine
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-mini_portile2>=2.8.0<2.9:../../misc/ruby-mini_portile2
+
 USE_GCC_RUNTIME=       yes
 RUBY_EXTCONF_ARGS=     --enable-system-libraries
 OVERRIDE_GEMSPEC+=     :files ports/archives/sqlite-autoconf-3380500.tar.gz=



Home | Main Index | Thread Index | Old Index