Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 15:13:24 +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: r341216 - in head/www: xpi-searchstatus xpi-server_spy xpi-server_switcher xpi-sessionmanager xpi-showip
Message-ID:  <201401261513.s0QFDOgi092773@svn.freebsd.org>

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

Log:
  - Stage support

Modified:
  head/www/xpi-searchstatus/Makefile
  head/www/xpi-server_spy/Makefile
  head/www/xpi-server_switcher/Makefile
  head/www/xpi-sessionmanager/Makefile
  head/www/xpi-showip/Makefile

Modified: head/www/xpi-searchstatus/Makefile
==============================================================================
--- head/www/xpi-searchstatus/Makefile	Sun Jan 26 15:13:04 2014	(r341215)
+++ head/www/xpi-searchstatus/Makefile	Sun Jan 26 15:13:24 2014	(r341216)
@@ -17,6 +17,5 @@ XPI_ID=		{d57c9ff1-6389-48fc-b770-f78bd8
 XPI_FILES=	chrome/searchstatus.jar install.rdf readme.txt chrome.manifest
 XPI_DIRS=	chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-server_spy/Makefile
==============================================================================
--- head/www/xpi-server_spy/Makefile	Sun Jan 26 15:13:04 2014	(r341215)
+++ head/www/xpi-server_spy/Makefile	Sun Jan 26 15:13:24 2014	(r341216)
@@ -14,12 +14,10 @@ USE_XPI=	*firefox*
 XPI_ID=		ServerSpy@jacquet.eu.org
 XPI_NUM=	2036
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<em:maxVersion>22\.\*<|<em:maxVersion>99.*<|' \
 		${WRKSRC}/install.rdf
 
-
 pre-install:
 	@${RM} -f ${WRKSRC}/install.rdf.bak
 

Modified: head/www/xpi-server_switcher/Makefile
==============================================================================
--- head/www/xpi-server_switcher/Makefile	Sun Jan 26 15:13:04 2014	(r341215)
+++ head/www/xpi-server_switcher/Makefile	Sun Jan 26 15:13:24 2014	(r341216)
@@ -12,6 +12,5 @@ COMMENT=	A navigational help tool for we
 XPI_NUM=	2409
 XPI_ID=		{F7D360DC-B8F8-11DA-86BD-3EC8728786A0}
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-sessionmanager/Makefile
==============================================================================
--- head/www/xpi-sessionmanager/Makefile	Sun Jan 26 15:13:04 2014	(r341215)
+++ head/www/xpi-sessionmanager/Makefile	Sun Jan 26 15:13:24 2014	(r341216)
@@ -19,6 +19,5 @@ XPI_FILES=	chrome/sessionmanager.jar \
 		chrome.manifest install.rdf license.txt
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-showip/Makefile
==============================================================================
--- head/www/xpi-showip/Makefile	Sun Jan 26 15:13:04 2014	(r341215)
+++ head/www/xpi-showip/Makefile	Sun Jan 26 15:13:24 2014	(r341216)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 XPI_NUM=	590
 XPI_ID=		{3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<em:maxVersion>14\.\*<|<em:maxVersion>99.*<|; \
 		s|<em:maxVersion>2\.11\.\*<|<em:maxVersion>99.99.*<|' \



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