aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-03-19 08:32:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-03-19 08:32:50 +0800
commit0dd8dffd5bbc11693b39d50f88cf0aaa01891637 (patch)
tree80257863ef93c24dc05fdff1d744d54b3e192bf9 /UPDATING
parentd8192c4f6f1fcfcf0a506949dbd76883e284be61 (diff)
downloadfreebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.tar.gz
freebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.tar.zst
freebsd-ports-gnome-0dd8dffd5bbc11693b39d50f88cf0aaa01891637.zip
Update to 2.0.0
- Add pecl-yaml1 1.3.0 (copied from pecl-yaml) - Add UPDATING entry Changes: https://pecl.php.net/package-changelog.php?package=yaml PR: 213317 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 52d11de41a5a..41d8edfc9e31 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20170319:
+ AFFECTS: users of textproc/pecl-yaml
+ AUTHOR: dbaio@bsd.com.br
+
+ The pecl-yaml has been upgraded to version 2.0.0, and the new version is
+ not compatible with PHP5. If you need PHP5 support, you can find version
+ 1.3.0 in textproc/pecl-yaml1.
+
20170316:
AFFECTS: users of python setuptools
AUTHOR: antoine@FreeBSD.org