svn commit: r341206 - in head/www: xpi-ghostery xpi-gmail-manager xpi-google-notebook xpi-google_shortcuts xpi-grab_and_drag

Martin Wilke miwi at FreeBSD.org
Sun Jan 26 15:10:08 UTC 2014


Author: miwi
Date: Sun Jan 26 15:10:06 2014
New Revision: 341206
URL: http://svnweb.freebsd.org/changeset/ports/341206
QAT: https://qat.redports.org/buildarchive/r341206/

Log:
  - Stage support

Modified:
  head/www/xpi-ghostery/Makefile
  head/www/xpi-gmail-manager/Makefile
  head/www/xpi-google-notebook/Makefile
  head/www/xpi-google_shortcuts/Makefile
  head/www/xpi-grab_and_drag/Makefile

Modified: head/www/xpi-ghostery/Makefile
==============================================================================
--- head/www/xpi-ghostery/Makefile	Sun Jan 26 15:09:46 2014	(r341205)
+++ head/www/xpi-ghostery/Makefile	Sun Jan 26 15:10:06 2014	(r341206)
@@ -12,6 +12,5 @@ COMMENT=	Alerts/Block web bugs, ad and w
 XPI_NUM=	9609
 XPI_ID=		firefox at ghostery.com
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-gmail-manager/Makefile
==============================================================================
--- head/www/xpi-gmail-manager/Makefile	Sun Jan 26 15:09:46 2014	(r341205)
+++ head/www/xpi-gmail-manager/Makefile	Sun Jan 26 15:10:06 2014	(r341206)
@@ -14,6 +14,5 @@ XPI_DISTNAME=	gmail_manager
 XPI_NUM=	1320
 XPI_ID=		{582195F5-92E7-40a0-A127-DB71295901D7}
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-google-notebook/Makefile
==============================================================================
--- head/www/xpi-google-notebook/Makefile	Sun Jan 26 15:09:46 2014	(r341205)
+++ head/www/xpi-google-notebook/Makefile	Sun Jan 26 15:10:06 2014	(r341206)
@@ -13,6 +13,5 @@ COMMENT=	An extension to allow notetakin
 
 XPI_ID=		notebook at google.com
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-google_shortcuts/Makefile
==============================================================================
--- head/www/xpi-google_shortcuts/Makefile	Sun Jan 26 15:09:46 2014	(r341205)
+++ head/www/xpi-google_shortcuts/Makefile	Sun Jan 26 15:10:06 2014	(r341206)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/googleshortcuts.jar ch
 		defaults/preferences/install.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-grab_and_drag/Makefile
==============================================================================
--- head/www/xpi-grab_and_drag/Makefile	Sun Jan 26 15:09:46 2014	(r341205)
+++ head/www/xpi-grab_and_drag/Makefile	Sun Jan 26 15:10:06 2014	(r341206)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome.manifest chrome/graban
 		icon.png install.rdf 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