mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.14.0
Changes: http://code.google.com/p/leveldb/source/list
This commit is contained in:
parent
8391414707
commit
8f996b939c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327792
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= leveldb
|
||||
PORTVERSION= 1.13.0
|
||||
PORTVERSION= 1.14.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -13,6 +13,7 @@ OPTIONS_DEFINE= GPERFTOOLS SNAPPY
|
||||
OPTIONS_DEFAULT=SNAPPY
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake
|
||||
|
||||
@ -25,15 +26,14 @@ NOT_FOR_ARCHS_REASON= not yet ported to this platform
|
||||
SHLIB_MAJOR= ${PORTVERSION:R:R}
|
||||
SHLIB_MINOR= ${PORTVERSION:R:E}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGPERFTOOLS}
|
||||
LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
|
||||
LIB_DEPENDS+= libtcmalloc.so:${PORTSDIR}/devel/google-perftools
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSNAPPY}
|
||||
LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy
|
||||
LIB_DEPENDS+= libsnappy.so:${PORTSDIR}/archivers/snappy
|
||||
SNAPPY= 1
|
||||
.else
|
||||
SNAPPY= 0
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (leveldb-1.13.0.tar.gz) = 083497a48ff54a3470ab5085730306a536013c0db54db6854bd9c8638c4f33f7
|
||||
SIZE (leveldb-1.13.0.tar.gz) = 207718
|
||||
SHA256 (leveldb-1.14.0.tar.gz) = 9122d2c248ba40d6ce46d0c3e4738fcfa941d0d93fdba20a101471a98e8b00a3
|
||||
SIZE (leveldb-1.14.0.tar.gz) = 208282
|
||||
|
Loading…
Reference in New Issue
Block a user