From 58cf3b365eebfeeb75ce24b2c6aac0191b6e10c4 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 12 Jul 2023 01:00:28 +0200 Subject: [PATCH] Ports: Don't import GPG keys on download This was part of our setup for verifying GPG-signed files, but that is no longer needed. --- Ports/.port_include.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index e706dc5eb3..a7b9b4d6e5 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -380,9 +380,6 @@ fetch() { run_nocd bsdtar xf "${PORT_META_DIR}/${filename}" || run_nocd unzip -qo "${PORT_META_DIR}/${filename}" run touch .${filename}_extracted ;; - *.asc) - run_nocd gpg --import "${PORT_META_DIR}/${filename}" || true - ;; *) echo "Note: no case for file $filename." cp "${PORT_META_DIR}/${filename}" ./