From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 10:54:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35D4D1065672 for ; Thu, 4 Dec 2008 10:54:21 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (mail.e-soul.co.za [196.211.117.44]) by mx1.freebsd.org (Postfix) with ESMTP id 52E4F8FC08 for ; Thu, 4 Dec 2008 10:54:17 +0000 (UTC) (envelope-from thavinci@thavinci.za.net) Received: from thavinci.za.net (localhost [127.0.0.1]) by thavinci.za.net (Postfix) with ESMTP id C78499B4DD; Thu, 4 Dec 2008 12:54:03 +0200 (SAST) Received: by thavinci.za.net (Postfix, from userid 1002) id A71959B4DB; Thu, 4 Dec 2008 12:54:03 +0200 (SAST) Received: from thavinciPC (unknown [192.168.12.110]) by thavinci.za.net (Postfix) with ESMTP id 984E59B4D4; Thu, 4 Dec 2008 12:54:03 +0200 (SAST) From: "Marcel Grandemange" To: "'Benjamin Lee'" References: <025d01c955f2$4856e270$d904a750$@za.net> <4937AC23.1030203@b1c1l1.com> In-Reply-To: <4937AC23.1030203@b1c1l1.com> Date: Thu, 4 Dec 2008 12:53:57 +0200 Message-ID: <028901c955fe$9b7833d0$d2689b70$@za.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AclV+I862MzIm49jSlmEtfJxG/8ITAABb8lA Content-Language: en-us X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: RE: Downgrading Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 10:54:21 -0000 > Good Day Guys. > > Im wondering how can one downgrade ports? > And I don't mean installed ports (portdowngrade) , I mean the actual > ports system. > > I have found the freeradius2 port to be broken and can't install it > therefore I would like to downgrade ports to try install an older version. > > > Any advise? >See portdowngrade(1) -- it doesn't do what you think it does. Use it to fetch an earlier version of the port and then reinstall it however you wish, e.g. using portupgrade(1). [root@devvm /usr/ports/net/freeradius2]# portdowngrade freeradius2 portdowngrade 0.6 by Heiner Eichmann Please note, that nothing is changed in the ports tree unless it is explicitly permitted in step 6! Seeking port freeradius2 ... not found [root@devvm /usr/ports/net/freeradius2]# ls Makefile distinfo files pkg-descr pkg-plist work I have used portdowngrade successfully on ports already installed, but doesn't work on a port not installed yet. Am I doing something wrong?