Date: Sat, 21 Sep 2013 06:57:29 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327792 - head/databases/leveldb Message-ID: <201309210657.r8L6vTsR014469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 21 06:57:29 2013 New Revision: 327792 URL: http://svnweb.freebsd.org/changeset/ports/327792 Log: - Update to 1.14.0 Changes: http://code.google.com/p/leveldb/source/list Modified: head/databases/leveldb/Makefile head/databases/leveldb/distinfo Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Sat Sep 21 06:13:38 2013 (r327791) +++ head/databases/leveldb/Makefile Sat Sep 21 06:57:29 2013 (r327792) @@ -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 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 Modified: head/databases/leveldb/distinfo ============================================================================== --- head/databases/leveldb/distinfo Sat Sep 21 06:13:38 2013 (r327791) +++ head/databases/leveldb/distinfo Sat Sep 21 06:57:29 2013 (r327792) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309210657.r8L6vTsR014469>