diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
commit | 99b25b50477813946cd3271e99b5be9c9eeb1283 (patch) | |
tree | f9b29d3f811865ffb154be8b5af915119e00ed23 /mail/thunderbird | |
parent | 9f371b20d596e3a15a1df2638dc9915c0e61dc1a (diff) | |
download | freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.gz freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.zst freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.zip |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
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 084c5768eab1..d4f02d07cce1 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.4.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 |