aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2015-11-05 11:26:09 +0800
committerdanilo <danilo@FreeBSD.org>2015-11-05 11:26:09 +0800
commit0705738c554d22caa493c7714fa3f8914285fd7e (patch)
treea5a0e14934e1838c759f2c3ea371723af76f418f /UPDATING
parentcc7faf2147a66e32da943c682bad1369d8aba794 (diff)
downloadfreebsd-ports-gnome-0705738c554d22caa493c7714fa3f8914285fd7e.tar.gz
freebsd-ports-gnome-0705738c554d22caa493c7714fa3f8914285fd7e.tar.zst
freebsd-ports-gnome-0705738c554d22caa493c7714fa3f8914285fd7e.zip
- Update to 14.3.20151030
- Add LICENSE - Sort USE_PHP - Add an entry about the upgrade process to UPDATING
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 96adcf4a7269..12ce4cdb7897 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20151105:
+ AFFECTS: users of deskutils/egroupware
+ AUTHOR: danilo@FreeBSD.org
+
+ EGroupware 1.8 was deprecated and removed from sourceforge.net.
+ To upgrade to the new version (14.3), make a backup of all files and
+ database, remove all files from ${PREFIX}/www/eg:
+
+ # pkg remove egroupware
+ # rm -rf ${PREFIX}/www/eg
+
+ Install the new egroupware:
+ # pkg install egroupware
+ or
+ # make -C /usr/ports/deskutils/egroupware install clean
+
+ Access the setup page on your browser and run the upgrade process
+ (eg: http://<server>/eg/setup).
+
20151101:
AFFECTS: users of www/codeigniter
AUTHOR: junovitch@FreeBSD.org