- Update to 1.4.1
- SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports)
This commit is contained in:
parent
fcd940ea6e
commit
15a02d99d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226912
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tokyocabinet
|
||||
PORTVERSION= 1.3.27
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://tokyocabinet.sourceforge.net/
|
||||
|
||||
@ -25,9 +25,10 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.in
|
||||
MAN1= tcamgr.1 tcatest.1 tcbmgr.1 tcbmttest.1 tcbtest.1 \
|
||||
tcfmgr.1 tcfmttest.1 tcftest.1 \
|
||||
tchmgr.1 tchmttest.1 tchtest.1 tcucodec.1 tcumttest.1 \
|
||||
tcutest.1
|
||||
tcutest.1 tctmgr.1 tctmttest.1 tcttest.1
|
||||
MAN3= tcadb.3 tcbdb.3 tcfdb.3 tchdb.3 tclist.3 tcmap.3 \
|
||||
tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3
|
||||
tcmdb.3 tcmpool.3 tcutil.3 tcxstr.3 tokyocabinet.3 tctree.3 \
|
||||
tctdb.3
|
||||
|
||||
OPTIONS= DEBUG "Debugging support" off \
|
||||
DEVEL "Development build" off \
|
||||
@ -76,7 +77,7 @@ CONFIGURE_ARGS+= --disable-pthread
|
||||
CONFIGURE_ARGS+= --disable-shared
|
||||
.endif
|
||||
|
||||
SHLIB_VER= 7.4.0
|
||||
SHLIB_VER= 7.6.0
|
||||
SHLIB_VER_MAJ= 7
|
||||
|
||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tokyocabinet-1.3.27.tar.gz) = 9dfaa4311717ee3ab56c873af312f045
|
||||
SHA256 (tokyocabinet-1.3.27.tar.gz) = ad8438b48b67b870147b0528f76f3ff0b2b910058fedf3a80bcb608dd621fd3d
|
||||
SIZE (tokyocabinet-1.3.27.tar.gz) = 768517
|
||||
MD5 (tokyocabinet-1.4.1.tar.gz) = 57caa953f5ac519e266bc666a7881c2f
|
||||
SHA256 (tokyocabinet-1.4.1.tar.gz) = 8af54d0cc25fe5efd4ec7895ebcff391802b6a0d22f031071c63715044c20713
|
||||
SIZE (tokyocabinet-1.4.1.tar.gz) = 839879
|
||||
|
@ -13,11 +13,15 @@ bin/tchtest
|
||||
bin/tcucodec
|
||||
bin/tcumttest
|
||||
bin/tcutest
|
||||
bin/tctmgr
|
||||
bin/tctmttest
|
||||
bin/tcttest
|
||||
include/tcadb.h
|
||||
include/tcbdb.h
|
||||
include/tcfdb.h
|
||||
include/tchdb.h
|
||||
include/tcutil.h
|
||||
include/tctdb.h
|
||||
lib/libtokyocabinet.a
|
||||
lib/libtokyocabinet.so
|
||||
lib/libtokyocabinet.so.%%SHLIB_VER_MAJ%%
|
||||
|
Loading…
Reference in New Issue
Block a user