Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 07:27:35 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350783 - head/emulators/qemu-launcher
Message-ID:  <201404100727.s3A7RZJ2097411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404100727.s3A7RZJ2097411>