diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-29 02:20:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-29 02:20:02 +0800 |
commit | 3b225bb8c3ba7f89ba902c03f26afebc1b0d1931 (patch) | |
tree | 20d8e819c92649eb1e4f7e6e50895fd2a4b8753b /mail/thunderbird/Makefile | |
parent | 723f19620a16dae9910694136c0a54abce38ac1f (diff) | |
download | freebsd-ports-gnome-3b225bb8c3ba7f89ba902c03f26afebc1b0d1931.tar.gz freebsd-ports-gnome-3b225bb8c3ba7f89ba902c03f26afebc1b0d1931.tar.zst freebsd-ports-gnome-3b225bb8c3ba7f89ba902c03f26afebc1b0d1931.zip |
mail/thunderbird: update to 38.5.0
Changes: https://hg.mozilla.org/releases/comm-esr38/rev/b88229610b41
PR: 205653
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Security: 2c2d1c39-1396-459a-91f5-ca03ee7c64c6
MFH: 2015Q4
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b63b070ed4d3..72d96e96e0dd 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 38.4.0 -PORTREVISION= 3 +DISTVERSION= 38.5.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -32,7 +31,7 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l EM_VERSION= 1.8.2 -L_VERSION= 4.0.4 +L_VERSION= 4.0.5 SSP_UNSAFE= yes USE_GECKO= gecko |