aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-09-07 14:30:03 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-09-07 14:30:03 +0000
commit570f1b227ce7fdadb7c031679c3aa93fe5f7ee70 (patch)
treec02f89a59a7e138b929074a6ed263c97f8eeabdd /UPDATING
parenteb6b6a7d155e64e16cd7a0a1323db82d2f504dd6 (diff)
downloadports-570f1b227ce7fdadb7c031679c3aa93fe5f7ee70.tar.gz
ports-570f1b227ce7fdadb7c031679c3aa93fe5f7ee70.zip
Replace pecl-fileinfo with php5-fileinfo for php 5.3.x.
Notes
Notes: svn path=/head/; revision=260697
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 02920a0fb4ae..41bf3d7c1c9e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20100907
+ AFFECTS: sysutils/pecl-fileinfo
+ AUTHOR: ale@FreeBSD.org
+
+ If you are using php 5.3 (lang/php5) and fileinfo extension, you
+ should switch to sysutils/php5-fileinfo port:
+
+ portmaster -o sysutils/php5-fileinfo sysutils/pecl-fileinfo
+
20100904
AFFECTS: net/netcat
AUTHOR: pgollucci@FreeBSD.org