diff options
author | cmt <cmt@FreeBSD.org> | 2016-09-09 18:57:45 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2016-09-09 18:57:45 +0800 |
commit | 0aedeaafb1ed747c7dca95a8d61faf0260706c6b (patch) | |
tree | 5be74411c925ccc6fb79f76e83211cb421e0a828 /mail/thunderbird | |
parent | 830f61272f148c6700bcd9348864770ac56cf727 (diff) | |
download | freebsd-ports-gnome-0aedeaafb1ed747c7dca95a8d61faf0260706c6b.tar.gz freebsd-ports-gnome-0aedeaafb1ed747c7dca95a8d61faf0260706c6b.tar.zst freebsd-ports-gnome-0aedeaafb1ed747c7dca95a8d61faf0260706c6b.zip |
update thunderbird to 45.3.0
PR: 212463
Approved by: jbeich (maintainer), rene (mentor)
MFH: 2016Q3
Security: aa1aefe3-6e37-47db-bfda-343ef4acb1b5
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 7 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 10 | ||||
-rw-r--r-- | mail/thunderbird/files/patch-bug1285501 | 22 |
3 files changed, 8 insertions, 31 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index d6cf7c20e2dd..20d52f93fd79 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 45.2.0 -PORTREVISION= 1 +DISTVERSION= 45.3.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -31,8 +30,8 @@ BUILD_DEPENDS= nspr>=4.12:devel/nspr \ LIB_DEPENDS= libv4l2.so:multimedia/libv4l -EM_VERSION= 1.9.3 -L_VERSION= 4.7.2 +EM_VERSION= 1.9.5 +L_VERSION= 4.7.3 SSP_UNSAFE= yes USE_GECKO= gecko diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 798ed06e917e..00d5ffad0da3 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1467307995 -SHA256 (thunderbird-45.2.0.source.tar.xz) = bd2389cbb28138668ab41b26f1dce49c455807e09b43fd370ee765ae3f0937c0 -SIZE (thunderbird-45.2.0.source.tar.xz) = 201023884 -SHA256 (enigmail-1.9.3.tar.gz) = 1dee90ff4ad51d361335686ab4ed722d34d2502b36b609680e2aabe3bb50729a -SIZE (enigmail-1.9.3.tar.gz) = 1741831 +TIMESTAMP = 1473253093 +SHA256 (thunderbird-45.3.0.source.tar.xz) = 231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7 +SIZE (thunderbird-45.3.0.source.tar.xz) = 201005896 +SHA256 (enigmail-1.9.5.tar.gz) = 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad +SIZE (enigmail-1.9.5.tar.gz) = 1744278 diff --git a/mail/thunderbird/files/patch-bug1285501 b/mail/thunderbird/files/patch-bug1285501 deleted file mode 100644 index b0e7cb65bdc7..000000000000 --- a/mail/thunderbird/files/patch-bug1285501 +++ /dev/null @@ -1,22 +0,0 @@ -diff --git media/webrtc/trunk/build/filename_rules.gypi media/webrtc/trunk/build/filename_rules.gypi -index 844d5c5..7b16a15 100644 ---- mozilla/media/webrtc/trunk/build/filename_rules.gypi -+++ mozilla/media/webrtc/trunk/build/filename_rules.gypi -@@ -29,7 +29,7 @@ - # In case a file is not needed, it is going to be excluded later on. - # TODO(evan): the above is not correct; we shouldn't build _linux - # files on non-linux. -- ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', { -+ ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', { - 'sources/': [ - ['exclude', '_linux(_unittest)?\\.(h|cc)$'], - ['exclude', '(^|/)linux/'], -@@ -55,7 +55,7 @@ - ['exclude', '_nacl(_unittest)?\\.(h|cc)$'], - ], - }], -- ['OS!="linux" and OS!="openbsd" and OS!="freebsd" or >(nacl_untrusted_build)==1', { -+ ['OS!="linux" and OS!="solaris" and <(os_bsd)!=1 or >(nacl_untrusted_build)==1', { - 'sources/': [ - ['exclude', '_xdg(_unittest)?\\.(h|cc)$'], - ], |