Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 17:01:15 +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: r472193 - head
Message-ID:  <201806111701.w5BH1Fpv067917@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jun 11 17:01:15 2018
New Revision: 472193
URL: https://svnweb.freebsd.org/changeset/ports/472193

Log:
  Add a note about PHP flavors.
  
  Sponsored by:	Absolight

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Jun 11 16:42:56 2018	(r472192)
+++ head/UPDATING	Mon Jun 11 17:01:15 2018	(r472193)
@@ -5,6 +5,28 @@ 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.
 
+20180611:
+  AFFECTS: users of PHP based applications
+  AUTHOR: mat@FreeBSD.org
+
+  Flavors are being added to PHP applications.  When a port is flavorized, pkg
+  needs to be told about the name change, for example, if PHP 5.6 is the one
+  you need:
+
+  # pkg set -n php-composer:php56-composer
+  # pkg set -n squirrelmail:squirrelmail-php56
+
+  Most port will have packages for all PHP versions present in the ports tree,
+  but some may not be compatible with a specific version.
+
+  To get the available flavors, pkg rquery can be used:
+
+  # pkg rquery %n mail/squirrelmail
+  squirrelmail-php56
+  squirrelmail-php70
+  squirrelmail-php71
+  squirrelmail-php72
+
 20180602:
   AFFECTS: users of net/frr
   AUTHOR: olivier@FreeBSD.org



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