Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 21:40:01 +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: r430284 - head/databases/leveldb
Message-ID:  <201701012140.v01Le1MA009677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  1 21:40:01 2017
New Revision: 430284
URL: https://svnweb.freebsd.org/changeset/ports/430284

Log:
  Fix SNAPPY detection
  
  - Bump PORTREVISION for package change

Modified:
  head/databases/leveldb/Makefile

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Sun Jan  1 21:39:56 2017	(r430283)
+++ head/databases/leveldb/Makefile	Sun Jan  1 21:40:01 2017	(r430284)
@@ -4,6 +4,7 @@
 PORTNAME=	leveldb
 PORTVERSION=	1.19
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -17,7 +18,7 @@ OPTIONS_DEFAULT=SNAPPY
 MAKE_JOBS_UNSAFE=	yes
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		compiler:c++0x gmake
+USES=		compiler:c++0x gmake localbase
 
 PLIST_SUB=	SHLIB_MAJOR=${SHLIB_MAJOR} \
 		SHLIB_MINOR=${SHLIB_MINOR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701012140.v01Le1MA009677>