svn commit: r341202 - in head/www: xpi-fasterfox xpi-firebug xpi-firefox-showcase xpi-firemobilesimulator xpi-fission
Martin Wilke
miwi at FreeBSD.org
Sun Jan 26 15:08:57 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list