aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-04-12 15:39:21 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-04-12 15:39:21 +0000
commit40044c8f62e39a37e13f8b004d07d71b0f73c957 (patch)
treee93dd02afe0ff925d068b409ecd03892312c6fc3 /UPDATING
parentb86be629065646a98ae0174aea9bce29b75e7fd4 (diff)
downloadports-40044c8f62e39a37e13f8b004d07d71b0f73c957.tar.gz
ports-40044c8f62e39a37e13f8b004d07d71b0f73c957.zip
- Update php-composer to 1.6.3
- Add php flavors support - Add updating note due to package name change PR: 227418 Submitted by: me Approved by: cyberbotx@cyberbotx.com (maintainer), portmgr (mat) Differential Revision: https://reviews.freebsd.org/D15026
Notes
Notes: svn path=/head/; revision=467159
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e5ddabcd8991..d4b76d89bf0c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20180412:
+ AFFECTS: users of devel/php-composer
+ AUTHOT: madpilot@FreeBSD.org
+
+ Flavors have been added to the composer port with the update to
+ 1.6.3. Due to the change in PKGNAME pkg(and other tols) will not
+ notice the update. It is required to tell pkg about the name
+ change, for example:
+
+ # pkg set -n php-composer:php56-composer
+
20180410:
AFFECTS: users of KDE SC4
AUTHOR: kde@FreeBSD.org