Date: Tue, 16 Aug 2011 23:23:39 -0400 From: Jimmie James <jimmiejaz@gmail.com> To: gecko@FreeBSD.org Cc: flo@FreeBSD.org, marcus@FreeBSD.org Subject: thunderbird 6.0 lightning needs updating Message-ID: <4E4B343B.5030006@gmail.com>
next in thread | raw e-mail | index | archive | help
$FreeBSD: ports/mail/thunderbird/Makefile,v 1.130 2011/08/16 18:23:05 flo Exp $ The file for the lightning xpi is out of date, /usr/ports/mail/thunderbird/work/comm-release/calendar/lightning#less install.rdf The maxVersion5.* needs to updated to work with the new Thunderbird 6.0. I'm unsure the correct way to do this (Mozilla and/or FreeBSD) version bump, but the "cheap hack" is just changing the 5.* to 6 (or any higher number) <?xml version="1.0"?> #filter substitution <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <!-- Target Application this extension can install into, with minimum and maximum supported versions. --> <em:targetApplication> <Description> <!-- thunderbird --> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:minVersion>5.0b1</em:minVersion> <em:maxVersion>5.*</em:maxVersion> <---- This line. </Description> </em:targetApplication>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E4B343B.5030006>