diff options
author | tobik <tobik@FreeBSD.org> | 2017-10-02 23:04:37 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-10-02 23:04:37 +0800 |
commit | 597a579e757fa7cb5a78f32bc07e6c3d5dd7aeb4 (patch) | |
tree | 99d577c41f7f761de4b9eeeedb3e31a6422c7f59 /UPDATING | |
parent | 6bc893b3f82bc18a8f0e9fbedec41ebf432894f5 (diff) | |
download | freebsd-ports-gnome-597a579e757fa7cb5a78f32bc07e6c3d5dd7aeb4.tar.gz freebsd-ports-gnome-597a579e757fa7cb5a78f32bc07e6c3d5dd7aeb4.tar.zst freebsd-ports-gnome-597a579e757fa7cb5a78f32bc07e6c3d5dd7aeb4.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)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |