From owner-svn-ports-all@FreeBSD.ORG Mon Apr 13 08:20:40 2015 Return-Path: Delivered-To: svn-ports-all@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 5598749B; Mon, 13 Apr 2015 08:20:40 +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 18877225; Mon, 13 Apr 2015 08:20:40 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2C9BBBDC5E; Mon, 13 Apr 2015 10:20:38 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 0DF64BDC5C; Mon, 13 Apr 2015 10:20:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id D4C642FC4F9A; Mon, 13 Apr 2015 10:20:37 +0200 (CEST) Date: Mon, 13 Apr 2015 10:20:37 +0200 From: Mathieu Arnold To: Alexey Dokuchaev , Ganael LAPLANCHE Subject: Re: svn commit: r383881 - head/sysutils/backupchecker Message-ID: In-Reply-To: <20150413022014.GC84457@FreeBSD.org> References: <201504122031.t3CKVHtq097924@svn.freebsd.org> <20150413022014.GC84457@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 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2015 08:20:40 -0000 +--On 13 avril 2015 02:20:14 +0000 Alexey Dokuchaev wrote: | On Sun, Apr 12, 2015 at 08:31:17PM +0000, Ganael LAPLANCHE wrote: |> New Revision: 383881 |> URL: https://svnweb.freebsd.org/changeset/ports/383881 |> |> Log: |> - Update to 1.7 |> - Remove useless GH_COMMIT and GH_TAGNAME |> [...] |> @@ -13,8 +13,6 @@ LICENSE= GPLv3 |> USE_GITHUB= yes |> GH_ACCOUNT= ${PORTNAME} |> GH_PROJECT= ${PORTNAME} |> -GH_COMMIT= b3e9d16 |> -GH_TAGNAME= ${PORTVERSION} | | You could've also removed useless GH_PROJECT. :) And GH_ACCOUNT too :-) -- Mathieu Arnold