pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan 20 02:51:47 UTC 2022

Modified Files:
        pkgsrc/databases: Makefile

Log Message:
databases/Makefile: sort entries


To generate a diff of this commit:
cvs rdiff -u -r1.649 -r1.650 pkgsrc/databases/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/Makefile
diff -u pkgsrc/databases/Makefile:1.649 pkgsrc/databases/Makefile:1.650
--- pkgsrc/databases/Makefile:1.649     Sun Jan 16 13:23:52 2022
+++ pkgsrc/databases/Makefile   Thu Jan 20 02:51:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.649 2022/01/16 13:23:52 taca Exp $
+# $NetBSD: Makefile,v 1.650 2022/01/20 02:51:47 gutteridge Exp $
 
 COMMENT=       Databases
 
@@ -436,13 +436,13 @@ SUBDIR+=  ruby-arel-helpers
 SUBDIR+=       ruby-awesome_nested_set
 SUBDIR+=       ruby-data_objects
 SUBDIR+=       ruby-datamapper
-SUBDIR+=       ruby-dbm
 SUBDIR+=       ruby-dbd-mysql
 SUBDIR+=       ruby-dbd-odbc
 SUBDIR+=       ruby-dbd-pg
 SUBDIR+=       ruby-dbd-sqlite
 SUBDIR+=       ruby-dbd-sqlite3
 SUBDIR+=       ruby-dbi
+SUBDIR+=       ruby-dbm
 SUBDIR+=       ruby-dm-adjust
 SUBDIR+=       ruby-dm-aggregates
 SUBDIR+=       ruby-dm-ar-finders



Home | Main Index | Thread Index | Old Index