Date: Tue, 21 Nov 2006 22:42:11 +0100 From: "Simon Olofsson" <simon@olofsson.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: chinsan@FreeBSD.org Subject: ports/105726: [PATCH] www/xpi-web_developer: Make it work with FF 2.0 Message-ID: <20061121214212.5A4042BAA24@mail-in-08.arcor-online.net> Resent-Message-ID: <200611212150.kALLoMMA067427@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105726 >Category: ports >Synopsis: [PATCH] www/xpi-web_developer: Make it work with FF 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 21 21:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #39: Thu Nov 16 14:41:18 CET 2006 >Description: Make it work with Firefox 2.0. Added file(s): - files/patch-install.rdf Port maintainer (chinsan@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- xpi-web_developer-1.0.2_1.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/www/xpi-web_developer/Makefile /usr/home/simon/ports/www/xpi-web_developer/Makefile --- /usr/ports/www/xpi-web_developer/Makefile Tue Oct 3 17:34:44 2006 +++ /usr/home/simon/ports/www/xpi-web_developer/Makefile Tue Nov 21 22:37:49 2006 @@ -8,6 +8,7 @@ PORTNAME= web_developer PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= -fx+fl +PORTREVISION= 1 CATEGORIES= www MAINTAINER= chinsan@FreeBSD.org @@ -17,6 +18,9 @@ XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \ install.rdf license.txt XPI_DIRS= chrome + +post-patch: + @${RM} -f ${WRKSRC}/install.rdf.orig .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff -ruN -ruN --exclude=CVS /usr/ports/www/xpi-web_developer/files/patch-install.rdf /usr/home/simon/ports/www/xpi-web_developer/files/patch-install.rdf --- /usr/ports/www/xpi-web_developer/files/patch-install.rdf Thu Jan 1 01:00:00 1970 +++ /usr/home/simon/ports/www/xpi-web_developer/files/patch-install.rdf Tue Nov 21 22:24:00 2006 @@ -0,0 +1,11 @@ +--- install.rdf.orig Tue Nov 21 22:23:23 2006 ++++ install.rdf Tue Nov 21 22:23:37 2006 +@@ -23,7 +23,7 @@ + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> +- <em:maxVersion>1.5.0.*</em:maxVersion> ++ <em:maxVersion>2.0.0.*</em:maxVersion> + <em:minVersion>1.0</em:minVersion> + </Description> + </em:targetApplication> --- xpi-web_developer-1.0.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061121214212.5A4042BAA24>