From owner-svn-ports-head@FreeBSD.ORG Fri May 8 20:22:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48237CAB; Fri, 8 May 2015 20:22:15 +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 3710D1CB0; Fri, 8 May 2015 20:22:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48KMFLs083768; Fri, 8 May 2015 20:22:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48KMEm4083766; Fri, 8 May 2015 20:22:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505082022.t48KMEm4083766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2015 20:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385823 - 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.20 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: Fri, 08 May 2015 20:22:15 -0000 Author: sunpoet Date: Fri May 8 20:22:14 2015 New Revision: 385823 URL: https://svnweb.freebsd.org/changeset/ports/385823 Log: - Use DISTVERSIONPREFIX instead of GH_TAGNAME - Remove GH_PROJECT Modified: head/databases/leveldb/Makefile head/databases/leveldb/distinfo Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Fri May 8 20:22:09 2015 (r385822) +++ head/databases/leveldb/Makefile Fri May 8 20:22:14 2015 (r385823) @@ -3,6 +3,7 @@ PORTNAME= leveldb PORTVERSION= 1.18 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= databases @@ -27,10 +28,8 @@ NOT_FOR_ARCHS_REASON= not yet ported to SHLIB_MAJOR= ${PORTVERSION:R} SHLIB_MINOR= ${PORTVERSION:E} -USE_GITHUB= yes GH_ACCOUNT= google -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes 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 Fri May 8 20:22:09 2015 (r385822) +++ head/databases/leveldb/distinfo Fri May 8 20:22:14 2015 (r385823) @@ -1,2 +1,2 @@ -SHA256 (google-leveldb-1.18-v1.18_GH0.tar.gz) = 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5 -SIZE (google-leveldb-1.18-v1.18_GH0.tar.gz) = 209376 +SHA256 (google-leveldb-v1.18_GH0.tar.gz) = 4aa1a7479bc567b95a59ac6fb79eba49f61884d6fd400f20b7af147d54c5cee5 +SIZE (google-leveldb-v1.18_GH0.tar.gz) = 209376