Date: Sun, 26 Jan 2014 15:10:29 +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: r341207 - in head/www: xpi-greasemonkey xpi-httpfox xpi-imagezoom xpi-imdbpreview xpi-imglikeopera Message-ID: <201401261510.s0QFATV5089005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Jan 26 15:10:29 2014 New Revision: 341207 URL: http://svnweb.freebsd.org/changeset/ports/341207 QAT: https://qat.redports.org/buildarchive/r341207/ Log: - Stage support Modified: head/www/xpi-greasemonkey/Makefile head/www/xpi-httpfox/Makefile head/www/xpi-imagezoom/Makefile head/www/xpi-imdbpreview/Makefile head/www/xpi-imglikeopera/Makefile Modified: head/www/xpi-greasemonkey/Makefile ============================================================================== --- head/www/xpi-greasemonkey/Makefile Sun Jan 26 15:10:06 2014 (r341206) +++ head/www/xpi-greasemonkey/Makefile Sun Jan 26 15:10:29 2014 (r341207) @@ -12,6 +12,5 @@ COMMENT= Add bits of DHTML to any web pa XPI_ID= {e4a8a97b-f2ed-450b-b12d-ee082ba24781} XPI_NUM= 748 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-httpfox/Makefile ============================================================================== --- head/www/xpi-httpfox/Makefile Sun Jan 26 15:10:06 2014 (r341206) +++ head/www/xpi-httpfox/Makefile Sun Jan 26 15:10:29 2014 (r341207) @@ -12,6 +12,5 @@ COMMENT= HTTP analyzer addon for Firefox XPI_NUM= 6647 XPI_ID= {4093c4de-454a-4329-8aff-c6b0b123c386} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> Modified: head/www/xpi-imagezoom/Makefile ============================================================================== --- head/www/xpi-imagezoom/Makefile Sun Jan 26 15:10:06 2014 (r341206) +++ head/www/xpi-imagezoom/Makefile Sun Jan 26 15:10:29 2014 (r341207) @@ -16,7 +16,6 @@ XPI_FILES= chrome/imagezoom.jar defaults gpl.txt chrome.manifest install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/maxVersion/s|3.0b4|3.0.\*|' ${WRKSRC}/install.rdf @${RM} -f ${WRKSRC}/install.rdf.bak Modified: head/www/xpi-imdbpreview/Makefile ============================================================================== --- head/www/xpi-imdbpreview/Makefile Sun Jan 26 15:10:06 2014 (r341206) +++ head/www/xpi-imdbpreview/Makefile Sun Jan 26 15:10:29 2014 (r341207) @@ -17,6 +17,5 @@ XPI_FILES= chrome/imdb_preview.jar chrom defaults/preferences/defaults.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-imglikeopera/Makefile ============================================================================== --- head/www/xpi-imglikeopera/Makefile Sun Jan 26 15:10:06 2014 (r341206) +++ head/www/xpi-imglikeopera/Makefile Sun Jan 26 15:10:29 2014 (r341207) @@ -11,6 +11,5 @@ COMMENT= Load only the images that you w XPI_ID= imglikeopera@imfo.ru -NO_STAGE= yes .include "${.CURDIR}/../../www/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?201401261510.s0QFATV5089005>