svn commit: r341205 - in head/www: xpi-formfox xpi-foxmarks xpi-foxyproxy xpi-gbrain xpi-gdata_provider
Martin Wilke
miwi at FreeBSD.org
Sun Jan 26 15:09:48 UTC 2014
Author: miwi
Date: Sun Jan 26 15:09:46 2014
New Revision: 341205
URL: http://svnweb.freebsd.org/changeset/ports/341205
QAT: https://qat.redports.org/buildarchive/r341205/
Log:
- Stage support
Modified:
head/www/xpi-formfox/Makefile
head/www/xpi-foxmarks/Makefile
head/www/xpi-foxyproxy/Makefile
head/www/xpi-gbrain/Makefile
head/www/xpi-gdata_provider/Makefile
Modified: head/www/xpi-formfox/Makefile
==============================================================================
--- head/www/xpi-formfox/Makefile Sun Jan 26 15:09:25 2014 (r341204)
+++ head/www/xpi-formfox/Makefile Sun Jan 26 15:09:46 2014 (r341205)
@@ -12,6 +12,5 @@ COMMENT= An extension to display form's
XPI_NUM= 1579
XPI_ID= formfox at daniel.steinbrook
-NO_STAGE= yes
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
Modified: head/www/xpi-foxmarks/Makefile
==============================================================================
--- head/www/xpi-foxmarks/Makefile Sun Jan 26 15:09:25 2014 (r341204)
+++ head/www/xpi-foxmarks/Makefile Sun Jan 26 15:09:46 2014 (r341205)
@@ -14,6 +14,5 @@ XPI_DISTNAME= foxmarks_bookmark_synchron
XPI_ID= foxmarks at kei.com
XPI_NUM= 2410
-NO_STAGE= yes
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
Modified: head/www/xpi-foxyproxy/Makefile
==============================================================================
--- head/www/xpi-foxyproxy/Makefile Sun Jan 26 15:09:25 2014 (r341204)
+++ head/www/xpi-foxyproxy/Makefile Sun Jan 26 15:09:46 2014 (r341205)
@@ -16,7 +16,6 @@ XPI_DISTNAME= foxyproxy_standard
XPI_NUM= 2464
XPI_ID= foxyproxy at eric.h.jung
-NO_STAGE= yes
xpi-post-extract:
@${FIND} ${WRKSRC} -type f -name '*.js' |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g'
Modified: head/www/xpi-gbrain/Makefile
==============================================================================
--- head/www/xpi-gbrain/Makefile Sun Jan 26 15:09:25 2014 (r341204)
+++ head/www/xpi-gbrain/Makefile Sun Jan 26 15:09:46 2014 (r341205)
@@ -14,6 +14,5 @@ XPI_ID= gbrain at andreas.gohr
XPI_FILES= chrome/gbrain.jar chrome.manifest defaults/preferences/gbrain.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-gdata_provider/Makefile
==============================================================================
--- head/www/xpi-gdata_provider/Makefile Sun Jan 26 15:09:25 2014 (r341204)
+++ head/www/xpi-gdata_provider/Makefile Sun Jan 26 15:09:46 2014 (r341205)
@@ -13,8 +13,6 @@ XPI_DISTNAME= provider_for_google_calend
XPI_NUM= 4631
XPI_ID= {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
-NO_STAGE= yes
-
# XXX Remove me on next update!
xpi-post-extract:
${RM} ${WRKSRC}/chrome/.ttt.sh.swp
More information about the svn-ports-all
mailing list