diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-04-01 03:29:18 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-11 19:43:56 -0700 |
commit | 21ea62460d4c0a13371e489dd92c99024f5f8139 (patch) | |
tree | 0710154869978317c0884192e32ba448d0327012 /Ports/libgpg-error | |
parent | 61a2e1cf89e81e3c477f79e9b57af92a268d5753 (diff) | |
download | serenity-21ea62460d4c0a13371e489dd92c99024f5f8139.zip |
Ports/libgpg-error: Update libgpg-error to version 1.44
The syntax-error patch is no longer needed. :^)
Diffstat (limited to 'Ports/libgpg-error')
-rwxr-xr-x | Ports/libgpg-error/package.sh | 4 | ||||
-rw-r--r-- | Ports/libgpg-error/patches/syntax-error.patch | 11 |
2 files changed, 2 insertions, 13 deletions
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 |