From owner-svn-ports-head@freebsd.org Mon Sep 24 09:59:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55EFF10A812B; Mon, 24 Sep 2018 09:59:43 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04DDC778CA; Mon, 24 Sep 2018 09:59:43 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ECD3D17D27; Mon, 24 Sep 2018 09:59:42 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8O9xgjM085045; Mon, 24 Sep 2018 09:59:42 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8O9xgSB085044; Mon, 24 Sep 2018 09:59:42 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201809240959.w8O9xgSB085044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 24 Sep 2018 09:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480564 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 480564 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2018 09:59:43 -0000 Author: tz Date: Mon Sep 24 09:59:42 2018 New Revision: 480564 URL: https://svnweb.freebsd.org/changeset/ports/480564 Log: Improve UPDATING notice for switch of PHP default version to PHP 7.1. The port mod_php56 was not handled by the upgrade instruction. PR: 231486 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Sep 24 09:49:21 2018 (r480563) +++ head/UPDATING Mon Sep 24 09:59:42 2018 (r480564) @@ -38,6 +38,8 @@ you update your ports collection, before attempting an After the upgrade, check with such list if all your php extensions are still installed, and reinstall them if needed. + If you use mod_php56 you need to deinstall it and install mod_php71. + 20180901: AFFECTS: net/samba48 AUTHOR: timur@FreeBSD.org