aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-11-05 03:26:09 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-11-05 03:26:09 +0000
commit9a9acb718e6f17e663e2177c9c5f98a93d7c3d63 (patch)
treea5a0e14934e1838c759f2c3ea371723af76f418f /UPDATING
parent9d5d7ac4d598fe4b964662c93c195ce0daccf9b7 (diff)
downloadports-9a9acb718e6f17e663e2177c9c5f98a93d7c3d63.tar.gz
ports-9a9acb718e6f17e663e2177c9c5f98a93d7c3d63.zip
- Update to 14.3.20151030
- Add LICENSE - Sort USE_PHP - Add an entry about the upgrade process to UPDATING
Notes
Notes: svn path=/head/; revision=400823
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