From owner-svn-ports-head@freebsd.org Tue Aug 14 16:40:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6E69107DB66; Tue, 14 Aug 2018 16:40:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BFE979424; Tue, 14 Aug 2018 16:40:47 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D4031E2C5; Tue, 14 Aug 2018 16:40:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7EGelCi088016; Tue, 14 Aug 2018 16:40:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7EGekxV088012; Tue, 14 Aug 2018 16:40:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808141640.w7EGekxV088012@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 14 Aug 2018 16:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477170 - in head/x11-fm/qtfm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/x11-fm/qtfm: . files X-SVN-Commit-Revision: 477170 X-SVN-Commit-Repository: ports 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.27 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: Tue, 14 Aug 2018 16:40:47 -0000 Author: swills Date: Tue Aug 14 16:40:46 2018 New Revision: 477170 URL: https://svnweb.freebsd.org/changeset/ports/477170 Log: x11-fm/qtfm: unbreak While here, drop maintainer per request. PR: 229959 Submitted by: fluffy Deleted: head/x11-fm/qtfm/files/patch-src_mymodel.h Modified: head/x11-fm/qtfm/Makefile (contents, props changed) head/x11-fm/qtfm/files/patch-qtfm.pro (contents, props changed) Modified: head/x11-fm/qtfm/Makefile ============================================================================== --- head/x11-fm/qtfm/Makefile Tue Aug 14 16:40:46 2018 (r477169) +++ head/x11-fm/qtfm/Makefile Tue Aug 14 16:40:46 2018 (r477170) @@ -3,16 +3,17 @@ PORTNAME= qtfm DISTVERSION= 5.5 +PORTREEVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.qtfm.org/ -MAINTAINER= lichray@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Small, lightweight file manager based on pure Qt LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build +LIB_DEPENDS= libinotify.so:devel/libinotify USES= dos2unix qmake qt:4 DOS2UNIX_REGEX= .*\.(h|cpp) Modified: head/x11-fm/qtfm/files/patch-qtfm.pro ============================================================================== --- head/x11-fm/qtfm/files/patch-qtfm.pro Tue Aug 14 16:40:46 2018 (r477169) +++ head/x11-fm/qtfm/files/patch-qtfm.pro Tue Aug 14 16:40:46 2018 (r477170) @@ -1,6 +1,15 @@ ---- qtfm.pro.orig 2012-04-30 17:08:07.093692960 -0500 -+++ qtfm.pro 2012-04-30 17:48:49.433021364 -0500 -@@ -55,7 +55,7 @@ trans.files += translations/qtfm_da.qm \ +--- qtfm.pro.orig 2012-06-04 19:48:11.000000000 +0800 ++++ qtfm.pro 2018-07-22 18:29:04.602178000 +0800 +@@ -31,7 +31,7 @@ + CONFIG += release warn_off thread + RESOURCES += resources.qrc + QT+= network +-LIBS += -lmagic ++LIBS += -lmagic -linotify + + TARGET = qtfm + target.path = /usr/bin +@@ -56,7 +56,7 @@ translations/qtfm_zh.qm \ translations/qtfm_zh_TW.qm