From owner-cvs-ports@FreeBSD.ORG Wed May 12 02:45:34 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE7116A4CE; Wed, 12 May 2004 02:45:34 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3895E43D2F; Wed, 12 May 2004 02:45:34 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.34; FreeBSD) id 1BNqIq-000H2Z-Sq; Wed, 12 May 2004 11:45:33 +0200 Message-ID: <40A1F232.7020903@fillmore-labs.com> Date: Wed, 12 May 2004 11:45:22 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Pav Lucistnik References: <200405120849.i4C8n5PT030149@repoman.freebsd.org> In-Reply-To: <200405120849.i4C8n5PT030149@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/postfix20 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 09:45:34 -0000 Pav Lucistnik wrote: > pav 2004/05/12 01:49:05 PDT > > FreeBSD ports repository > > Modified files: > mail Makefile > mail/postfix20 Makefile > Log: > After repocopy from mail/postfix, add mail/postfix20 port with postfix 2.0.x > for people who don't want to update to 2.1.x right now. I guess LATEST_LINK= postfix20 would have been more appropriate than NO_LATEST_LINK= yes At least you could do pkg_add -r postfix20 instead of knowing the precise version number then. -Oliver