From owner-freebsd-ports@FreeBSD.ORG Sat Nov 9 17:14:46 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 ECD8AAEF for ; Sat, 9 Nov 2013 17:14:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFC792968 for ; Sat, 9 Nov 2013 17:14:46 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1E21F22006; Sat, 9 Nov 2013 12:14:45 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 09 Nov 2013 12:14:45 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id :references:to; s=smtpout; bh=V5b5+MPWT+zPxZFIHiYRBFyTLhg=; b=TU 48bN7VTzN/9VmFTqZRQWluUbCJ/yB5Hd83Xn+2RIjgjDgB92zH0oCkJp9K+10DWk a4PPL7eOA2t/e4NuO5PG7vOfZLjLYuDjV7m81GqP/6187+SkvX4GVvXRQWa9YvAe qHVt2pS7G/U6kgD+XiVPFpD6pyEI9u3RECC9yhWOc= X-Sasl-enc: zsm47auOEw9XdbITNNL4l8jnX9BUuVBZLHQ9xHdAGrI2 1384017284 Received: from [172.16.1.145] (unknown [68.117.126.78]) by mail.messagingengine.com (Postfix) with ESMTPA id 87EE16800C5; Sat, 9 Nov 2013 12:14:44 -0500 (EST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: ports default version system From: Mark Felder In-Reply-To: <527E6C60.8070006@allanjude.com> Date: Sat, 9 Nov 2013 11:14:43 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <24A21667-C346-42EA-85BC-4B14DC3AB279@FreeBSD.org> References: <527D9F38.20105@allanjude.com> <3D86EB3E-278D-40CA-A152-E61730DFFDB4@FreeBSD.org> <527E6C60.8070006@allanjude.com> To: Allan Jude X-Mailer: Apple Mail (2.1822) Cc: freebsd-ports@freebsd.org 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: Sat, 09 Nov 2013 17:14:47 -0000 On Nov 9, 2013, at 11:09, Allan Jude wrote: > On 2013-11-09 11:00, Mark Felder wrote: >> On Nov 8, 2013, at 20:34, Allan Jude wrote: >>=20 >>> and change the default version of php from lang/php5 to lang/php53 >> Wouldn't that need to be set to lang/php54 as default? > The port for php 5.4 is called lang/php5=20 >=20 > confusingly, the default port for php is always lang/php5, and every > other version is lang/php53 or lang/php55 etc. so when the default = gets > bumped, php 5.4 will become lang/php54 and php5.5 will change from > lang/php55 to lang/php5 >=20 Maybe this should be coordinated with the move of lang/php5 to = lang/php54 then? PHP 5.3 is EOL as of March and only receives critical = security fixes now. It would also unexpectedly downgrade existing users = to 5.3 in some scenarios.