From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 23:08:12 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 A6E5A598 for ; Sun, 1 Mar 2015 23:08:12 +0000 (UTC) Received: from mail5.networktest.com (mail5.networktest.com [204.109.60.142]) (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 7FC381A3 for ; Sun, 1 Mar 2015 23:08:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail5.networktest.com (Postfix) with ESMTP id 974D139DC57 for ; Sun, 1 Mar 2015 15:00:01 -0800 (PST) Received: from mail5.networktest.com ([127.0.0.1]) by localhost (mail5.networktest.com [127.0.0.1]) (maiad, port 10024) with ESMTP id 03779-03 for ; Sun, 1 Mar 2015 15:00:01 -0800 (PST) Received: from tejay-2.local (cpe-75-82-83-187.socal.res.rr.com [75.82.83.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail5.networktest.com (Postfix) with ESMTPSA id B83B039DC2D for ; Sun, 1 Mar 2015 15:00:00 -0800 (PST) Message-ID: <54F399EF.3090908@networktest.com> Date: Sun, 01 Mar 2015 14:59:59 -0800 From: David Newman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: 'pkg upgrade' wants to install php56 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, 01 Mar 2015 23:08:12 -0000 How to ensure pkg will upgrade php5 modules within the same minor version? After updating pkgs on a FreeBSD 10.1-RELEASE-p6 amd64 system, the 'pkg upgrade' command wants to install php56 even though all php5 pkgs are on 5.4.37. The rest of the commands from the upgrade appear to want to upgrade modules from php5-5.4.37 to 5.4.38. There's nothing in /etc/make.conf forcing version numbers. I don't particularly care which php version runs (well, within 5.4-5.6) as long as module versions are consistent. How to ensure that? Thanks dn [dnewman@somehost ~]$ sudo pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (47 candidates): 100% Processing candidates (47 candidates): 100% The following 41 packages will be affected (of 0 checked): New packages to be INSTALLED: php56: 5.6.6 Installed packages to be UPGRADED: php5-zlib: 5.4.37 -> 5.4.38 php5-xmlwriter: 5.4.37 -> 5.4.38 php5-xmlreader: 5.4.37 -> 5.4.38 php5-xml: 5.4.37 -> 5.4.38 ... Installed packages to be REINSTALLED: php-libawl-0.54 (direct dependency changed) The process will require 15 MiB more space. 13 MiB to be downloaded. Proceed with this action? [y/N]: