Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 15:07:52 +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: r341200 - in head/www: xpi-deepestsender xpi-default_full_zoom_level xpi-delicious xpi-downthemall xpi-errorzilla
Message-ID:  <201401261507.s0QF7qoJ087469@svn.freebsd.org>

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

Log:
  - Stage support

Modified:
  head/www/xpi-deepestsender/Makefile
  head/www/xpi-default_full_zoom_level/Makefile
  head/www/xpi-delicious/Makefile
  head/www/xpi-downthemall/Makefile
  head/www/xpi-errorzilla/Makefile

Modified: head/www/xpi-deepestsender/Makefile
==============================================================================
--- head/www/xpi-deepestsender/Makefile	Sun Jan 26 15:07:37 2014	(r341199)
+++ head/www/xpi-deepestsender/Makefile	Sun Jan 26 15:07:51 2014	(r341200)
@@ -16,6 +16,5 @@ USE_XPI=	*firefox*
 
 LICENSE=	GPLv2
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-default_full_zoom_level/Makefile
==============================================================================
--- head/www/xpi-default_full_zoom_level/Makefile	Sun Jan 26 15:07:37 2014	(r341199)
+++ head/www/xpi-default_full_zoom_level/Makefile	Sun Jan 26 15:07:51 2014	(r341200)
@@ -18,7 +18,6 @@ XPI_DIRS=	chrome defaults/preferences de
 
 REINPLACE_ARGS=	-i ""
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} '/em:maxVersion/s/"[^"][^"]*"/"3.6.*"/' ${WRKSRC}/install.rdf
 

Modified: head/www/xpi-delicious/Makefile
==============================================================================
--- head/www/xpi-delicious/Makefile	Sun Jan 26 15:07:37 2014	(r341199)
+++ head/www/xpi-delicious/Makefile	Sun Jan 26 15:07:51 2014	(r341200)
@@ -14,6 +14,5 @@ XPI_ID=		{3c2f3d50-ec4f-11d8-9669-080020
 XPI_FILES=	chrome/delicious.jar defaults/preferences/delicious.js install.rdf chrome.manifest
 XPI_DIRS=	chrome defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-downthemall/Makefile
==============================================================================
--- head/www/xpi-downthemall/Makefile	Sun Jan 26 15:07:37 2014	(r341199)
+++ head/www/xpi-downthemall/Makefile	Sun Jan 26 15:07:51 2014	(r341200)
@@ -15,6 +15,5 @@ XPI_DISTNAME=	downthemall
 
 XPI_ID=		{DDC359D1-844A-42a7-9AA1-88A850A938A8}
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-errorzilla/Makefile
==============================================================================
--- head/www/xpi-errorzilla/Makefile	Sun Jan 26 15:07:37 2014	(r341199)
+++ head/www/xpi-errorzilla/Makefile	Sun Jan 26 15:07:51 2014	(r341200)
@@ -41,6 +41,5 @@ XPI_DIRS=	chrome/content/images \
 		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?201401261507.s0QF7qoJ087469>