pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-sqlite3



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 11 16:04:27 UTC 2022

Modified Files:
        pkgsrc/databases/ruby-sqlite3: Makefile

Log Message:
databases/ruby-sqlite3: add dependency

Add dependency to misc/ruby-mini_portile2.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/databases/ruby-sqlite3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-sqlite3/Makefile
diff -u pkgsrc/databases/ruby-sqlite3/Makefile:1.54 pkgsrc/databases/ruby-sqlite3/Makefile:1.55
--- pkgsrc/databases/ruby-sqlite3/Makefile:1.54 Fri Sep  9 13:17:47 2022
+++ pkgsrc/databases/ruby-sqlite3/Makefile      Sun Sep 11 16:04:27 2022
@@ -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 @@ HOMEPAGE=       https://github.com/luislavena/
 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