diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-20 10:57:04 +0800 |
commit | 37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /mail/thunderbird | |
parent | 3dcb47fa66f80920ebd69fe143bd3c3db57d31f0 (diff) | |
download | freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.gz freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.tar.zst freebsd-ports-gnome-37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61.zip |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
Diffstat (limited to 'mail/thunderbird')
-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 2558153a8a38..90df722759b9 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -15,7 +15,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.12:devel/nspr \ nss>=3.21.1:security/nss \ - libevent2>=2.0.21_2:devel/libevent2 \ + libevent>=2.0.21_2:devel/libevent \ soundtouch>=1.9.0:audio/soundtouch \ harfbuzz>=1.1.0:print/harfbuzz \ graphite2>=1.3.7:graphics/graphite2 \ |