Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 12:46:30 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466343 - head
Message-ID:  <201804031246.w33CkU67016027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Apr  3 12:46:30 2018
New Revision: 466343
URL: https://svnweb.freebsd.org/changeset/ports/466343

Log:
  Improve the 20180308 PHP flavors entry.
  
  Sponsored by:	Absolight

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Apr  3 12:45:01 2018	(r466342)
+++ head/UPDATING	Tue Apr  3 12:46:30 2018	(r466343)
@@ -104,12 +104,18 @@ you update your ports collection, before attempting an
 
   PHP extensions and modules have been flavored.
 
-  People using Poudriere 3.2+ and binary packages do not have to do anything.
+  People using Poudriere 3.2+ and binary packages do not have to do anything if
+  they are using PHP applications.
 
   PHP modules and extensions may have change their names from php5- or php7- to
   fully versionned phpXY-.
   PECL extensions and PEAR modules package names have changed from pecl- and
   pear- to phpXX-pecl and phpXX-pear-.
+
+  To rename an installed package to match the new naming scheme, for example,
+  for the imagick pecl extension, run:
+
+    # pkg set -n pecl-imagick:php56-pecl-imagick
 
   For other people, to build the PHP 7.2 version of, for example,
   databases/php-memcached, you need to run:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804031246.w33CkU67016027>