summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2013-03-15 22:30:46 +0400
committerVlad Glagolev2013-03-15 22:30:46 +0400
commit982f401bab040d61ea71e401ca0a2a716993fa2b (patch)
tree1afc82c34e01e0521eef4e93e5eb788b12f1eff1
parent3ee46c50b8b98476a5c9b4102bc1649b2198f711 (diff)
libdbi: => 0.9.0
-rwxr-xr-xdatabase/libdbi/DEPENDS5
-rwxr-xr-xdatabase/libdbi/DETAILS5
-rw-r--r--database/libdbi/HISTORY5
3 files changed, 10 insertions, 5 deletions
diff --git a/database/libdbi/DEPENDS b/database/libdbi/DEPENDS
index bf81d92575..9eb377f2c2 100755
--- a/database/libdbi/DEPENDS
+++ b/database/libdbi/DEPENDS
@@ -1,3 +1,6 @@
-optional_depends openjade '' '--disable-docs' 'build documentation' &&
+optional_depends openjade \
+ "--enable-docs" \
+ "--disable-docs" \
+ "to build documentation" &&
suggest_depends libdbi-drivers "" "" "to select actual database drivers"
diff --git a/database/libdbi/DETAILS b/database/libdbi/DETAILS
index 34aae594d0..3703867b01 100755
--- a/database/libdbi/DETAILS
+++ b/database/libdbi/DETAILS
@@ -1,7 +1,6 @@
SPELL=libdbi
- VERSION=0.8.4
- PATCHLEVEL=1
- SOURCE_HASH=sha512:7e28945a96483785840511df23fd8177383a1f9ee3929df863a3e458550b6eb943f8f86f49ede167125ce64daf718b14c40ac09b99e2e8eea474eecf7ee6a530
+ VERSION=0.9.0
+ SOURCE_HASH=sha512:ee8777195af43057409d051a6055ec0467cd926d48da076458b09f91d2f0995a1cc4bc071762e401b7bdcd8a4173fd8ea3472db3a1518e34b4c5b5ed24e4e2ce
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://libdbi.sourceforge.net
diff --git a/database/libdbi/HISTORY b/database/libdbi/HISTORY
index be2517efc9..d3dc4533ed 100644
--- a/database/libdbi/HISTORY
+++ b/database/libdbi/HISTORY
@@ -1,3 +1,7 @@
+2013-03-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 0.9.0
+ * DEPENDS: readability++
+
2013-01-21 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: cleaned up; fixed doc installation; PATCHLEVEL=1
* DEPENDS: added suggest depends on libdbi-drivers
@@ -32,4 +36,3 @@
* DETAILS: version 0.7.1
* BUILD, DEPENDS: added
spell created
-