diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-13 15:31:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-13 15:31:49 +0000 |
commit | 4a477009b607b1d20e5411ddb3846c78d221fe9a (patch) | |
tree | 8a312c6e5c38481bb4075cfe7efe6725248abf23 /databases/libsdb | |
parent | 32088666dc2e965e14dd88a7d9e84695ccc4c165 (diff) | |
download | ports-4a477009b607b1d20e5411ddb3846c78d221fe9a.tar.gz ports-4a477009b607b1d20e5411ddb3846c78d221fe9a.zip |
Update to 0.4.0.
PR: 39227
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=61221
Diffstat (limited to 'databases/libsdb')
-rw-r--r-- | databases/libsdb/Makefile | 5 | ||||
-rw-r--r-- | databases/libsdb/distinfo | 2 | ||||
-rw-r--r-- | databases/libsdb/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index aa69f0a5c1ed..c65ccc6bcbd1 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libsdb -PORTVERSION= 0.2.2 +PORTVERSION= 0.4.0 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ @@ -18,4 +18,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 +MAN8= sdbd.8 + .include <bsd.port.mk> diff --git a/databases/libsdb/distinfo b/databases/libsdb/distinfo index 58d33c91bc23..9916a3ec73ff 100644 --- a/databases/libsdb/distinfo +++ b/databases/libsdb/distinfo @@ -1 +1 @@ -MD5 (sdb-0.2.2.tar.gz) = 4ff78e3391b8530246bfc848f6ec9cde +MD5 (sdb-0.4.0.tar.gz) = dbfed53f415532972a09e72a40097190 diff --git a/databases/libsdb/pkg-plist b/databases/libsdb/pkg-plist index 80b1d302009c..a6a5f5e96f07 100644 --- a/databases/libsdb/pkg-plist +++ b/databases/libsdb/pkg-plist @@ -6,4 +6,4 @@ include/sdb.h lib/libsdb.a lib/libsdb.la lib/libsdb.so -lib/libsdb.so.0 +lib/libsdb.so.4 |