diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-21 14:57:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-21 14:57:29 +0800 |
commit | 2751e62204f48121434a86838671d28448eb5d0b (patch) | |
tree | 71565ff4bfe3ff3f3e17bbb28b490f0b96d0b05a /databases | |
parent | 112c393836fde4cdce97babec760621a26ec7b52 (diff) | |
download | freebsd-ports-graphics-2751e62204f48121434a86838671d28448eb5d0b.tar.gz freebsd-ports-graphics-2751e62204f48121434a86838671d28448eb5d0b.tar.zst freebsd-ports-graphics-2751e62204f48121434a86838671d28448eb5d0b.zip |
- Update to 1.14.0
Changes: http://code.google.com/p/leveldb/source/list
Diffstat (limited to 'databases')
-rw-r--r-- | databases/leveldb/Makefile | 8 | ||||
-rw-r--r-- | databases/leveldb/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index ffaea2798ee..9e96d30a4a7 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -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 diff --git a/databases/leveldb/distinfo b/databases/leveldb/distinfo index 83df25ea239..f182d300062 100644 --- a/databases/leveldb/distinfo +++ b/databases/leveldb/distinfo @@ -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 |