Update to 0.4.0.
PR: 39227 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
parent
32088666dc
commit
4a477009b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61221
3 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sdb-0.2.2.tar.gz) = 4ff78e3391b8530246bfc848f6ec9cde
|
||||
MD5 (sdb-0.4.0.tar.gz) = dbfed53f415532972a09e72a40097190
|
||||
|
|
|
@ -6,4 +6,4 @@ include/sdb.h
|
|||
lib/libsdb.a
|
||||
lib/libsdb.la
|
||||
lib/libsdb.so
|
||||
lib/libsdb.so.0
|
||||
lib/libsdb.so.4
|
||||
|
|
Loading…
Reference in a new issue