From owner-svn-ports-all@freebsd.org Thu May 18 20:02:01 2017 Return-Path: Delivered-To: svn-ports-all@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 2E742D73254; Thu, 18 May 2017 20:02:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F2D2770; Thu, 18 May 2017 20:02:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4IK1xOi003918; Thu, 18 May 2017 20:01:59 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4IK1xNC003917; Thu, 18 May 2017 20:01:59 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705182001.v4IK1xNC003917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 18 May 2017 20:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441194 - head/x11-fm/xfe 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.23 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: Thu, 18 May 2017 20:02:01 -0000 Author: ehaupt Date: Thu May 18 20:01:59 2017 New Revision: 441194 URL: https://svnweb.freebsd.org/changeset/ports/441194 Log: - Fix various stage-qa warnings/errors by declaring missing dependencies - Take maintainership MFH: 2017Q2 (blanket) Modified: head/x11-fm/xfe/Makefile Modified: head/x11-fm/xfe/Makefile ============================================================================== --- head/x11-fm/xfe/Makefile Thu May 18 19:22:57 2017 (r441193) +++ head/x11-fm/xfe/Makefile Thu May 18 20:01:59 2017 (r441194) @@ -3,19 +3,23 @@ PORTNAME= xfe PORTVERSION= 1.42 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast MS-Explorer like file manager for X LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 +LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpng16.so:graphics/png USES= desktop-file-utils gmake localbase pathfix -USE_XORG= xft +USE_XORG= x11 xft xrandr xrender USE_GNOME= intltool GNU_CONFIGURE= yes