diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-02 21:30:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-02 21:30:40 +0800 |
commit | 44e49239ade3b249eb8c8c001df014b0f507b2b2 (patch) | |
tree | e12f88296b60e412fef69c80307407d6d19ae370 /mail/thunderbird | |
parent | 2c94944fd63592a0a294c053620d6f9a3175a8ef (diff) | |
download | freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.tar.gz freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.tar.zst freebsd-ports-gnome-44e49239ade3b249eb8c8c001df014b0f507b2b2.zip |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
Diffstat (limited to 'mail/thunderbird')
-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 d178a2ca3951..35c0ca0d182a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |