From owner-svn-ports-head@freebsd.org Fri Sep 29 20:10:14 2017 Return-Path: Delivered-To: svn-ports-head@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 C373CE3432F; Fri, 29 Sep 2017 20:10:14 +0000 (UTC) (envelope-from eugen@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 mx1.freebsd.org (Postfix) with ESMTPS id 92D9273AF7; Fri, 29 Sep 2017 20:10:14 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TKADQF028415; Fri, 29 Sep 2017 20:10:13 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TKADZQ028414; Fri, 29 Sep 2017 20:10:13 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201709292010.v8TKADZQ028414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 29 Sep 2017 20:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450934 - head X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 450934 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.23 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: Fri, 29 Sep 2017 20:10:14 -0000 Author: eugen Date: Fri Sep 29 20:10:13 2017 New Revision: 450934 URL: https://svnweb.freebsd.org/changeset/ports/450934 Log: Give a hint for those who strugges updating PHP after dependency switch from devel/oniguruma5 to devel/oniguruma6 PR: 220809 Reported by: dvl Approved by: ale (maintainer timeout, 8 weeks) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Sep 29 19:45:27 2017 (r450933) +++ head/UPDATING Fri Sep 29 20:10:13 2017 (r450934) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170930: + AFFECTS: users of PHP and its modules + AUTHOR: eugen@FreeBSD.org + + All lang/php* ports switched to depend on devel/oniguruma6 + instead of previous oniguruma version some time ago. + + If you have not moved from devel/oniguruma5 before and + have troubles updating PHP, + + for users of portmaster: + portmaster -o devel/oniguruma6 devel/oniguruma5 + portmaster -r devel/oniguruma6 + + for users of portupgrade: + portupgrade -o devel/oniguruma6 devel/oniguruma5 + portupgrade -fr devel/oniguruma6 + + pkg should handle this automatically. + 20170928: AFFECTS: users of security/courier-authlib and its modules AUTHOR: madpilot@FreeBSD.org