From owner-freebsd-questions@FreeBSD.ORG Sun Mar 29 20:36:38 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01CEF2A3 for ; Sun, 29 Mar 2015 20:36:38 +0000 (UTC) Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "miucha.iecc.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B70D93DC for ; Sun, 29 Mar 2015 20:36:37 +0000 (UTC) Received: (qmail 21224 invoked from network); 29 Mar 2015 20:36:35 -0000 Received: from miucha.iecc.com (64.57.183.18) by mail1.iecc.com with QMQP; 29 Mar 2015 20:36:35 -0000 Date: 29 Mar 2015 20:36:13 -0000 Message-ID: <20150329203613.79262.qmail@ary.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Pkg says php 5.6, ports says php5.4 Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2015 20:36:38 -0000 The package system says the current version of PHP is 5.6. In /usr/ports/UPDATING a note on Feb 20 says the current version has been updated from 5.4 to 5.6. But in /usr/ports/lang/php5/Makefile, it says that the current version is 5.4.38. The Makefile is dated March 25. I don't ever recall ports and packages getting out of sync like this. What's going on? R's, John