From owner-freebsd-ports@FreeBSD.ORG Sun Oct 30 15:49:16 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE0D106566C; Sun, 30 Oct 2011 15:49:16 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCDE8FC1A; Sun, 30 Oct 2011 15:49:16 +0000 (UTC) Received: by iaky10 with SMTP id y10so9419516iak.13 for ; Sun, 30 Oct 2011 08:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xAC6fJRMhfbshe5i5HAyGmoJ9qRcgaUVGGs7FUXC0vk=; b=oEtuF22XmjrEUBpiE08ZmZCZzKKMerRArHrhBEFprwCUuVvbSY9s4RaiYkCJGPQPfj B1dzTxIYnR9u6SyhEaAurqvLwJEp4vQchHB9RiphR7YOcPFeN46FvkMOJj2GtfllcO/f unAOBLLcdL4lsiNfJ85YpD0aeUokJctK9wyyU= MIME-Version: 1.0 Received: by 10.231.82.11 with SMTP id z11mr3754245ibk.77.1319989755767; Sun, 30 Oct 2011 08:49:15 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Sun, 30 Oct 2011 08:49:15 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Sun, 30 Oct 2011 08:49:15 -0700 (PDT) In-Reply-To: <4EAD6B5B.7020000@FreeBSD.org> References: <28439459.6213601319968063721.JavaMail.defaultUser@defaultHost> <4EAD6B5B.7020000@FreeBSD.org> Date: Sun, 30 Oct 2011 15:49:15 +0000 Message-ID: From: Chris Rees To: Matthias Andree Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org, portmgr@freebsd.org Subject: Re: confusion about sudo version X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2011 15:49:16 -0000 On 30 Oct 2011 15:21, "Matthias Andree" wrote: > > Am 30.10.2011 15:14, schrieb Chris Rees: > > On 30 Oct 2011 09:48, "Barbara" wrote: > >> > >> > >> $ pkg_info -Ix sudo > >> sudo-1.8.3 Allow others to run commands as root > >> $ grep DISTVERSION /usr/ports/security/sudo/Makefile > >> DISTVERSION= 1.8.3p1 > >> $ pkg_version -I | grep sudo > >> sudo > > >> > > > > Yeah, unfortunately p1 has the same trouble as r1; it makes the version > > appear less. > > Can we have a commit hook on pcvs that prevents commits if it makes the > version go backwards? We have a-posteriori checking in place, but that > is too late. > It hardly ever happens though... Chris