From owner-svn-ports-head@FreeBSD.ORG Sat Sep 13 15:18:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B47FCDD; Sat, 13 Sep 2014 15:18:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CC642E9; Sat, 13 Sep 2014 15:18:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DFISFD074911; Sat, 13 Sep 2014 15:18:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DFIRqP074908; Sat, 13 Sep 2014 15:18:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409131518.s8DFIRqP074908@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Sep 2014 15:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368112 - head/databases/leveldb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 15:18:28 -0000 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@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