Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 15:11:56 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341211 - in head/www: xpi-live_pagerank xpi-locale-switcher xpi-menueditor xpi-mldonkey xpi-modify_headers
Message-ID:  <201401261511.s0QFBulC091975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jan 26 15:11:55 2014
New Revision: 341211
URL: http://svnweb.freebsd.org/changeset/ports/341211
QAT: https://qat.redports.org/buildarchive/r341211/

Log:
  - Stage support

Modified:
  head/www/xpi-live_pagerank/Makefile
  head/www/xpi-locale-switcher/Makefile
  head/www/xpi-menueditor/Makefile
  head/www/xpi-mldonkey/Makefile
  head/www/xpi-modify_headers/Makefile

Modified: head/www/xpi-live_pagerank/Makefile
==============================================================================
--- head/www/xpi-live_pagerank/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-live_pagerank/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome.manifest chrome/livepr
 		install.rdf
 XPI_DIRS=	chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-locale-switcher/Makefile
==============================================================================
--- head/www/xpi-locale-switcher/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-locale-switcher/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome/content/switch-tbird.x
 		chrome/content/switch.xul chrome.manifest install.rdf
 XPI_DIRS=	chrome/content chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-menueditor/Makefile
==============================================================================
--- head/www/xpi-menueditor/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-menueditor/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -13,6 +13,5 @@ XPI_DISTNAME=	menu_editor
 XPI_ID=		{EDA7B1D7-F793-4e03-B074-E6F303317FB0}
 XPI_NUM=	710
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-mldonkey/Makefile
==============================================================================
--- head/www/xpi-mldonkey/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-mldonkey/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/mldonkey.jar component
 		install.rdf chrome.manifest
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-modify_headers/Makefile
==============================================================================
--- head/www/xpi-modify_headers/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-modify_headers/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -66,7 +66,6 @@ XPI_DIRS=	chrome/content/bindings \
 		defaults/preferences \
 		defaults
 
-NO_STAGE=	yes
 post-patch:
 		@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
 



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