aboutsummaryrefslogtreecommitdiff
path: root/databases/leveldb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-21 06:57:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-21 06:57:29 +0000
commit8f996b939c294f492b525049e824d8628f393fd1 (patch)
tree71565ff4bfe3ff3f3e17bbb28b490f0b96d0b05a /databases/leveldb
parent83914147070c7228ba1dc1000b2d52f7ff982f90 (diff)
downloadports-8f996b939c294f492b525049e824d8628f393fd1.tar.gz
ports-8f996b939c294f492b525049e824d8628f393fd1.zip
Notes
Diffstat (limited to 'databases/leveldb')
-rw-r--r--databases/leveldb/Makefile8
-rw-r--r--databases/leveldb/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile
index ffaea2798ee2..9e96d30a4a7c 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 83df25ea239b..f182d3000624 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