diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-26 05:59:37 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-26 05:59:37 +0800 |
commit | bc056b2289f595a9ec91dcf8fab220428c2e4551 (patch) | |
tree | e2922e9adf015ba0792ddd4b2551d8663786f91a /www/seamonkey | |
parent | b5e568f5a9d8b69b7e42937c61e932b966621e8f (diff) | |
download | freebsd-ports-gnome-bc056b2289f595a9ec91dcf8fab220428c2e4551.tar.gz freebsd-ports-gnome-bc056b2289f595a9ec91dcf8fab220428c2e4551.tar.zst freebsd-ports-gnome-bc056b2289f595a9ec91dcf8fab220428c2e4551.zip |
lang/rust: update to 1.30.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Approved by: rust (tobik)
MFH: 2018Q4 (less rust versions to support)
Differential Revision: https://reviews.freebsd.org/D17695
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 78dd2526c6c5..39d4eb29b649 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 14 +PORTREVISION= 15 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |