From owner-cvs-ports@FreeBSD.ORG Mon Feb 28 01:56:40 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E981106566C; Mon, 28 Feb 2011 01:56:40 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 33A988FC08; Mon, 28 Feb 2011 01:56:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1S1ueYY025285; Mon, 28 Feb 2011 01:56:40 GMT (envelope-from mandree@repoman.freebsd.org) Received: (from mandree@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1S1ueFR025284; Mon, 28 Feb 2011 01:56:40 GMT (envelope-from mandree) Message-Id: <201102280156.p1S1ueFR025284@repoman.freebsd.org> From: Matthias Andree Date: Mon, 28 Feb 2011 01:56:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/net Makefile ports/net/unison232 Makefile distinfo pkg-descr pkg-message pkg-message.nox11 pkg-plist ports/net/unison232/files patch-Makefile unison.desktop.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2011 01:56:40 -0000 mandree 2011-02-28 01:56:40 UTC FreeBSD ports repository Modified files: . UPDATING net Makefile net/unison232 Makefile distinfo pkg-descr pkg-plist net/unison232/files unison.desktop.in Removed files: net/unison232 pkg-message pkg-message.nox11 net/unison232/files patch-Makefile Log: 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) Revision Changes Path 1.1030 +12 -1 ports/UPDATING 1.2319 +1 -0 ports/net/Makefile 1.32 +23 -22 ports/net/unison232/Makefile 1.17 +8 -8 ports/net/unison232/distinfo 1.2 +0 -11 ports/net/unison232/files/patch-Makefile (dead) 1.2 +3 -2 ports/net/unison232/files/unison.desktop.in 1.4 +3 -0 ports/net/unison232/pkg-descr 1.5 +0 -4 ports/net/unison232/pkg-message (dead) 1.3 +0 -3 ports/net/unison232/pkg-message.nox11 (dead) 1.6 +3 -3 ports/net/unison232/pkg-plist