Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 15:14:35 +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: r341219 - in head/www: xpi-twitterfox xpi-unplug xpi-urllink xpi-user_agent_switcher xpi-vimperator
Message-ID:  <201401261514.s0QFEZY7093314@svn.freebsd.org>

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

Log:
  - Stage support

Modified:
  head/www/xpi-twitterfox/Makefile
  head/www/xpi-unplug/Makefile
  head/www/xpi-urllink/Makefile
  head/www/xpi-user_agent_switcher/Makefile
  head/www/xpi-vimperator/Makefile

Modified: head/www/xpi-twitterfox/Makefile
==============================================================================
--- head/www/xpi-twitterfox/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-twitterfox/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -20,6 +20,5 @@ XPI_FILES=	LICENSE.rtf chrome/TwitterFox
 		defaults/twitterfox_1.8.sqlite install.rdf
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-unplug/Makefile
==============================================================================
--- head/www/xpi-unplug/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-unplug/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -12,7 +12,6 @@ COMMENT=	Converts embedded media to html
 XPI_ID=		unplug@compunach
 XPI_NUM=	2254
 
-NO_STAGE=	yes
 xpi-post-extract:
 	${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
 

Modified: head/www/xpi-urllink/Makefile
==============================================================================
--- head/www/xpi-urllink/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-urllink/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome/urllink.jar chrome.man
 		defaults/preferences/urllink.js install.rdf
 XPI_DIRS=	chrome defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-user_agent_switcher/Makefile
==============================================================================
--- head/www/xpi-user_agent_switcher/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-user_agent_switcher/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -17,6 +17,5 @@ XPI_FILES=	chrome.manifest \
 		license.txt
 XPI_DIRS=	chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-vimperator/Makefile
==============================================================================
--- head/www/xpi-vimperator/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-vimperator/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -15,6 +15,5 @@ LICENSE_FILE=${WRKSRC}/License.txt
 XPI_ID=		vimperator@mozdev.org
 XPI_NUM=	4891
 
-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?201401261514.s0QFEZY7093314>