pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/up-imappproxy



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat May  2 00:14:21 UTC 2020

Modified Files:
        pkgsrc/mail/up-imappproxy: distinfo
        pkgsrc/mail/up-imappproxy/patches: patch-remove-unused-variables

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/up-imappproxy/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/up-imappproxy/distinfo
diff -u pkgsrc/mail/up-imappproxy/distinfo:1.1 pkgsrc/mail/up-imappproxy/distinfo:1.2
--- pkgsrc/mail/up-imappproxy/distinfo:1.1      Fri Apr 17 11:28:02 2020
+++ pkgsrc/mail/up-imappproxy/distinfo  Sat May  2 00:14:20 2020
@@ -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) = 2f32060a7ab
 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

Index: pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables
diff -u pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables:1.1 pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables:1.2
--- pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables:1.1 Fri Apr 17 11:28:02 2020
+++ pkgsrc/mail/up-imappproxy/patches/patch-remove-unused-variables     Sat May  2 00:14:20 2020
@@ -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