From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 21:53:49 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 835BFD09; Fri, 20 Sep 2013 21:53:49 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70ED824C0; Fri, 20 Sep 2013 21:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8KLrnOU004656; Fri, 20 Sep 2013 21:53:49 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8KLrnWn004655; Fri, 20 Sep 2013 21:53:49 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309202153.r8KLrnWn004655@svn.freebsd.org> From: Koop Mast Date: Fri, 20 Sep 2013 21:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327753 - head/x11/gnome2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 21:53:49 -0000 Author: kwm Date: Fri Sep 20 21:53:48 2013 New Revision: 327753 URL: http://svnweb.freebsd.org/changeset/ports/327753 Log: Chase recent ekiga shuffle. Modified: head/x11/gnome2/Makefile Modified: head/x11/gnome2/Makefile ============================================================================== --- head/x11/gnome2/Makefile Fri Sep 20 21:52:21 2013 (r327752) +++ head/x11/gnome2/Makefile Fri Sep 20 21:53:48 2013 (r327753) @@ -4,7 +4,7 @@ PORTNAME= gnome2 PORTVERSION= 2.32.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -91,7 +91,7 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit \ - ekiga:${PORTSDIR}/net/ekiga3 + ekiga:${PORTSDIR}/net-im/ekiga .if ${OSVERSION}>=800000 RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese .endif