From owner-freebsd-ports@FreeBSD.ORG Fri Nov 1 19:19:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22AC1F4D; Fri, 1 Nov 2013 19:19:19 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FA2C223C; Fri, 1 Nov 2013 19:19:18 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id f4so1522851wiw.4 for ; Fri, 01 Nov 2013 12:19:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=U4dLwnq8aO6CMkVQU396OWkJ07NHv/ofUI9PSoT18UU=; b=ePXU6DFFck0TVoEDrHwwmoQmQ/Ge7SOyVNTTcrJE2Me9ALVFzlkh80bWxiCuY0xR72 zURmcrqGlVAAYSEodYGm6YNytdnGJQPUdcA6GKXbXRHygpymdlFToZD7Sh6j8BsKfG1E OJkInFQZcI4fTE5pGFhPTiJ43xjcrpzyA6nqzUyNyo8DKaMi4IO5ZaIFNiiZ3ST/uVkp U8QoslMr7k2TQWHxQv94bA+mQLUpXenaf3LvOGSCVNgBMXPC2MgcJceqEyxFESeFao0a dzbYlovej1x89scT5D033NHUHuKnlHWYi98qG0uWgBENnZ5CThKcW+bQfXzWLviSs9r2 Yupg== MIME-Version: 1.0 X-Received: by 10.180.106.227 with SMTP id gx3mr3371421wib.15.1383333557089; Fri, 01 Nov 2013 12:19:17 -0700 (PDT) Received: by 10.216.40.197 with HTTP; Fri, 1 Nov 2013 12:19:16 -0700 (PDT) In-Reply-To: References: <20130104.195945.545.13@DOMY-PC> <20130306.191546.824.1@DOMY-PC> Date: Fri, 1 Nov 2013 20:19:16 +0100 Message-ID: Subject: Re: portdowngrade(CVS) deprecated -> alternative for portsnap(8) usage From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 19:19:19 -0000 On Wed, Mar 6, 2013 at 9:00 PM, Chris Rees wrote: > > Portdowngrade now simply checks out the port to your current directory; if > you run it in ~, you simply cd $portname. > I got bitten by this change today. I think portdowngrade should warn users that it will work on the current directory, not the port directory. Something like: "NOTE: this program will check out the new port into a directory named $portname in your current directory." HTH -- Regards, Torfinn Ingolfsen