[Lunar-commits] <moonbase> tdb: version bumped to 1.2.1.
Florin Braescu
florin at lunar-linux.org
Wed Mar 3 17:53:16 CET 2010
commit 4be3111eb11d270f294e710ba062390592d67fad
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Mar 3 18:53:16 2010 +0200
tdb: version bumped to 1.2.1.
---
devel/tdb/BUILD | 6 ------
devel/tdb/DEPENDS | 2 ++
devel/tdb/DETAILS | 13 ++++++-------
3 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/devel/tdb/BUILD b/devel/tdb/BUILD
deleted file mode 100644
index 4b72671..0000000
--- a/devel/tdb/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- patch_it $SOURCE2 1 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/devel/tdb/DEPENDS b/devel/tdb/DEPENDS
new file mode 100644
index 0000000..4a0b2b1
--- /dev/null
+++ b/devel/tdb/DEPENDS
@@ -0,0 +1,2 @@
+depends docbook-xsl
+
diff --git a/devel/tdb/DETAILS b/devel/tdb/DETAILS
index a8fd87e..cd7a36e 100644
--- a/devel/tdb/DETAILS
+++ b/devel/tdb/DETAILS
@@ -1,14 +1,13 @@
MODULE=tdb
- VERSION=1.0.6
+ VERSION=1.2.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=tdb-1.0.6-help.patch
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:d1876522f1b8ffa8cf844a1f6605e0c32d387a7a
- WEB_SITE=http://sourceforge.net/projects/tdb
+ SOURCE_URL=http://www.samba.org/ftp/$MODULE
+ SOURCE_VFY=sha1:9a3b2b87efb7b7b146b11ccd7d480239a19a30d2
+ WEB_SITE=http://tdb.samba.org
ENTERED=20070218
- UPDATED=20070218
+ UPDATED=20100303
SHORT="TDB is a Trivial Database"
+
cat << EOF
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
except that it allows multiple simultaneous writers and uses locking internally
More information about the Lunar-commits
mailing list