aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-prism
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-06 09:13:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-06 09:13:53 +0000
commitc7583d066170b234e1a1aca7de8e3ea863f7b36a (patch)
tree09e7bcf2cce8bd19d6dc2431be5ea5858eb13dad /www/xpi-prism
parent1ed7a1741eaf508488a94ebb40a484d7b308ac83 (diff)
downloadports-c7583d066170b234e1a1aca7de8e3ea863f7b36a.tar.gz
ports-c7583d066170b234e1a1aca7de8e3ea863f7b36a.zip
To work prism with stable version of firefox 3.5,
in install.rdf can not be two record for maxVersion (one for 3.5b4, and one for 3.5.*), and this must have value '3.5.*' not '3.5*', because firefox report this extension as incompatibile. Submitted by: Grzegorz Blach Thanks to: Grzegorz Blach
Notes
Notes: svn path=/head/; revision=240946
Diffstat (limited to 'www/xpi-prism')
-rw-r--r--www/xpi-prism/files/patch-install.rdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-prism/files/patch-install.rdf b/www/xpi-prism/files/patch-install.rdf
index 760c005b80ae..b4a3a27b4341 100644
--- a/www/xpi-prism/files/patch-install.rdf
+++ b/www/xpi-prism/files/patch-install.rdf
@@ -4,7 +4,7 @@
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>3.5b4</em:maxVersion>
-+ <em:maxVersion>3.5*</em:maxVersion>
++ <em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>