[Lunar-commits] <moonbase> libdbi-drivers: some tweaks.

Florin Braescu florin at lunar-linux.org
Wed Sep 17 19:02:40 CEST 2008


commit 6bd1f65fc0ce5ca690d63e4741c2064644620a38
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 17 20:02:40 2008 +0300

    libdbi-drivers: some tweaks.
---
 sql/libdbi-drivers/DEPENDS |   10 +++++-----
 sql/libdbi-drivers/DETAILS |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sql/libdbi-drivers/DEPENDS b/sql/libdbi-drivers/DEPENDS
index 54a35c7..89b8827 100644
--- a/sql/libdbi-drivers/DEPENDS
+++ b/sql/libdbi-drivers/DEPENDS
@@ -1,10 +1,10 @@
-depends  libdbi  &&
+depends  libdbi
 
 optional_depends  "sqlite"   "--with-sqlite3"  ""  \
-                  "to build the SQLite3 driver"    &&
-optional_depends  "sqlite2"  "--with-sqlite"   ""  \
-                  "to build the SQLite2 driver"    &&
+                  "to build the SQLite3 driver"    
+		  
 optional_depends  "mysql"    "--with-mysql"    ""  \
-                  "to build the MySQL driver"      &&
+                  "to build the MySQL driver"      
+		  
 optional_depends  "postgresql" "--with-pgsql"  ""  \
                   "to build the postgresql driver"
diff --git a/sql/libdbi-drivers/DETAILS b/sql/libdbi-drivers/DETAILS
index 7772bd5..4dd263e 100644
--- a/sql/libdbi-drivers/DETAILS
+++ b/sql/libdbi-drivers/DETAILS
@@ -1,15 +1,15 @@
           MODULE=libdbi-drivers
          VERSION=0.8.2-1
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_URL=$SFORGE_URL/$MODULE
       SOURCE_VFY=sha1:bc59ec84f93310674d5203e77661b580d54e1f73
-        WEB_SITE=http://libdbi.sourceforge.net/
+        WEB_SITE=http://libdbi.sourceforge.net
          ENTERED=20060904
          UPDATED=20070416
-           SHORT="the database specific drivers for libdbi"
+           SHORT="The database specific drivers for libdbi"
 
 cat << EOF
 libdbi-drivers are the database-specific drivers for the libdbi
-framework.  The drivers offically supported are Firebird/Interbase,
+framework. The drivers offically supported are Firebird/Interbase,
 FreeTDS (MS SQL), MySQL, PostgreSQL, and SQLite.
 EOF


More information about the Lunar-commits mailing list