Date: Sun, 26 Jan 2014 15:07:37 +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: r341199 - in head/www: xpi-close-all-tabs xpi-colorfultabs xpi-cookiesafe xpi-cssviewer xpi-cutemenus-crystalsvg Message-ID: <201401261507.s0QF7b0q087315@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 26 15:07:37 2014 New Revision: 341199 URL: http://svnweb.freebsd.org/changeset/ports/341199 QAT: https://qat.redports.org/buildarchive/r341199/ Log: - Stage support Modified: head/www/xpi-close-all-tabs/Makefile head/www/xpi-colorfultabs/Makefile head/www/xpi-cookiesafe/Makefile head/www/xpi-cssviewer/Makefile head/www/xpi-cutemenus-crystalsvg/Makefile Modified: head/www/xpi-close-all-tabs/Makefile ============================================================================== --- head/www/xpi-close-all-tabs/Makefile Sun Jan 26 15:07:21 2014 (r341198) +++ head/www/xpi-close-all-tabs/Makefile Sun Jan 26 15:07:37 2014 (r341199) @@ -15,6 +15,5 @@ XPI_NUM= 2914 XPI_FILES= chrome/closealltabs.jar chrome.manifest install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-colorfultabs/Makefile ============================================================================== --- head/www/xpi-colorfultabs/Makefile Sun Jan 26 15:07:21 2014 (r341198) +++ head/www/xpi-colorfultabs/Makefile Sun Jan 26 15:07:37 2014 (r341199) @@ -13,7 +13,6 @@ COMMENT= Colors every tab in a different XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe} XPI_NUM= 1368 -NO_STAGE= yes xpi-post-extract: @${FIND} ${WRKSRC} -name .DS_Store -delete Modified: head/www/xpi-cookiesafe/Makefile ============================================================================== --- head/www/xpi-cookiesafe/Makefile Sun Jan 26 15:07:21 2014 (r341198) +++ head/www/xpi-cookiesafe/Makefile Sun Jan 26 15:07:37 2014 (r341199) @@ -23,7 +23,6 @@ XPI_FILES= chrome/cookiesafe.jar default chrome.manifest install.js install.rdf XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|0\.7|1.*|' ${WRKSRC}/install.rdf @${RM} -f ${WRKSRC}/install.rdf.bak Modified: head/www/xpi-cssviewer/Makefile ============================================================================== --- head/www/xpi-cssviewer/Makefile Sun Jan 26 15:07:21 2014 (r341198) +++ head/www/xpi-cssviewer/Makefile Sun Jan 26 15:07:37 2014 (r341199) @@ -14,6 +14,5 @@ XPI_ID= {8be51513-0433-45c1-9203-7b4501 XPI_FILES= chrome/CSSViewer.jar chrome.manifest install.js install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-cutemenus-crystalsvg/Makefile ============================================================================== --- head/www/xpi-cutemenus-crystalsvg/Makefile Sun Jan 26 15:07:21 2014 (r341198) +++ head/www/xpi-cutemenus-crystalsvg/Makefile Sun Jan 26 15:07:37 2014 (r341199) @@ -16,6 +16,5 @@ XPI_FILES= chrome/cutemenus.jar chrome.m defaults/preferences/cutemenus.js install.js install.rdf XPI_DIRS= chrome components defaults/preferences defaults -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?201401261507.s0QF7b0q087315>