aboutsummaryrefslogtreecommitdiff
path: root/games/veloren/files/patch-vek
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-04-08 14:42:33 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-04-09 18:44:23 +0000
commit911f04257e3175fca4e46c7d57bf5ca79767e209 (patch)
tree713ce6bcb852765cd9b4e7cb1a3707c4a7ae130c /games/veloren/files/patch-vek
parent12ae9706d9b2bc40f303077f1b3c5801b94ea027 (diff)
downloadports-911f04257e3175fca4e46c7d57bf5ca79767e209.tar.gz
ports-911f04257e3175fca4e46c7d57bf5ca79767e209.zip
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
Diffstat (limited to 'games/veloren/files/patch-vek')
-rw-r--r--games/veloren/files/patch-vek4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/veloren/files/patch-vek b/games/veloren/files/patch-vek
index ba6f70693c2a..36e68e873946 100644
--- a/games/veloren/files/patch-vek
+++ b/games/veloren/files/patch-vek
@@ -32,8 +32,8 @@ error[E0658]: platform intrinsics are experimental and possibly buggy
+ println!("cargo:rustc-cfg=nightly");
}
---- ../vek-df6842cc874a697dec8896c66851817e744af7e8-df6842cc874a697dec8896c66851817e744af7e8/build.rs.orig 2021-03-03 21:14:39 UTC
-+++ ../vek-df6842cc874a697dec8896c66851817e744af7e8-df6842cc874a697dec8896c66851817e744af7e8/build.rs
+--- ../vek-df6842cc874a697dec8896c66851817e744af7e8/build.rs.orig 2021-03-03 21:14:39 UTC
++++ ../vek-df6842cc874a697dec8896c66851817e744af7e8/build.rs
@@ -4,19 +4,6 @@ use rustc_version::{version, version_meta, Channel};
fn main() {
assert!(version().unwrap().major >= 1);