aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-02 15:04:37 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-02 15:04:37 +0000
commit7caab4aac66e00abd0a3dc01323ebd8c304f4119 (patch)
tree99d577c41f7f761de4b9eeeedb3e31a6422c7f59 /UPDATING
parent202acd95e4cef619fa8faaadd7dd9947092104de (diff)
downloadports-7caab4aac66e00abd0a3dc01323ebd8c304f4119.tar.gz
ports-7caab4aac66e00abd0a3dc01323ebd8c304f4119.zip
x11-wm/cwm: Update to 5.6-201-g5a46349
A lot of things have changed for the better since version 5.6 in cwm, but upstream has stopped tagging new releases. This updates the port to use a more recent commit to match cwm in OpenBSD more closely. This is important because configuration options have changed which makes it harder to share config files between systems. While here - Fix license which appears to not be BSD 2-clause but the ISC license - Update WWW. The old site is gone. - Remove MASTER_SITES which wasn't really used Changes: https://github.com/chneukirchen/cwm/compare/v5.6...linux PR: 222423 Approved by: braakvaak@aol.com (maintainer timeout, 2 weeks)
Notes
Notes: svn path=/head/; revision=451080
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1952baf9e7c6..14565e3da5a2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20171002:
+ AFFECTS: users of x11-wm/cwm
+ AUTHOR: tobik@FreeBSD.org
+
+ Configuration options were renamed and you need to update your ~/.cwmrc
+ accordingly. Make sure to check cwmrc(5) for the new option names.
+ cwm-migrate-config.pl can help in migrating your ~/.cwmrc.
+
20171001:
AFFECTS: users of mail/isync using Maildir sub-folders
AUTHOR: ehaupt@FreeBSD.org