From owner-svn-ports-all@freebsd.org Tue Nov 8 11:23:34 2016 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 361DCC378ED; Tue, 8 Nov 2016 11:23:34 +0000 (UTC) (envelope-from amdmi3@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 EE1EFC99; Tue, 8 Nov 2016 11:23:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8BNXcc070096; Tue, 8 Nov 2016 11:23:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8BNWT3070093; Tue, 8 Nov 2016 11:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611081123.uA8BNWT3070093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Nov 2016 11:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425731 - in head/emulators/qtemu: . files 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: Tue, 08 Nov 2016 11:23:34 -0000 Author: amdmi3 Date: Tue Nov 8 11:23:32 2016 New Revision: 425731 URL: https://svnweb.freebsd.org/changeset/ports/425731 Log: - Add LICENSE - Regenerate patches Modified: head/emulators/qtemu/Makefile head/emulators/qtemu/files/patch-helpwindow.cpp head/emulators/qtemu/files/patch-main.cpp head/emulators/qtemu/files/patch-qtemu.pro Modified: head/emulators/qtemu/Makefile ============================================================================== --- head/emulators/qtemu/Makefile Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/Makefile Tue Nov 8 11:23:32 2016 (r425731) @@ -9,9 +9,12 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based frontend for QEMU -USE_QT4= gui xml uic_build moc_build rcc_build +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= qmake tar:bzip2 -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +USE_QT4= gui xml uic_build moc_build rcc_build +CONFIGURE_ENV= LOCALBASE=${LOCALBASE} DESKTOP_ENTRIES="QtEmu" "QEMU frontend" "" \ "qtemu" "" true Modified: head/emulators/qtemu/files/patch-helpwindow.cpp ============================================================================== --- head/emulators/qtemu/files/patch-helpwindow.cpp Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-helpwindow.cpp Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./helpwindow.cpp.orig Mon Mar 19 15:56:21 2007 -+++ ./helpwindow.cpp Tue Jun 12 13:23:44 2007 -@@ -72,7 +72,7 @@ +--- helpwindow.cpp.orig 2007-11-12 19:31:00 UTC ++++ helpwindow.cpp +@@ -80,7 +80,7 @@ QUrl HelpWindow::getHelpFile() return testUrl; //check for case when qtemu executable is in bin/ (installed on linux) @@ -9,7 +9,7 @@ if (QFile::exists(testUrl.toString())) return testUrl; } -@@ -88,7 +88,7 @@ +@@ -96,7 +96,7 @@ QUrl HelpWindow::getHelpFile() return testUrl; //check for case when qtemu executable is in bin/ (installed on linux) Modified: head/emulators/qtemu/files/patch-main.cpp ============================================================================== --- head/emulators/qtemu/files/patch-main.cpp Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-main.cpp Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./main.cpp.orig Mon Mar 19 15:56:21 2007 -+++ ./main.cpp Tue Jun 12 13:17:03 2007 -@@ -45,7 +45,7 @@ +--- main.cpp.orig 2007-11-12 19:31:00 UTC ++++ main.cpp +@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) translator.load(path); else { Modified: head/emulators/qtemu/files/patch-qtemu.pro ============================================================================== --- head/emulators/qtemu/files/patch-qtemu.pro Tue Nov 8 11:13:39 2016 (r425730) +++ head/emulators/qtemu/files/patch-qtemu.pro Tue Nov 8 11:23:32 2016 (r425731) @@ -1,6 +1,6 @@ ---- ./qtemu.pro.orig 2007-11-12 22:31:00.000000000 +0300 -+++ ./qtemu.pro 2007-11-15 00:11:48.000000000 +0300 -@@ -31,4 +31,4 @@ +--- qtemu.pro.orig 2007-11-12 19:31:00 UTC ++++ qtemu.pro +@@ -31,4 +31,4 @@ TRANSLATIONS = translations/template_q translations/qtemu_es.ts \ translations/qtemu_pt-BR.ts \ translations/qtemu_pl.ts