aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-03-12 19:39:24 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-03-12 19:39:24 +0000
commit25b7de7213eea407d171f3e65f8d682a8482847b (patch)
tree0ada9a7d3e5bb0454fd54d1e8d78290713a2735a /editors
parent7051bd1498446b147f0b5a4c25055f642ce13874 (diff)
downloadports-25b7de7213eea407d171f3e65f8d682a8482847b.tar.gz
ports-25b7de7213eea407d171f3e65f8d682a8482847b.zip
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020
Notes
Notes: svn path=/head/; revision=528318
Diffstat (limited to 'editors')
-rw-r--r--editors/kak-lsp/Makefile2
-rw-r--r--editors/parinfer-rust/Makefile1
-rw-r--r--editors/xi-core/Makefile2
-rw-r--r--editors/xi-term/Makefile2
4 files changed, 4 insertions, 3 deletions
diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile
index 6701f2d8bfdc..b72699863d43 100644
--- a/editors/kak-lsp/Makefile
+++ b/editors/kak-lsp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kak-lsp
DISTVERSIONPREFIX= v
DISTVERSION= 6.2.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= editors
MAINTAINER= tobik@FreeBSD.org
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile
index dc9e4b4059c3..04efba8b9249 100644
--- a/editors/parinfer-rust/Makefile
+++ b/editors/parinfer-rust/Makefile
@@ -3,6 +3,7 @@
PORTNAME= parinfer-rust
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= tobik@FreeBSD.org
diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile
index d46c966a3adc..e965004a0a7b 100644
--- a/editors/xi-core/Makefile
+++ b/editors/xi-core/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xi-core
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
-PORTREVISION= 1
+PORTREVISION= 2
#PORTREVISION= 0
CATEGORIES= editors
diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile
index d73490c0f434..38b685ae4987 100644
--- a/editors/xi-term/Makefile
+++ b/editors/xi-term/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xi-term
DISTVERSION= g20190328
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= editors
MAINTAINER= ed.arrakis@gmail.com