From owner-freebsd-ports@freebsd.org Tue Oct 27 15:14:03 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 5AF22A1FE6E for ; Tue, 27 Oct 2015 15:14:03 +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 1A7E01B48 for ; Tue, 27 Oct 2015 15:14:02 +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 34AF728430; Tue, 27 Oct 2015 16:04:36 +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 44D9628417; Tue, 27 Oct 2015 16:04:35 +0100 (CET) Message-ID: <562F9283.4040207@quip.cz> Date: Tue, 27 Oct 2015 16:04:35 +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" , Kurt Jaeger CC: Jos Chrispijn , 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> In-Reply-To: <20151027143814.GA92455@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 15:14:03 -0000 A.J. "Fonz" van Werven wrote on 10/27/2015 15:38: > Kurt Jaeger wrote: [...] > There's one other thing I noticed, though. According to UPDATING entry > 20150220, 5.6 is now the default PHP version. However, lang/php5 still > seems to point to to lang/php54. Trying to build lang/php5 (e.g. > "portmaster -n lang/php5" on a box with no prior PHP install) indeed > builds 5.4. And installing the binary package from the official FreeBSD > repository ("pkg install php5" on another PHP-free box) wants to install > version 5.4 too. Maybe it's just me, but that doesn't sound right to me. 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. Miroslav Lachman