summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2005-09-06 19:12:08 +0000
committertv <tv>2005-09-06 19:12:08 +0000
commit1d25dcbc5cb7118b58199f41996b31de902e55b6 (patch)
treea566e51a7ebe549358f15f2218b166b113e21be6
parent2671920e96ab646e0d5a767ec6ad53c8caea53dc (diff)
downloadpkgsrc-1d25dcbc5cb7118b58199f41996b31de902e55b6.tar.gz
+php-sqlite
-rw-r--r--databases/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 25273f33232..ed73dacd849 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181 2005/08/24 11:00:13 salo Exp $
+# $NetBSD: Makefile,v 1.182 2005/09/06 19:12:08 tv Exp $
#
COMMENT= Databases
@@ -98,6 +98,7 @@ SUBDIR+= php-mssql
SUBDIR+= php-mysql
SUBDIR+= php-odbc
SUBDIR+= php-pgsql
+SUBDIR+= php-sqlite
SUBDIR+= php5-mysqli
SUBDIR+= php5-sqlite
SUBDIR+= phpldapadmin
diff --git a/doc/CHANGES b/doc/CHANGES
index 80afd9a394b..8aebb498787 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11059 2005/09/06 18:21:40 tonio Exp $
+$NetBSD: CHANGES,v 1.11060 2005/09/06 19:12:08 tv Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -3952,3 +3952,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated lang/kaffe to 1.1.5 [tonio 2005-09-06]
Updated lang/kaffe-x11 to 1.1.5 [tonio 2005-09-06]
Updated lang/kaffe-esound to 1.1.5 [tonio 2005-09-06]
+ Added databases/php-sqlite version 4.4.0.1.0.3 [tv 2005-09-06]