Date: Sun, 26 Jan 2014 15:11:00 +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: r341209 - in head/www: xpi-infolister xpi-informenter xpi-inline-google-definitions xpi-it_s_all_text xpi-jslib Message-ID: <201401261511.s0QFB0P8089599@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 26 15:10:59 2014 New Revision: 341209 URL: http://svnweb.freebsd.org/changeset/ports/341209 QAT: https://qat.redports.org/buildarchive/r341209/ Log: - Stage support Modified: head/www/xpi-infolister/Makefile head/www/xpi-informenter/Makefile head/www/xpi-inline-google-definitions/Makefile head/www/xpi-it_s_all_text/Makefile head/www/xpi-jslib/Makefile Modified: head/www/xpi-infolister/Makefile ============================================================================== --- head/www/xpi-infolister/Makefile Sun Jan 26 15:10:50 2014 (r341208) +++ head/www/xpi-infolister/Makefile Sun Jan 26 15:10:59 2014 (r341209) @@ -17,6 +17,5 @@ XPI_FILES= chrome/infolister.jar chrome. 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-informenter/Makefile ============================================================================== --- head/www/xpi-informenter/Makefile Sun Jan 26 15:10:50 2014 (r341208) +++ head/www/xpi-informenter/Makefile Sun Jan 26 15:10:59 2014 (r341209) @@ -14,6 +14,5 @@ XPI_NUM= 673 XPI_FILES= chrome/informenter.jar defaults/preferences/informenter.js install.rdf chrome.manifest XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-inline-google-definitions/Makefile ============================================================================== --- head/www/xpi-inline-google-definitions/Makefile Sun Jan 26 15:10:50 2014 (r341208) +++ head/www/xpi-inline-google-definitions/Makefile Sun Jan 26 15:10:59 2014 (r341209) @@ -13,6 +13,5 @@ XPI_DISTNAME= inline_google_definitions XPI_NUM= 2083 XPI_ID= {70171e70-9057-11da-9562-00e08161165f} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-it_s_all_text/Makefile ============================================================================== --- head/www/xpi-it_s_all_text/Makefile Sun Jan 26 15:10:50 2014 (r341208) +++ head/www/xpi-it_s_all_text/Makefile Sun Jan 26 15:10:59 2014 (r341209) @@ -18,6 +18,5 @@ XPI_FILES= chrome.manifest \ XPI_DIRS= chrome \ defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-jslib/Makefile ============================================================================== --- head/www/xpi-jslib/Makefile Sun Jan 26 15:10:50 2014 (r341208) +++ head/www/xpi-jslib/Makefile Sun Jan 26 15:10:59 2014 (r341209) @@ -13,10 +13,11 @@ COMMENT= Library of common useful routin LICENSE= MPL XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} -XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf +XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest \ + components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js \ + install.js install.rdf XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -Ee '/Suite/,/Flock/s/>2[.]0[.][*]</>2.4.*</' ${WRKSRC}/install.rdf ${RM} -f ${WRKSRC}/install.rdf.bak
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261511.s0QFB0P8089599>