1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

update thunderbird to 68.1.0 (rc1)

Soon: https://www.thunderbird.net/en-US/thunderbird/68.1.0/releasenotes/
This commit is contained in:
Christoph Moench-Tegeder 2019-08-30 21:34:38 +00:00
parent 3d6f430a6e
commit 9fff97a5fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510296
3 changed files with 5 additions and 28 deletions

View File

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= thunderbird
DISTVERSION= 68.0
PORTREVISION= 2
DISTVERSION= 68.1.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
MAINTAINER= gecko@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566855206
SHA256 (thunderbird-68.0.source.tar.xz) = f87dade2dd64ef61de842812d3e42d82b8a541988da851077778abfa2ebd95d1
SIZE (thunderbird-68.0.source.tar.xz) = 338451344
TIMESTAMP = 1567192143
SHA256 (thunderbird-68.1.0.source.tar.xz) = 9290b267a3dc4c6255bc589cee8d4d52f5d58a5a1bd88e3c8251174b71a2a7df
SIZE (thunderbird-68.1.0.source.tar.xz) = 335670764

View File

@ -1,22 +0,0 @@
commit b588aee56dcb
Author: Tijl Coosemans <tijl@FreeBSD.org>
Date: Wed Aug 21 23:46:52 2019 +0200
Bug 1575876 - Drop header unused on FreeBSD that breaks with new libc++.
---
media/mtransport/third_party/nICEr/src/stun/stun.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git media/mtransport/third_party/nICEr/src/stun/stun.h media/mtransport/third_party/nICEr/src/stun/stun.h
index 0d55b63a94c1a..a32751d7950f6 100644
--- media/mtransport/third_party/nICEr/src/stun/stun.h
+++ media/mtransport/third_party/nICEr/src/stun/stun.h
@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <sys/socket.h>
#ifndef LINUX
#include <net/if.h>
-#if !defined(__OpenBSD__) && !defined(__NetBSD__)
+#ifdef DARWIN
#include <net/if_var.h>
#endif
#include <net/if_dl.h>