svn commit: r368112 - head/databases/leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 13 15:18:28 UTC 2014


Author: sunpoet
Date: Sat Sep 13 15:18:27 2014
New Revision: 368112
URL: http://svnweb.freebsd.org/changeset/ports/368112
QAT: https://qat.redports.org/buildarchive/r368112/

Log:
  - Update to 1.17
  - Use my LOCAL as MASTER_SITES
  - Add GitHub to WWW
  
  Changes:	http://code.google.com/p/leveldb/source/list
  		https://github.com/google/leveldb/commits/master

Modified:
  head/databases/leveldb/Makefile
  head/databases/leveldb/distinfo
  head/databases/leveldb/pkg-descr

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Sat Sep 13 15:18:19 2014	(r368111)
+++ head/databases/leveldb/Makefile	Sat Sep 13 15:18:27 2014	(r368112)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	leveldb
-PORTVERSION=	1.15.0
-PORTREVISION=	3
+PORTVERSION=	1.17
 CATEGORIES=	databases
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fast and lightweight key/value database library by Google
@@ -17,7 +16,7 @@ OPTIONS_DEFAULT=SNAPPY
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		gmake
+USES=		gmake tar:xz
 
 PLIST_SUB=	SHLIB_MAJOR=${SHLIB_MAJOR} \
 		SHLIB_MINOR=${SHLIB_MINOR}
@@ -25,8 +24,8 @@ PLIST_SUB=	SHLIB_MAJOR=${SHLIB_MAJOR} \
 NOT_FOR_ARCHS=	powerpc
 NOT_FOR_ARCHS_REASON=	not yet ported to this platform
 
-SHLIB_MAJOR=	${PORTVERSION:R:R}
-SHLIB_MINOR=	${PORTVERSION:R:E}
+SHLIB_MAJOR=	${PORTVERSION:R}
+SHLIB_MINOR=	${PORTVERSION:E}
 
 GPERFTOOLS_LIB_DEPENDS=	libtcmalloc.so:${PORTSDIR}/devel/google-perftools
 SNAPPY_LIB_DEPENDS=	libsnappy.so:${PORTSDIR}/archivers/snappy

Modified: head/databases/leveldb/distinfo
==============================================================================
--- head/databases/leveldb/distinfo	Sat Sep 13 15:18:19 2014	(r368111)
+++ head/databases/leveldb/distinfo	Sat Sep 13 15:18:27 2014	(r368112)
@@ -1,2 +1,2 @@
-SHA256 (leveldb-1.15.0.tar.gz) = d7c4ec571ef2ee9719f31db06344a1eba495e6abeeac1bc349d0d38a911c6680
-SIZE (leveldb-1.15.0.tar.gz) = 205691
+SHA256 (leveldb-1.17.tar.xz) = 3d9840d9cf1bde548bd2af55f565fc87adea38fe54681e04de5a463884e14ef8
+SIZE (leveldb-1.17.tar.xz) = 160896

Modified: head/databases/leveldb/pkg-descr
==============================================================================
--- head/databases/leveldb/pkg-descr	Sat Sep 13 15:18:19 2014	(r368111)
+++ head/databases/leveldb/pkg-descr	Sat Sep 13 15:18:27 2014	(r368112)
@@ -16,3 +16,4 @@ Features:
   source code.
 
 WWW: http://code.google.com/p/leveldb/
+WWW: https://github.com/google/leveldb


More information about the svn-ports-head mailing list