diff options
author | tobik <tobik@FreeBSD.org> | 2018-07-01 03:25:32 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-07-01 03:25:32 +0800 |
commit | d03fcba573a721ca541b4fa3bcb5766b8a4c3cb4 (patch) | |
tree | 07f3318f3db94c27f785c21a2c14588e387218e1 /mail/thunderbird/Makefile | |
parent | 70b40d0f70e7c73fc04af8ccb37bda43ff4220e3 (diff) | |
download | freebsd-ports-gnome-d03fcba573a721ca541b4fa3bcb5766b8a4c3cb4.tar.gz freebsd-ports-gnome-d03fcba573a721ca541b4fa3bcb5766b8a4c3cb4.tar.zst freebsd-ports-gnome-d03fcba573a721ca541b4fa3bcb5766b8a4c3cb4.zip |
mail/thunderbird: Backport sndio volume handling fix
https://bugzilla.mozilla.org/show_bug.cgi?id=1467882
PR: 229135
Approved by: gecko (jbeich)
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 74ac8014d37a..98d8ff5c3754 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |