diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-10 12:03:43 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-10 12:03:43 +0800 |
commit | f49e9b4ec3e11705dc631af5509041ddb0062f9b (patch) | |
tree | d72516bf292e4118f172e7efadc7d9c399b26717 /UPDATING | |
parent | 75caf7725e746d537b30f744a8decb9baccf7c28 (diff) | |
download | freebsd-ports-gnome-f49e9b4ec3e11705dc631af5509041ddb0062f9b.tar.gz freebsd-ports-gnome-f49e9b4ec3e11705dc631af5509041ddb0062f9b.tar.zst freebsd-ports-gnome-f49e9b4ec3e11705dc631af5509041ddb0062f9b.zip |
- Change DRUPDIR to www/durpal. www/data is owned by the installed
webserver and should not be modified
- Add a dependancy on php?-xml
- Delete redundant DISTNAME definition
- Don't undo the config file dance by splatting the default over the
top of the preserved file
- Get rid of an unnecessicary .for loop
- Move the message into pkg-message so it can be seen when installed
as a package, add an entry with an Apache Alias example for the
new DRUPDIR, and slightly improve the database examples
Approved by: maintainer
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060110: + AFFECTS: users of www/drupal + AUTHOR: brooks@FreeBSD.org + + The default install location has changed from PREFIX/www/data/drupal + to PREFIX/www/drupal. Users who want to use the old location can set + the DRUPDIR variable to www/data/drupal. + 20060109: AFFECTS: users of databases/postgresql??-server AUTHOR: girgen@FreeBSD.org |