Bug 169472

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 Flags
enigmail-thunderbird-esr.diff none

Description Xin LI freebsd_committer freebsd_triage 2012-06-27 01:00:23 UTC
	The current version of port is 1.4, which have a bug that causes
hangs when email is PGP signed or encrypted.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-27 01:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2012-06-27 12:19:02 UTC
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>
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2012-08-09 09:27:35 UTC
State Changed
From-To: feedback->closed

Updated to latest&last 1.4.3 release.