From owner-freebsd-ports@freebsd.org Fri Nov 27 11:40:50 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 2AB5BA3A34B for ; Fri, 27 Nov 2015 11:40:50 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S30.hotmail.com (blu004-omc3s30.hotmail.com [65.55.116.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE7A117C1 for ; Fri, 27 Nov 2015 11:40:49 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP9 ([65.55.116.72]) by BLU004-OMC3S30.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 27 Nov 2015 03:39:42 -0800 X-TMN: [+F8Al8uW0zLo4q8cZyO1/FzzzHBfDn6J] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Fri, 27 Nov 2015 06:39:40 -0500 From: Carmel NY To: FreeBSD Ports Subject: update PHP Organization: seibercom NET X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 27 Nov 2015 11:39:41.0875 (UTC) FILETIME=[4E30C030:01D12908] 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: Fri, 27 Nov 2015 11:40:50 -0000 I am running a FreeBSD 10.2 - p7 machine. I have PHP 5.4 installed . I want to update it to version 5.6. Would this method work: portupgrade -o lang/php56 lang/php5 Then: portupgrade -o lang/php56-extensions lang/php5-extensions Would I l then need to rebuild everything that depends on PHP or could I just add the "-r" flag to portupgrade? These are all of the installed PHP ports: pkg info php5\* > ~/installed-php-ports-list php5-5.4.45 php5-bz2-5.4.45 php5-ctype-5.4.45 php5-filter-5.4.45 php5-gd-5.4.45_1 php5-gettext-5.4.45 php5-hash-5.4.45 php5-iconv-5.4.45 php5-json-5.4.45 php5-ldap-5.4.45 php5-mbstring-5.4.45 php5-mcrypt-5.4.45 php5-mysqli-5.4.45 php5-openssl-5.4.45 php5-session-5.4.45 php5-xml-5.4.45 php5-zip-5.4.45 php5-zlib-5.4.45 pkg info -r php5 php5-5.4.45: pecl-pdflib-3.0.4 pecl-APC-3.1.14_1 php5-session-5.4.45 php5-xml-5.4.45 php5-filter-5.4.45 php5-bz2-5.4.45 phpMyAdmin-4.5.1 php5-iconv-5.4.45 php5-ctype-5.4.45 phpldapadmin-1.2.3_7,1 php5-mcrypt-5.4.45 php5-openssl-5.4.45 php5-gettext-5.4.45 php5-zip-5.4.45 php5-mbstring-5.4.45 php5-mysqli-5.4.45 php5-json-5.4.45 mod_php5-5.4.45,1 php5-zlib-5.4.45 php5-gd-5.4.45_1 php5-ldap-5.4.45 php5-hash-5.4.45 -- Carmel