aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py')
-rw-r--r--ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py b/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py
deleted file mode 100644
index e6d6fc705910..000000000000
--- a/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- fastest_pkg/fastest_pkg.py.orig 2022-11-11 12:59:37 UTC
-+++ fastest_pkg/fastest_pkg.py
-@@ -146,7 +146,7 @@ def main():
- print(json.dumps(stats_sorted))
- else:
- pkg = PkgMirror(stats_sorted[0]["mirror_name"])
-- pkg_cfg = 'FreeBSD: { url: "http://%s/${ABI}/%s" }' % (
-+ pkg_cfg = 'FreeBSD: { url: "http://%s/${ABI}/%s", mirror_type: "NONE" }' % (
- stats_sorted[0]["mirror_name"],
- pkg.release,
- )