thunderbird 6.0 lightning needs updating

Jimmie James jimmiejaz at gmail.com
Wed Aug 17 03:53:04 UTC 2011


$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>


More information about the freebsd-gecko mailing list