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:   pho
Date:           Tue Oct 31 17:00:44 UTC 2023

Modified Files:
        pkgsrc/databases: Makefile

Log Message:
databases/Makefile: + hs-persistent-sqlite


To generate a diff of this commit:
cvs rdiff -u -r1.692 -r1.693 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.692 pkgsrc/databases/Makefile:1.693
--- pkgsrc/databases/Makefile:1.692     Mon Oct 23 06:37:36 2023
+++ pkgsrc/databases/Makefile   Tue Oct 31 17:00:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.692 2023/10/23 06:37:36 wiz Exp $
+# $NetBSD: Makefile,v 1.693 2023/10/31 17:00:44 pho Exp $
 
 COMMENT=       Databases
 
@@ -53,6 +53,7 @@ SUBDIR+=      guile-pg
 SUBDIR+=       guile-sqlite3
 SUBDIR+=       hiredis
 SUBDIR+=       hs-direct-sqlite
+SUBDIR+=       hs-persistent-sqlite
 SUBDIR+=       hs-sqlite-simple
 SUBDIR+=       hsqldb18
 SUBDIR+=       idzebra



Home | Main Index | Thread Index | Old Index