diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-04 14:41:57 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-04 14:41:57 +0000 |
commit | f69160b440ce31a3e7802c0c22092195b9001bae (patch) | |
tree | cbb47c32eb22db16ec46585d62551b2b908bd906 /sysutils/hexyl/Makefile | |
parent | 7e0b2b9d58459fd8ca2581e820a2f3ab6688c7d9 (diff) | |
download | freebsd-ports-f69160b440ce31a3e7802c0c22092195b9001bae.zip |
lang/rust: Update to 1.36.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/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810
Diffstat (limited to 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index ebc5d9b130b0..6206ddff5e92 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,6 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org |