pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ruby-dbd-sqlite
Module Name: pkgsrc
Committed By: taca
Date: Mon Jan 30 13:41:00 UTC 2023
Modified Files:
pkgsrc/databases/ruby-dbd-sqlite: Makefile
Log Message:
databases/ruby-dbd-sqlite: allow build with Ruby 3.2
* Now depending ruby-sqlite build with Ruby 3.2.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-dbd-sqlite/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-dbd-sqlite/Makefile
diff -u pkgsrc/databases/ruby-dbd-sqlite/Makefile:1.5 pkgsrc/databases/ruby-dbd-sqlite/Makefile:1.6
--- pkgsrc/databases/ruby-dbd-sqlite/Makefile:1.5 Wed Jan 25 11:07:40 2023
+++ pkgsrc/databases/ruby-dbd-sqlite/Makefile Mon Jan 30 13:41:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/01/25 11:07:40 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/30 13:41:00 taca Exp $
DISTNAME= dbd-sqlite-0.1.2
PKGREVISION= 1
@@ -12,8 +12,5 @@ LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-dbi>=0.4.3:../../databases/ruby-dbi
DEPENDS+= ${RUBY_PKGPREFIX}-sqlite>=2.2.3:../../databases/ruby-sqlite
-# databases/ruby-sqlite dose not support ruby32
-RUBY_VERSIONS_ACCEPTED= 27 30 31
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index