diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-19 16:14:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-12-19 16:14:48 +0000 |
commit | 6474c40f73babd7fae47427a3482118e3517496e (patch) | |
tree | 9014f248eeccab6481022db44344a707275e4c3d /sysutils/hexyl/Makefile | |
parent | ca7a17f1f2873ce714dee81f5b1d060b769ac185 (diff) | |
download | freebsd-ports-6474c40f73babd7fae47427a3482118e3517496e.zip |
lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikaƫl Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by: mikael.urankar@gmail.com, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D22843
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 8a99624c0ac0..ed81d85c786d 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org |