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.
This commit is contained in:
Tim Schumacher 2023-07-12 01:00:28 +02:00 committed by Andreas Kling
parent b8cf8c6081
commit 58cf3b365e

View file

@ -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}" ./