From owner-svn-ports-all@FreeBSD.ORG Wed Nov 19 14:29:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 312049F9; Wed, 19 Nov 2014 14:29:47 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D6E2E1F; Wed, 19 Nov 2014 14:29:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJETkWx018771; Wed, 19 Nov 2014 14:29:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJETkJB018770; Wed, 19 Nov 2014 14:29:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201411191429.sAJETkJB018770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 19 Nov 2014 14:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372778 - head/x11-fm/rox-filer 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.18-1 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: Wed, 19 Nov 2014 14:29:47 -0000 Author: bapt Date: Wed Nov 19 14:29:46 2014 New Revision: 372778 URL: https://svnweb.freebsd.org/changeset/ports/372778 QAT: https://qat.redports.org/buildarchive/r372778/ Log: Remove useless dependencies on some gnome2 components The port does not link to any of the following components that were in list of dependencies: - gconf2, - gnomevfs2, - libglade2 - libIDL, - orbit2 Modified: head/x11-fm/rox-filer/Makefile Modified: head/x11-fm/rox-filer/Makefile ============================================================================== --- head/x11-fm/rox-filer/Makefile Wed Nov 19 13:58:44 2014 (r372777) +++ head/x11-fm/rox-filer/Makefile Wed Nov 19 14:29:46 2014 (r372778) @@ -2,7 +2,7 @@ PORTNAME= rox-filer PORTVERSION= 2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm gnome MASTER_SITES= SF/rox/rox/${PORTVERSION} DISTNAME= rox-filer-${PORTVERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/pac PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_XORG= x11 sm xaw xproto -USE_GNOME= atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango +USE_GNOME= atk glib20 gtk20 libxml2 pango USES= gmake pkgconfig shared-mime-info tar:bzip2 GNU_CONFIGURE= yes