summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-05-02 00:14:20 +0000
committermef <mef@pkgsrc.org>2020-05-02 00:14:20 +0000
commit1ccd44e9442f42a3643d2217e3cc85884717dab7 (patch)
tree4328dae150fe1ff42d5ad38a7b690dd70fae19bb
parent66cb8b088eb190f8f7a463e0156cc90de2e6dc35 (diff)
downloadpkgsrc-1ccd44e9442f42a3643d2217e3cc85884717dab7.tar.gz
(mail/up-imappproxy) fix patch-remove-unused-variables
-rw-r--r--mail/up-imappproxy/distinfo4
-rw-r--r--mail/up-imappproxy/patches/patch-remove-unused-variables20
2 files changed, 11 insertions, 13 deletions
diff --git a/mail/up-imappproxy/distinfo b/mail/up-imappproxy/distinfo
index 818edffdf8e..72941653f1c 100644
--- a/mail/up-imappproxy/distinfo
+++ b/mail/up-imappproxy/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2020/04/17 11:28:02 tm Exp $
+$NetBSD: distinfo,v 1.2 2020/05/02 00:14:20 mef Exp $
SHA1 (up-imapproxy_1.2.8~svn20171105.orig.tar.bz2) = 85e76717b0d2f790e366b7516cc567fc551c9cc6
RMD160 (up-imapproxy_1.2.8~svn20171105.orig.tar.bz2) = dac57dcea68c333f6b05942c99fb8d0bfd0b7808
@@ -17,4 +17,4 @@ SHA1 (patch-fix-ssl-types) = 2f32060a7ab8922dd038e07f20da6d4240c2bdb0
SHA1 (patch-openssl-1.1-imapcommon.c) = 69fca63f349fc4c2c11169936136e4611d496901
SHA1 (patch-openssl-1.1-main.c) = fe2d2eab38a872dd55f0f1cf965e50bd9e501022
SHA1 (patch-remove-install-chown) = e3811e13fa3fe89dc7d58162a3dcde9a57527be2
-SHA1 (patch-remove-unused-variables) = 37e0a94667d390e11bb408a69e3758e40675c63c
+SHA1 (patch-remove-unused-variables) = 08eb43f9b7a35769d0fee933a927b7f8c9a50847
diff --git a/mail/up-imappproxy/patches/patch-remove-unused-variables b/mail/up-imappproxy/patches/patch-remove-unused-variables
index e6f2f0a2c10..42be40a6884 100644
--- a/mail/up-imappproxy/patches/patch-remove-unused-variables
+++ b/mail/up-imappproxy/patches/patch-remove-unused-variables
@@ -1,18 +1,16 @@
-$NetBSD: patch-remove-unused-variables,v 1.1 2020/04/17 11:28:02 tm Exp $
+$NetBSD: patch-remove-unused-variables,v 1.2 2020/05/02 00:14:20 mef Exp $
Remove unused variables
---- src/main.c.orig Thu Apr 16 22:21:03 2020
-+++ src/main.c Thu Apr 16 22:30:27 2020
-@@ -186,11 +186,6 @@
- **
+--- src/main.c.orig 2020-05-02 09:03:31.136708514 +0900
++++ src/main.c 2020-05-02 09:03:31.159129655 +0900
+@@ -187,9 +187,6 @@
*/
--
--static char *sourceRevision = "$Revision: 1.1 $";
--static char *sourceVersion = "$Id: patch-remove-unused-variables,v 1.1 2020/04/17 11:28:02 tm Exp $";
--static char *sourceAuthor = "$Author: tm $";
--
+
+-static char *sourceRevision = "$Revision: 1.2 $";
+-static char *sourceVersion = "$Id: patch-remove-unused-variables,v 1.2 2020/05/02 00:14:20 mef Exp $";
+-static char *sourceAuthor = "$Author: mef $";
+
#define _REENTRANT
- #include <config.h>