From 8f277ee0e4beb9b5b7c14b3518d7b7115888a8cc Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Fri, 29 Nov 2024 03:29:50 +0800 Subject: [PATCH] gnupg2: update to 2.4.7, drop patch --- mail/gnupg2/Portfile | 13 +++++-------- mail/gnupg2/files/patch-app.c.diff | 10 ---------- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 mail/gnupg2/files/patch-app.c.diff diff --git a/mail/gnupg2/Portfile b/mail/gnupg2/Portfile index be0cc0c82ecf7..e6afea67b22cc 100644 --- a/mail/gnupg2/Portfile +++ b/mail/gnupg2/Portfile @@ -4,14 +4,14 @@ PortSystem 1.0 set my_name gnupg name ${my_name}2 -version 2.4.6 +version 2.4.7 revision 0 # Putting the SHA1 hash because that is published on the website -checksums rmd160 a8c5a965d2aec5c3218e9017b291b47fddfc9d7f \ - sha1 2d8aa2662c398d60f1f8e0bf46fd163eae703189 \ - sha256 95acfafda7004924a6f5c901677f15ac1bda2754511d973bb4523e8dd840e17a \ - size 8011304 +checksums rmd160 bdc1884629c651e74bdd02d8f2cb8e746f030e83 \ + sha1 2d510a1a7294f2f9ef3f2e280c93c3ad9b0cdb68 \ + sha256 7b24706e4da7e0e3b06ca068231027401f238102c41c909631349dcc3b85eb46 \ + size 8010244 # https://trac.macports.org/ticket/63552 epoch 1 @@ -33,9 +33,6 @@ master_sites ${my_name}:${my_name} use_bzip2 yes default_variants +openldap -# app.c: error: implicit declaration of function 'read'; did you mean 'fread'? -patchfiles-append patch-app.c.diff - platform darwin { if {![variant_isset pinentry] && ![variant_isset pinentry_mac]} { # Automatically switch between pinentry and pinentry-mac, with pinentry-mac being diff --git a/mail/gnupg2/files/patch-app.c.diff b/mail/gnupg2/files/patch-app.c.diff deleted file mode 100644 index 2e7b8efad6079..0000000000000 --- a/mail/gnupg2/files/patch-app.c.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- scd/app.c 2024-10-15 19:40:56.000000000 +0800 -+++ scd/app.c 2024-11-07 21:02:37.000000000 +0800 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - - #ifndef HAVE_W32_SYSTEM