diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-29 01:59:24 +0800 |
commit | 8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3 (patch) | |
tree | 06b1070355511022368b25b61d3b40d9436d1039 /www/seamonkey | |
parent | f20aead1c9db761e8321dddcc5123611406aee0c (diff) | |
download | freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.gz freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.tar.zst freebsd-ports-gnome-8e3d3a74d6b12f4ddb0c07b6cac15016425b15f3.zip |
lang/rust: update to 1.29.1
- Force rebuild all consumers as standard library is statically linked
Changes: https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html
PR: 229826 (follow up)
Approved by: dumbbell
Differential Revision: https://reviews.freebsd.org/D17337
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 93c0729c345a..c557ec154aa7 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 10 +PORTREVISION= 11 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |