From owner-freebsd-ports@FreeBSD.ORG Sun Oct 30 14:14:24 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 A9A9B10656D2 for ; Sun, 30 Oct 2011 14:14:24 +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 755A48FC1A for ; Sun, 30 Oct 2011 14:14:24 +0000 (UTC) Received: by iaky10 with SMTP id y10so9324830iak.13 for ; Sun, 30 Oct 2011 07:14:23 -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=Izb+8hU5NS5c7QsHtn544ze3GnBmmRcEMrhVpfC/pt0=; b=Rwt78B75Y8SYFV26okcoORljPEMKNjzp9R8gGtgO6lVDNo2mhF2PQp6h/hBWsOMgAe f/cGPTT8/mOqe/e7tKgF21BkUWwOs84O0AX/Pv0whsPgd9jBToAmlMw5iwwHS/HzrIQQ 8uoH1Jxj4q8TugvK+9E4PA8/LBQ9hAzY3QSbk= MIME-Version: 1.0 Received: by 10.231.48.203 with SMTP id s11mr3669794ibf.90.1319984063755; Sun, 30 Oct 2011 07:14:23 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Sun, 30 Oct 2011 07:14:23 -0700 (PDT) Received: by 10.231.11.140 with HTTP; Sun, 30 Oct 2011 07:14:23 -0700 (PDT) In-Reply-To: <28439459.6213601319968063721.JavaMail.defaultUser@defaultHost> References: <28439459.6213601319968063721.JavaMail.defaultUser@defaultHost> Date: Sun, 30 Oct 2011 14:14:23 +0000 Message-ID: From: Chris Rees To: Barbara Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: wxs@freebsd.org, freebsd-ports@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 14:14:24 -0000 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. Perhaps as a temporary fix we could set PORTVERSION to 1.8.3.1? Portepoch would be a little strong for this case wouldn't it? Chris