diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-03-01 02:51:45 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-03-01 02:51:45 +0800 |
commit | 1e27264018741210e1f88abfa795bb53e8f44506 (patch) | |
tree | 692346311e6ea5e3a20aa4de86fc4c034fef9753 /www/seamonkey | |
parent | 94b71d2ded29d2d277624b2ae7360710f7fc9767 (diff) | |
download | freebsd-ports-gnome-1e27264018741210e1f88abfa795bb53e8f44506.tar.gz freebsd-ports-gnome-1e27264018741210e1f88abfa795bb53e8f44506.tar.zst freebsd-ports-gnome-1e27264018741210e1f88abfa795bb53e8f44506.zip |
lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikaƫl Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354
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 f1506c4bbd11..094443c75687 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 23 +PORTREVISION= 24 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |