diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-12-07 01:11:14 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-12-07 01:11:14 +0800 |
commit | e1b1e02381f61d56989af24cbd920c5d35c6f9b8 (patch) | |
tree | 34462cdd222bac0d63ff2e4a8943cb05b7a9f7ba /mail | |
parent | b3372df9b7eb99bcc26fed20c9fea3c5dab5e16c (diff) | |
download | freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.tar.gz freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.tar.zst freebsd-ports-gnome-e1b1e02381f61d56989af24cbd920c5d35c6f9b8.zip |
lang/rust: update to 1.31.0
- devel/racer no longer needs to dowgrade rustc-ap-syntax
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/12/06/Rust-1.31.0.html
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D18427
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 85e3364ea533..c2bfc0470f7c 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.3.3 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source |