Created attachment 166951 [details] update thunderbird ports Finally, thunderbird 38.5.0 is available: https://www.mozilla.org/en-US/thunderbird/38.6.0/releasenotes/ Attached patch updates - mail/thunderbird - mail/thunderbird-i18n - mail/linux-thunderbird to the (currently) latest release.
Created attachment 166952 [details] poudriere testport log (success)
Comment on attachment 166951 [details] update thunderbird ports >-BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ >- nss>=3.19.2:${PORTSDIR}/security/nss \ >+BUILD_DEPENDS= nspr>=4.11:${PORTSDIR}/devel/nspr \ >+ nss>=3.22:${PORTSDIR}/security/nss \ Why? mozilla/configure.in has different numbers. Besides, ports r408519 haven't been MFHd to /branches/2016Q2 yet. $ git show origin/esr38:configure.in | fgrep -e NSPR_MINVER -e AM_PATH_NSS NSPR_MINVER=4.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.
Created attachment 167037 [details] thunderbird update - fixed dependencies, dropped graphite2 hunk There it is. I had updated the dependencies so there's less chance I'll forget about them last time - I _do_ keep my ports up2date, but someone will have an old nspr and will complain :) I set the nss dependency to 3.19.3 - that's the closed we ever had.
A commit references this bug: Author: jbeich Date: Tue Feb 16 09:20:15 UTC 2016 New revision: 408983 URL: https://svnweb.freebsd.org/changeset/ports/408983 Log: mail/thunderbird: update to 38.6.0 Changes: https://www.mozilla.org/thunderbird/38.6.0/releasenotes/ PR: 207167 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> MFH: 2016Q1 Changes: head/mail/linux-thunderbird/Makefile head/mail/linux-thunderbird/distinfo head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo head/mail/thunderbird/files/patch-bug847568 head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo
(In reply to Christoph Moench-Tegeder from comment #3) > I set the nss dependency to 3.19.3 - that's the closed we ever had. 3.19.2.1 would be more consistent with www/firefox-esr. >-+perl -p -i -e "s/[0-9]+\,[0-9]+\,[0-9]+/$TAG/ and tr/./,/ \ >-+ if /GR2_VERSION_REQUIRE/" configure.in Sorry, the perl line should have been kept. When in doubt use www/firefox.
A commit references this bug: Author: jbeich Date: Tue Feb 16 12:02:00 UTC 2016 New revision: 408987 URL: https://svnweb.freebsd.org/changeset/ports/408987 Log: MFH: r408983 mail/thunderbird: update to 38.6.0 Changes: https://www.mozilla.org/thunderbird/38.6.0/releasenotes/ PR: 207167 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: ports-secteam (miwi) Changes: _U branches/2016Q1/ branches/2016Q1/mail/linux-thunderbird/Makefile branches/2016Q1/mail/linux-thunderbird/distinfo branches/2016Q1/mail/thunderbird/Makefile branches/2016Q1/mail/thunderbird/distinfo branches/2016Q1/mail/thunderbird/files/patch-bug847568 branches/2016Q1/mail/thunderbird-i18n/Makefile branches/2016Q1/mail/thunderbird-i18n/distinfo