diff options
author | mandree <mandree@FreeBSD.org> | 2011-02-28 09:56:40 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-02-28 09:56:40 +0800 |
commit | 34ac6a87cdfcde67bb62aa3d9182f8989fb171ba (patch) | |
tree | e352f8991697c2f445baf94f56106a2c28837f40 /UPDATING | |
parent | 60908c288b9787cb471c7ea3e397c073c1b902bb (diff) | |
download | freebsd-ports-gnome-34ac6a87cdfcde67bb62aa3d9182f8989fb171ba.tar.gz freebsd-ports-gnome-34ac6a87cdfcde67bb62aa3d9182f8989fb171ba.tar.zst freebsd-ports-gnome-34ac6a87cdfcde67bb62aa3d9182f8989fb171ba.zip |
Add new port: net/unison232, an older version of net/unison that speaks
the 2.32 protocol for compatibility with hosts not using FreeBSD ports. [1]
Note that other than discussed in the PR, this port installs
unison232[-text] commands and documentation into .../unison232
directories so as to avoid conflicts with net/unison and allow
parallel installation of both ports.
Other changes since repocopy than renaming:
- Take maintainership for this new port for now and grant Guido Falsi
implicit approval for port changes.
- Downgrade to 2.32.52 (the repocopy copied HEAD rather than the
specified date) - note I'm not bumping PORTEPOCH since unison232
wasn't hooked to the build before this commit, and we've renamed to
installed port/package from unison to unison232, so it's technically a
new port.
- Query GTK2 support through OPTIONS framework, unless WITHOUT_X11 is
defined. Check WITHOUT_GTK2 variable, don't care about WITH_GTK2.
- Create ${DESKTOPDIR} before trying to install files into it, for the
benefit of systems that install into a fresh PREFIX.
- Remove CONFLICTS, add PKGNAMESUFFIX=232.
- Clean up the Makefile a bit, and don't hide non-echo/cat commands
- Remove pkg-message variants
- Hook net/unison232 to the tree in net/Makefile
- Add UPDATING entry
- Add German translation for the .desktop file.
PR: ports/154912 [1]
Submitted by: mandree (myself)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ 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. +20110227: + AFFECTS: users of net/unison and net/unison-devel + AUTHOR: mandree@FreeBSD.org + + Unison has been upgraded to version 2.40, which uses a different wire + protocol than 2.32 did. In order to support synchronization with + other computers where Unison is still at version 2.32, a new port + net/unison232 has been created. It provides unison232 and if that is + GTK2-enabled, also unison232-text. This unison232 port can be + installed in parallel with the existing net/unison port. + 20110224: AFFECTS: users of x11-drivers/xf86-video-ati AUTHOR: miwi@FreeBSD.org |