From owner-freebsd-ports@freebsd.org Tue Oct 27 17:52:13 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED773A1F364 for ; Tue, 27 Oct 2015 17:52:13 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE1E11DB for ; Tue, 27 Oct 2015 17:52:13 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 7EBAF28430; Tue, 27 Oct 2015 18:52:07 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-49-111.net.upcbroadband.cz [89.177.49.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 9061D28411; Tue, 27 Oct 2015 18:52:06 +0100 (CET) Message-ID: <562FB9C6.5060806@quip.cz> Date: Tue, 27 Oct 2015 18:52:06 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: "A.J. \"Fonz\" van Werven" CC: Jos Chrispijn , Kurt Jaeger , FreeBSD Ports ML Subject: Re: php5-phar-5.4.45 References: <562F4766.3060604@webrz.net> <20151027111907.GV19913@home.opsec.eu> <20151027143814.GA92455@biertje.skysmurf.nl> <562F9283.4040207@quip.cz> <20151027153758.GA92694@biertje.skysmurf.nl> In-Reply-To: <20151027153758.GA92694@biertje.skysmurf.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 17:52:14 -0000 A.J. "Fonz" van Werven wrote on 10/27/2015 16:37: > Miroslav Lachman wrote: > >> It is right, because previously there was only one (moving target) port >> "lang/php5" and no php51, php52, php53. Then this was changed to support >> more than one version of PHP and lang/php5 is leftover from the past era. > > That I understand, but I'd expect that now with PHP 5.6 being the default, > lang/php5 would point to lang/php56 instead of lang/php54, which is after > all deprecated. Or is lang/php5 going to disappear altogether over time? I hope so. Because there are always some incompatibilities between versions and if somebody is using 5.4 (as lang/php5) and then get 5.5 or 5.6 after pkg upgrade (because php5 will point to 5.6) it can cause unwanted application breakage. It is better to have just php55 and php56 and let user decide which to install. Miroslav Lachman