From 21ea62460d4c0a13371e489dd92c99024f5f8139 Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 1 Apr 2022 03:29:18 +0200 Subject: [PATCH] Ports/libgpg-error: Update libgpg-error to version 1.44 The syntax-error patch is no longer needed. :^) --- Ports/AvailablePorts.md | 2 +- Ports/libgpg-error/package.sh | 4 ++-- Ports/libgpg-error/patches/syntax-error.patch | 11 ----------- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 Ports/libgpg-error/patches/syntax-error.patch diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index d15a959617..2312e0ce71 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -93,7 +93,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ | | [`libgcrypt`](libgcrypt/) | libgcrypt | 1.10.1 | https://gnupg.org/software/libgcrypt/index.html | | [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ | -| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.42 | https://gnupg.org/software/libgpg-error/index.html | +| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.44 | https://gnupg.org/software/libgpg-error/index.html | | [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ | | [`libicu`](libicu/) | ICU | 69.1 | http://site.icu-project.org/ | | [`libksba`](libksba/) | libksba | 1.5.1 | https://gnupg.org/software/libksba/index.html | diff --git a/Ports/libgpg-error/package.sh b/Ports/libgpg-error/package.sh index 251fdfc807..ae0f4f1c26 100755 --- a/Ports/libgpg-error/package.sh +++ b/Ports/libgpg-error/package.sh @@ -1,12 +1,12 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libgpg-error -version=1.42 +version=1.44 useconfigure=true use_fresh_config_sub=true config_sub_path=build-aux/config.sub depends=("gettext") configopts=("--disable-tests" "--disable-threads") -files="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2 libgpg-error-${version}.tar.bz2 fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23" +files="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2 libgpg-error-${version}.tar.bz2 8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9" auth_type=sha256 configure() { diff --git a/Ports/libgpg-error/patches/syntax-error.patch b/Ports/libgpg-error/patches/syntax-error.patch deleted file mode 100644 index 26bd22a5ff..0000000000 --- a/Ports/libgpg-error/patches/syntax-error.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur libgpg-error-1.42/src/gen-lock-obj.sh libgpg-error-1.42.serenity/src/gen-lock-obj.sh ---- libgpg-error-1.42/src/gen-lock-obj.sh 2021-03-04 11:05:29.000000000 +0100 -+++ libgpg-error-1.42.serenity/src/gen-lock-obj.sh 2021-04-14 02:17:50.977517154 +0200 -@@ -124,7 +124,6 @@ - fi - - cat <<'EOF' --}}} - ## - ## Local Variables: - ## mode: c