aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-06-26 15:33:26 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2018-06-26 15:33:26 +0000
commit029dd4c6ece8b5f5ec6f3771f854cb32dc381b91 (patch)
tree6aa63a7779348c887c64bb4ac4223ed01fdbdaf0 /UPDATING
parent23459922980b2d835c76455837cee35a88441fc4 (diff)
downloadports-029dd4c6ece8b5f5ec6f3771f854cb32dc381b91.tar.gz
ports-029dd4c6ece8b5f5ec6f3771f854cb32dc381b91.zip
Added flavors support to drush.
PR: 227741 Submitted by: Jonas Palm Reported by: Jonas Palm Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15990
Notes
Notes: svn path=/head/; revision=473390
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 08cd68d520d5..7d8733f904a1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20180625:
+ AFFECTS: users of PHP based applications like drush
+ AUTHOR: mfechner@FreeBSD.org
+
+ Flavors are being added to PHP applications. If you use PHP 5.6 you need:
+
+ # pkg set -n drush:drush-php56
+
+ For more details see 20180611.
+
20180612:
AFFECTS: users of the nox flavor of editors/emacs-devel
AUTHOR: jrm@FreeBSD.org