Update to 1.2.79
- Fixed errors of kcdirtest on BtrFS.
This commit is contained in:
parent
cf864357a8
commit
04591de1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558492
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kyotocabinet
|
||||
PORTVERSION= 1.2.78
|
||||
PORTVERSION= 1.2.79
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://dbmx.net/kyotocabinet/pkg/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -32,7 +32,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so.16.13.0
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyotocabinet.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} {} +
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1595578450
|
||||
SHA256 (kyotocabinet-1.2.78.tar.gz) = 494c6383a94bd7a64425223a770821128e99ebae68b598714e782b566772b3af
|
||||
SIZE (kyotocabinet-1.2.78.tar.gz) = 954490
|
||||
TIMESTAMP = 1608366102
|
||||
SHA256 (kyotocabinet-1.2.79.tar.gz) = 67fb1da4ae2a86f15bb9305f26caa1a7c0c27d525464c71fd732660a95ae3e1d
|
||||
SIZE (kyotocabinet-1.2.79.tar.gz) = 943804
|
||||
|
|
|
@ -37,7 +37,7 @@ include/kcutil.h
|
|||
lib/libkyotocabinet.a
|
||||
lib/libkyotocabinet.so
|
||||
lib/libkyotocabinet.so.16
|
||||
lib/libkyotocabinet.so.16.13.0
|
||||
lib/libkyotocabinet.so.16.14.0
|
||||
libdata/pkgconfig/kyotocabinet.pc
|
||||
man/man1/kccachetest.1.gz
|
||||
man/man1/kcdirmgr.1.gz
|
||||
|
|
Loading…
Reference in a new issue