svn commit: r341210 - in head/www: xpi-jsview xpi-jv xpi-leechblock xpi-linkification xpi-live_http_headers
Martin Wilke
miwi at FreeBSD.org
Sun Jan 26 15:11:23 UTC 2014
Author: miwi
Date: Sun Jan 26 15:11:22 2014
New Revision: 341210
URL: http://svnweb.freebsd.org/changeset/ports/341210
QAT: https://qat.redports.org/buildarchive/r341210/
Log:
- Stage support
Modified:
head/www/xpi-jsview/Makefile
head/www/xpi-jv/Makefile
head/www/xpi-leechblock/Makefile
head/www/xpi-linkification/Makefile
head/www/xpi-live_http_headers/Makefile
Modified: head/www/xpi-jsview/Makefile
==============================================================================
--- head/www/xpi-jsview/Makefile Sun Jan 26 15:10:59 2014 (r341209)
+++ head/www/xpi-jsview/Makefile Sun Jan 26 15:11:22 2014 (r341210)
@@ -19,7 +19,6 @@ XPI_NUM= 2076
XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|<em:maxVersion>9\.0a1<|<em:maxVersion>99.*<|' ${WRKSRC}/install.rdf
Modified: head/www/xpi-jv/Makefile
==============================================================================
--- head/www/xpi-jv/Makefile Sun Jan 26 15:10:59 2014 (r341209)
+++ head/www/xpi-jv/Makefile Sun Jan 26 15:11:22 2014 (r341210)
@@ -20,7 +20,6 @@ XPI_DIRS= chrome \
REINPLACE_ARGS= -i ""
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf
Modified: head/www/xpi-leechblock/Makefile
==============================================================================
--- head/www/xpi-leechblock/Makefile Sun Jan 26 15:10:59 2014 (r341209)
+++ head/www/xpi-leechblock/Makefile Sun Jan 26 15:11:22 2014 (r341210)
@@ -12,6 +12,5 @@ COMMENT= Blocks time-wasting sites
XPI_ID= {a95d8332-e4b4-6e7f-98ac-20b733364387}
XPI_NUM= 4476
-NO_STAGE= yes
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
Modified: head/www/xpi-linkification/Makefile
==============================================================================
--- head/www/xpi-linkification/Makefile Sun Jan 26 15:10:59 2014 (r341209)
+++ head/www/xpi-linkification/Makefile Sun Jan 26 15:11:22 2014 (r341210)
@@ -15,6 +15,5 @@ XPI_FILES= chrome/linkification.jar chro
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-live_http_headers/Makefile
==============================================================================
--- head/www/xpi-live_http_headers/Makefile Sun Jan 26 15:10:59 2014 (r341209)
+++ head/www/xpi-live_http_headers/Makefile Sun Jan 26 15:11:22 2014 (r341210)
@@ -34,7 +34,6 @@ XPI_DIRS= chrome/icons/default \
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(js|rdf|txt)
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
More information about the svn-ports-all
mailing list