aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-27 09:35:20 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-27 09:35:20 +0000
commitdeaa22d85c723390e0a8a8d18d783d82f9a07dcc (patch)
tree8f6d2407afa434eb97adf4d5cae76c4fd1897123 /net
parent3362bfdd01e4eb0461404cd0b9202132a26d27da (diff)
downloadports-deaa22d85c723390e0a8a8d18d783d82f9a07dcc.tar.gz
ports-deaa22d85c723390e0a8a8d18d783d82f9a07dcc.zip
lang/rust: Update to 1.38.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/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778
Notes
Notes: svn path=/head/; revision=513013
Diffstat (limited to 'net')
-rw-r--r--net/boringtun/Makefile2
-rw-r--r--net/rabbiteer/Makefile2
-rw-r--r--net/routinator/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net/boringtun/Makefile b/net/boringtun/Makefile
index 4e19689b21e5..24bf41f27090 100644
--- a/net/boringtun/Makefile
+++ b/net/boringtun/Makefile
@@ -3,7 +3,7 @@
PORTNAME= boringtun
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile
index de4da08ccba1..86d62465b50a 100644
--- a/net/rabbiteer/Makefile
+++ b/net/rabbiteer/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rabbiteer
DISTVERSION= 1.4.1
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= net
MAINTAINER= dch@FreeBSD.org
diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index f06b66ba52a1..8a08f7b7c357 100644
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= routinator
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= jaap@NLnetLabs.nl