diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-02-06 13:33:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-02-06 13:33:13 +0000 |
commit | 7c039bce3a5ff25ca629475f462f0be25ca67349 (patch) | |
tree | ec0c967696f046aa2d33aa66379c09967425312b /mail | |
parent | 2295ef4013f0a81323fe9e55c57b5342ca88247b (diff) |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/
Notes
Notes:
svn path=/head/; revision=492305
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b5de74d78ff7..140ce2d6b223 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source @@ -30,7 +30,7 @@ BUILD_DEPENDS= nspr>=4.19:devel/nspr \ SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -webp +USE_MOZILLA= -webp -vpx USES= tar:xz |