diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-02-28 01:56:40 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-02-28 01:56:40 +0000 |
commit | dbc5e11def303dcabb269d370eaf2945825c4e36 (patch) | |
tree | c5c0608a4091e24a24068d1b27350be7b49140bf /UPDATING | |
parent | f3a1c751e027e0746c778bfd7438d0a69654f9b5 (diff) | |
download | ports-dbc5e11def303dcabb269d370eaf2945825c4e36.tar.gz ports-dbc5e11def303dcabb269d370eaf2945825c4e36.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)
Notes
Notes:
svn path=/head/; revision=269946
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 |