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 /audio/ncspot | |
parent | Fixed build problem caused by upgrade of rails to version 5.2.4. (diff) |
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
Notes
Notes:
svn path=/head/; revision=520446
Diffstat (limited to 'audio/ncspot')
-rw-r--r-- | audio/ncspot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 64f743b752dd..95c92993b933 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -3,6 +3,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org |