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 /www/seamonkey | |
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 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index de87699e4b43..fd76c2504bf1 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 18 +PORTREVISION= 19 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |