Update to kyotocabinet-1.2.78

Minor update, fixes some build warnings.
This commit is contained in:
bket 2020-07-21 14:25:36 +00:00
parent aaefc9cf1a
commit d860fce81b
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2019/07/12 20:43:53 sthen Exp $
# $OpenBSD: Makefile,v 1.24 2020/07/21 14:25:36 bket Exp $
BROKEN-hppa= undefined reference to __sync_fetch_and_add_8
BROKEN-powerpc= undefined reference to __sync_fetch_and_add_8
@ -8,7 +8,7 @@ NOT_FOR_ARCHS= ${GCC3_ARCHS}
COMMENT= straightforward implementation of DBM
DISTNAME= kyotocabinet-1.2.77
DISTNAME= kyotocabinet-1.2.78
SHARED_LIBS += kyotocabinet 0.0 # 16.0

View File

@ -1,2 +1,2 @@
SHA256 (kyotocabinet-1.2.77.tar.gz) = VomTKThMxvDx+Ko/G0EAEHHKmcHXkiUIan81dcAgneY=
SIZE (kyotocabinet-1.2.77.tar.gz) = 949326
SHA256 (kyotocabinet-1.2.78.tar.gz) = SUxjg6lL16ZEJSI6dwghEo6Z665otZhxTngrVmdys68=
SIZE (kyotocabinet-1.2.78.tar.gz) = 954490

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:38 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2020/07/21 14:25:37 bket Exp $
@bin bin/kccachetest
@bin bin/kcdirmgr
@bin bin/kcdirtest
@ -35,7 +35,7 @@ include/kcstashdb.h
include/kctextdb.h
include/kcthread.h
include/kcutil.h
lib/libkyotocabinet.a
@static-lib lib/libkyotocabinet.a
@lib lib/libkyotocabinet.so.${LIBkyotocabinet_VERSION}
lib/pkgconfig/kyotocabinet.pc
@man man/man1/kccachetest.1