From owner-svn-ports-head@freebsd.org Fri Sep 4 22:14:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85DFB9CA964; Fri, 4 Sep 2015 22:14:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 766C61F03; Fri, 4 Sep 2015 22:14:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84MEbGJ085590; Fri, 4 Sep 2015 22:14:37 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84MEbLl085589; Fri, 4 Sep 2015 22:14:37 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201509042214.t84MEbLl085589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 4 Sep 2015 22:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396150 - head/sysutils/gnome-control-center X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 22:14:37 -0000 Author: kwm Date: Fri Sep 4 22:14:36 2015 New Revision: 396150 URL: https://svnweb.freebsd.org/changeset/ports/396150 Log: Drop unneeded gnomemenus3 dependancy. Obtained from: gnome devel repo Modified: head/sysutils/gnome-control-center/Makefile Modified: head/sysutils/gnome-control-center/Makefile ============================================================================== --- head/sysutils/gnome-control-center/Makefile Fri Sep 4 22:12:22 2015 (r396149) +++ head/sysutils/gnome-control-center/Makefile Fri Sep 4 22:14:36 2015 (r396150) @@ -3,6 +3,7 @@ PORTNAME= gnome-control-center PORTVERSION= 3.16.3 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -40,7 +41,7 @@ CONFLICTS= gnome-media-2.[0-9]* PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= gnomedesktop3 gnomemenus3 intltool libxml2 +USE_GNOME= gnomedesktop3 intltool libxml2 USE_XORG= xscrnsaver x11 xxf86misc kbproto xi GNU_CONFIGURE= yes INSTALLS_ICONS= yes