| Summary: | [PATCH] Update mail/enigmail-thunderbird-esr to 1.4.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Xin LI <delphij> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ale | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Xin LI
2012-06-27 01:00:23 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed
From-To: open->feedback
1.4.2 should not support thunderbird 10.
install.rdf diff:
<Description about="urn:mozilla:install-manifest">
<em:id>{847b3a00-7ab1-11d4-8f02-006008948af5}</em:id>
- <em:version>1.4</em:version>
+ <em:version>1.4.2</em:version>
<em:type>2</em:type> <!-- type = extension -->
<em:unpack>true</em:unpack>
<!-- Target Applications this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
- <em:minVersion>10.0</em:minVersion>
- <em:maxVersion>13.0pre</em:maxVersion>
+ <em:minVersion>12.0</em:minVersion>
+ <em:maxVersion>15.0pre</em:maxVersion>
</Description>
</em:targetApplication>
State Changed From-To: feedback->closed Updated to latest&last 1.4.3 release. |