From owner-svn-ports-all@freebsd.org Thu May 18 20:03:40 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 90135D732B8; Thu, 18 May 2017 20:03:40 +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 61D8F1F9; Thu, 18 May 2017 20:03:40 +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 v4IK3d4H004140; Thu, 18 May 2017 20:03:39 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4IK3d74004139; Thu, 18 May 2017 20:03:39 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705182003.v4IK3d74004139@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:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441195 - branches/2017Q2/x11-fm/xfe X-SVN-Group: ports-branches 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:03:40 -0000 Author: ehaupt Date: Thu May 18 20:03:39 2017 New Revision: 441195 URL: https://svnweb.freebsd.org/changeset/ports/441195 Log: MFH: r441194 - Fix various stage-qa warnings/errors by declaring missing dependencies - Take maintainership Approved by: ports-secteam (blanket) Modified: branches/2017Q2/x11-fm/xfe/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/x11-fm/xfe/Makefile ============================================================================== --- branches/2017Q2/x11-fm/xfe/Makefile Thu May 18 20:01:59 2017 (r441194) +++ branches/2017Q2/x11-fm/xfe/Makefile Thu May 18 20:03:39 2017 (r441195) @@ -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