From owner-freebsd-gecko@freebsd.org Mon Feb 15 14:26:39 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C6C2AA9E58 for ; Mon, 15 Feb 2016 14:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1950112F1 for ; Mon, 15 Feb 2016 14:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1502BAA9E57; Mon, 15 Feb 2016 14:26:39 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14963AA9E56 for ; Mon, 15 Feb 2016 14:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0720712F0 for ; Mon, 15 Feb 2016 14:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1FEQc1C029166 for ; Mon, 15 Feb 2016 14:26:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 207167] mail/thunderbird: 38.6.0 Date: Mon, 15 Feb 2016 14:26:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:26:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207167 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166951|maintainer-approval? |maintainer-approval+ Flags| | --- Comment #2 from Jan Beich --- Comment on attachment 166951 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166951 update thunderbird ports >-BUILD_DEPENDS=3D nspr>=3D4.10.8:${PORTSDIR}/devel/nspr \ >- nss>=3D3.19.2:${PORTSDIR}/security/nss \ >+BUILD_DEPENDS=3D nspr>=3D4.11:${PORTSDIR}/devel/nspr \ >+ nss>=3D3.22:${PORTSDIR}/security/nss \ Why? mozilla/configure.in has different numbers. Besides, ports r408519 hav= en't been MFHd to /branches/2016Q2 yet. $ git show origin/esr38:configure.in | fgrep -e NSPR_MINVER -e AM_PATH_NSS NSPR_MINVER=3D4.10.10 AM_PATH_NSS(3.19.2.1, ...) > # summarize what's been touched >--echo Updated to $CHANGESET. >-+echo Updated to $CHANGESET \($TAG for --with-system-graphite2\) >+-echo Updated to $RELEASE. >++echo Updated to $RELEASE \($TAG for --with-system-graphite2\). The underlying hunk can be dropped. Releases are always tagged, so --with-system-graphite2 no longer needs to track down closest tag *with* it. Approved if the above fixed. --=20 You are receiving this mail because: You are the assignee for the bug.=