diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-13 02:06:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-13 02:06:36 +0800 |
commit | fb6ade034a6caf93478611cb60154d152927cc52 (patch) | |
tree | b4cc42220c1fd95a72b60309c084d6711c693754 /mail/thunderbird/Makefile | |
parent | 73390f54f5f07e158801cb00f3515bca144d34fc (diff) | |
download | freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.tar.gz freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.tar.zst freebsd-ports-gnome-fb6ade034a6caf93478611cb60154d152927cc52.zip |
- Update NSS and ca_root_nss to 3.19
- Update Firefox to 38.0
- Update Firefox ESR and libxul to 31.7.0
- Update Thunderbird to 31.7.0
- Update Enigmail to 1.8.2
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes
Changes: https://www.mozilla.org/firefox/38.0/releasenotes/
Changes: https://www.mozilla.org/firefox/31.7.0/releasenotes/
Changes: http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1
MFH: 2015Q2
Security: https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index c8b339f3ebf3..5e4082fee57e 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 31.6.0 -PORTREVISION= 1 +DISTVERSION= 31.7.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ @@ -14,7 +13,7 @@ MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ - nss>=3.16:${PORTSDIR}/security/nss \ + nss>=3.16.2.3:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ @@ -32,8 +31,8 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l -EM_VERSION= 1.8.1 -L_VERSION= 3.3.6 +EM_VERSION= 1.8.2 +L_VERSION= 3.3.7 SSP_UNSAFE= yes USE_GECKO= gecko |