From owner-svn-ports-head@FreeBSD.ORG Tue May 5 20:44:41 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 68108547; Tue, 5 May 2015 20:44:41 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FCE71896; Tue, 5 May 2015 20:44:41 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 79899BDC24; Tue, 5 May 2015 22:44:39 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5F591BDC1F; Tue, 5 May 2015 22:44:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id CBEE2320ED36; Tue, 5 May 2015 22:44:38 +0200 (CEST) Date: Tue, 05 May 2015 22:44:38 +0200 From: Mathieu Arnold To: Jimmy Olgeni , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385490 - in head/databases: . eredis Message-ID: <1940CC65A2947896B7D143A5@atuin.in.mat.cc> In-Reply-To: <201505052039.t45KdiOl097897@svn.freebsd.org> References: <201505052039.t45KdiOl097897@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Tue, 05 May 2015 20:44:41 -0000 +--On 5 mai 2015 20:39:44 +0000 Jimmy Olgeni wrote: | +PORTNAME= eredis | +PORTVERSION= 1.0.7 | | +GH_PROJECT= eredis | +GH_TAGNAME= v${PORTVERSION} You can remove GH_TAGNAME, PORTNAME is already its default value. As for GH_TAGNAME, you should define DISTVERSIONPREFIX=v instead (and run make makesum to regenerate distinfo) -- Mathieu Arnold