From owner-svn-ports-all@FreeBSD.ORG Thu Apr 10 07:27:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC624DD; Thu, 10 Apr 2014 07:27:36 +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 ECC241D26; Thu, 10 Apr 2014 07:27:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3A7RZ36097413; Thu, 10 Apr 2014 07:27:35 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3A7RZJ2097411; Thu, 10 Apr 2014 07:27:35 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201404100727.s3A7RZJ2097411@svn.freebsd.org> From: Pawel Pekala Date: Thu, 10 Apr 2014 07:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350783 - head/emulators/qemu-launcher 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.17 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, 10 Apr 2014 07:27:36 -0000 Author: pawel Date: Thu Apr 10 07:27:35 2014 New Revision: 350783 URL: http://svnweb.freebsd.org/changeset/ports/350783 QAT: https://qat.redports.org/buildarchive/r350783/ Log: - Add staging support - Remove leading article from COMMENT Modified: head/emulators/qemu-launcher/Makefile head/emulators/qemu-launcher/pkg-plist Modified: head/emulators/qemu-launcher/Makefile ============================================================================== --- head/emulators/qemu-launcher/Makefile Thu Apr 10 07:20:23 2014 (r350782) +++ head/emulators/qemu-launcher/Makefile Thu Apr 10 07:27:35 2014 (r350783) @@ -8,7 +8,7 @@ MASTER_SITES= http://download.gna.org/qe DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK front-end to Qemu +COMMENT= GTK front-end to Qemu RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Glade2>=0:${PORTSDIR}/x11-toolkits/p5-Glade2 \ @@ -20,9 +20,6 @@ USE_GNOME= gtk20 INSTALLS_ICONS= yes USES= gettext perl5 -MAN1= qemu-launcher.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' ${WRKSRC}/qemu-launcher.pl @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile Modified: head/emulators/qemu-launcher/pkg-plist ============================================================================== --- head/emulators/qemu-launcher/pkg-plist Thu Apr 10 07:20:23 2014 (r350782) +++ head/emulators/qemu-launcher/pkg-plist Thu Apr 10 07:27:35 2014 (r350783) @@ -1,4 +1,5 @@ bin/qemu-launcher +man/man1/qemu-launcher.1.gz %%DATADIR%%/qemulauncher.png %%DATADIR%%/window-icon.png %%DATADIR%%/qemulauncher.glade