Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 15:08:55 +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: r341202 - in head/www: xpi-fasterfox xpi-firebug xpi-firefox-showcase xpi-firemobilesimulator xpi-fission
Message-ID:  <201401261508.s0QF8t9u087847@svn.freebsd.org>

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

Log:
  - Stage support

Modified:
  head/www/xpi-fasterfox/Makefile
  head/www/xpi-firebug/Makefile
  head/www/xpi-firefox-showcase/Makefile
  head/www/xpi-firemobilesimulator/Makefile
  head/www/xpi-fission/Makefile

Modified: head/www/xpi-fasterfox/Makefile
==============================================================================
--- head/www/xpi-fasterfox/Makefile	Sun Jan 26 15:08:31 2014	(r341201)
+++ head/www/xpi-fasterfox/Makefile	Sun Jan 26 15:08:55 2014	(r341202)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/fasterfox.jar chrome.m
 		install.rdf readme.txt 
 XPI_DIRS=	chrome defaults/preferences defaults 
 
-NO_STAGE=	yes
 .include "../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-firebug/Makefile
==============================================================================
--- head/www/xpi-firebug/Makefile	Sun Jan 26 15:08:31 2014	(r341201)
+++ head/www/xpi-firebug/Makefile	Sun Jan 26 15:08:55 2014	(r341202)
@@ -15,6 +15,5 @@ LICENSE=	BSD3CLAUSE
 XPI_NUM=	1843
 XPI_ID=		firebug@software.joehewitt.com
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-firefox-showcase/Makefile
==============================================================================
--- head/www/xpi-firefox-showcase/Makefile	Sun Jan 26 15:08:31 2014	(r341201)
+++ head/www/xpi-firefox-showcase/Makefile	Sun Jan 26 15:08:55 2014	(r341202)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome/showcase.jar component
 		install.rdf chrome.manifest LICENSE
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-firemobilesimulator/Makefile
==============================================================================
--- head/www/xpi-firemobilesimulator/Makefile	Sun Jan 26 15:08:31 2014	(r341201)
+++ head/www/xpi-firemobilesimulator/Makefile	Sun Jan 26 15:08:55 2014	(r341202)
@@ -21,6 +21,5 @@ XPI_FILES=	chrome.manifest chrome/msim.j
 XPI_DIRS=	chrome components \
 		defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-fission/Makefile
==============================================================================
--- head/www/xpi-fission/Makefile	Sun Jan 26 15:08:31 2014	(r341201)
+++ head/www/xpi-fission/Makefile	Sun Jan 26 15:08:55 2014	(r341202)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/fission.jar chrome.man
 		license.txt
 XPI_DIRS=	chrome defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>



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