From owner-freebsd-ports@FreeBSD.ORG Sun Oct 30 15:21:00 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 5A6BA1065670; Sun, 30 Oct 2011 15:21:00 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 94ED623CE8F; Sun, 30 Oct 2011 16:20:59 +0100 (CET) Message-ID: <4EAD6B5B.7020000@FreeBSD.org> Date: Sun, 30 Oct 2011 16:20:59 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Mnenhy/0.8.3 Thunderbird/3.1.15 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, portmgr@freebsd.org References: <28439459.6213601319968063721.JavaMail.defaultUser@defaultHost> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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:21:00 -0000 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.