From leres@ee.lbl.gov  Sat Apr 28 00:02:09 2012
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 579F91065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Apr 2012 00:02:09 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca])
	by mx1.freebsd.org (Postfix) with ESMTP id 40C888FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Apr 2012 00:02:09 +0000 (UTC)
Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [IPv6:2620:83:8000:102::cb])
	(authenticated bits=0)
	by fun.ee.lbl.gov (8.14.5/8.14.5) with ESMTP id q3S028NF074907
	(version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO);
	Fri, 27 Apr 2012 17:02:08 -0700 (PDT)
Message-Id: <4F9B3380.3080408@ee.lbl.gov>
Date: Fri, 27 Apr 2012 17:02:08 -0700
From: Craig Leres <leres@ee.lbl.gov>
To: FreeBSD-gnats-submit@freebsd.org
Cc: leres@ee.lbl.gov
Subject: [PATCH] mail/enigmail-thunderbird update for 12.0

>Number:         167383
>Category:       ports
>Synopsis:       [PATCH] mail/enigmail-thunderbird update for 12.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 28 00:10:07 UTC 2012
>Closed-Date:    Sat Apr 28 06:09:35 UTC 2012
>Last-Modified:  Sat Apr 28 06:09:35 UTC 2012
>Originator:     Craig Leres
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD hot.ee.lbl.gov 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Tue
Mar 27 11:13:45 PDT 2012
leres@hot.ee.lbl.gov:/usr/src/8.2-RELEASE/sys/amd64/compile/LBLIPV6  amd64

>Description:
	The enigmail-thunderbird port was configured to build against the ESR
version of thunderbird earlier this month but wasn't changed back when
thunderbird was updated to 11.0 or 12.0. This means enigmail-thunderbird
depends on 10.X instead of whatever version is installed.

>How-To-Repeat:

--- script.txt begins here ---
hot 17 % pkg_info | fgrep thunderbird
thunderbird-12.0    Mozilla Thunderbird is standalone mail and news that
stands
thunderbird-enigmail-1.4 A GnuPG extension for the Thunderbird mail client
hot 18 % pwd
/usr/ports/mail/enigmail-thunderbird
hot 19 % make
===>  License check disabled, port has not defined LICENSE
===>  Extracting for thunderbird-enigmail-1.4
=> SHA256 Checksum OK for enigmail-1.4.tar.gz.
===>   thunderbird-enigmail-1.4 depends on executable: unzip - found
===>   thunderbird-enigmail-1.4 depends on executable: yasm - found
===>   thunderbird-enigmail-1.4 depends on file: /nonexistent - not found
===>    Verifying build for /nonexistent in /usr/ports/mail/thunderbird-esr

===>  thunderbird-10.0.4 conflicts with installed package(s):
      thunderbird-12.0

      They install files into the same place.
      You may want to stop build with Ctrl + C.
^C
hot 20 %
--- script.txt ends here ---

>Fix:
	Please see the attached patch.

--- patch-Makefile begins here ---
--- Makefile.orig	2012-04-20 19:49:37.000000000 -0700
+++ Makefile	2012-04-20 19:50:15.000000000 -0700
@@ -13,7 +13,7 @@
 MASTERDIR=	${.CURDIR}/../enigmail

 GECKO=		thunderbird
-GECKO_PORTDIR=	mail/${GECKO}-esr
-GECKO_EXTDIR=	comm-esr10
+GECKO_PORTDIR=	mail/${GECKO}
+GECKO_EXTDIR=	comm-release

 .include "${MASTERDIR}/Makefile"

--- patch-Makefile ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 28 00:11:06 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167383 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sat Apr 28 06:09:09 UTC 2012 
State-Changed-Why:  
enigmail was updated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167383 
>Unformatted:
