From owner-freebsd-ports@FreeBSD.ORG Tue Jun 23 05:14:50 2009 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 C1A5B106564A for ; Tue, 23 Jun 2009 05:14:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id AEA848FC21 for ; Tue, 23 Jun 2009 05:14:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from [192.168.1.3] (72.83.160.7) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.358.0; Mon, 22 Jun 2009 22:14:50 -0700 Message-ID: <4A4064CA.1050101@FreeBSD.org> Date: Tue, 23 Jun 2009 01:14:50 -0400 From: "Philip M. Gollucci" Organization: FreeBSD User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Eitan Adler References: <4A404BF1.8060501@gmail.com> In-Reply-To: <4A404BF1.8060501@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: port naming question 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: Tue, 23 Jun 2009 05:14:51 -0000 Eitan Adler wrote: > One of the ports I maintain (allegro) has three branches > 4.2.* == main branch > 4.3.* == development branch > 4.9.* == the future 5.0 > > 1) I want to make a 4.9 port - but the version number isn't yet 5.0. Is > it appropriate to call the port allegro5 and just use the 4.9 version > number for now? > 2) How do I tell portscout to ignore 4.9.* in the allegro-devel branch? > here's a typical one port-devel 4.9/5.0 port 4.3 portX 4.2 where X is some combinat of integers describe the legacy line. (i.e. net-mgmt/net-snmp) PORTSCOUT= limit:^4.3 Don't forget CONFLICTS...