diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
commit | 5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6 (patch) | |
tree | 9ab55dc8485b2f1240d32da5f9dfb2f24f336c5c /x11/alacritty | |
parent | b8f099260a1567c57f4607507f1fd30a94900b4a (diff) | |
download | freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.tar.gz freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.tar.zst freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.zip |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166
Diffstat (limited to 'x11/alacritty')
-rw-r--r-- | x11/alacritty/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 2868b6065723..f2617ae89a43 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -3,6 +3,7 @@ PORTNAME= alacritty PORTVERSION= 0.3.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org |