Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/up-imappproxy (mail/up-imappproxy) fix patch-remo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c262fcad84a6
branches:  trunk
changeset: 430554:c262fcad84a6
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat May 02 00:14:20 2020 +0000

description:
(mail/up-imappproxy) fix patch-remove-unused-variables

diffstat:

 mail/up-imappproxy/distinfo                              |   4 +-
 mail/up-imappproxy/patches/patch-remove-unused-variables |  20 +++++++--------
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (46 lines):

diff -r ebc57af43856 -r c262fcad84a6 mail/up-imappproxy/distinfo
--- a/mail/up-imappproxy/distinfo       Fri May 01 23:30:25 2020 +0000
+++ b/mail/up-imappproxy/distinfo       Sat May 02 00:14:20 2020 +0000
@@ -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-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 -r ebc57af43856 -r c262fcad84a6 mail/up-imappproxy/patches/patch-remove-unused-variables
--- a/mail/up-imappproxy/patches/patch-remove-unused-variables  Fri May 01 23:30:25 2020 +0000
+++ b/mail/up-imappproxy/patches/patch-remove-unused-variables  Sat May 02 00:14:20 2020 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index