diff options
author | rea <rea@FreeBSD.org> | 2010-12-31 01:25:47 +0800 |
---|---|---|
committer | rea <rea@FreeBSD.org> | 2010-12-31 01:25:47 +0800 |
commit | 3dce35edbd0d8c5688e2b40192a6a759d9ba55be (patch) | |
tree | 850ec817c7e1e5e77ec99afe412f1a6364ea6b81 /UPDATING | |
parent | 4bf9b14c7b31a4f8e01336bbc7156e0fe74bfe19 (diff) | |
download | freebsd-ports-gnome-3dce35edbd0d8c5688e2b40192a6a759d9ba55be.tar.gz freebsd-ports-gnome-3dce35edbd0d8c5688e2b40192a6a759d9ba55be.tar.zst freebsd-ports-gnome-3dce35edbd0d8c5688e2b40192a6a759d9ba55be.zip |
net-mgmt/pnp: fix issues brought by PNP developers
* php5-sockets is needed and php5-filter -- not needed;
* local modifications to config.php should go into config_local.php
and config.php must be replaced at every installation.
Feature safe: yes
Approved by: garga (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. +20101230: + AFFECTS: users of net-mgmt/pnp + AUTHOR: rea@FreeBSD.org + + Starting from 0.6.10_1 config.php is no longer preserved across + upgrades; PNP way is to put all modifications into config_local.php. + + Existing config.php will be saved as config.php.orig and you should + review your deviations from defaults and place them into + config_local.php. + 20101227: AFFECTS: users of databases/mysql55-server AUTHOR: ale@FreeBSD.org |