pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/getmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jul 16 00:16:43 UTC 2017

Modified Files:
        pkgsrc/mail/getmail: Makefile distinfo
Added Files:
        pkgsrc/mail/getmail/patches: patch-setup.py
Removed Files:
        pkgsrc/mail/getmail/patches: patch-aa

Log Message:
Update to 5.0. From the changelog:

- new release numbering scheme; previous version numbers were just getting
  too high.
- catch and ignore/exit cleanly after reset connection in IMAP IDLE mode.
  Thanks:  Stephan Schulz.
- allow specifying an expected SSL certificate hostname, for when the
  server's certificate does not match the domain name used to connect to
  it.  Thanks:  "Andre".
- fix error message not actually giving the header field name incorrectly
  specified as containing the envelope recipient address.  Thanks:  Hardy
  Braunsdorf.
- add new password_command configuration parameter for retrievers, allowing
  getmail to retrieve the account password from any arbitrary external
  command.  Suggestion:  "ng0".


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/mail/getmail/Makefile
cvs rdiff -u -r1.130 -r1.131 pkgsrc/mail/getmail/distinfo
cvs rdiff -u -r1.9 -r0 pkgsrc/mail/getmail/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/getmail/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/mail/getmail/Makefile
diff -u pkgsrc/mail/getmail/Makefile:1.153 pkgsrc/mail/getmail/Makefile:1.154
--- pkgsrc/mail/getmail/Makefile:1.153  Mon Feb 27 14:18:56 2017
+++ pkgsrc/mail/getmail/Makefile        Sun Jul 16 00:16:43 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.153 2017/02/27 14:18:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.154 2017/07/16 00:16:43 schmonz Exp $
 
-DISTNAME=              getmail-4.54.0
+DISTNAME=              getmail-5.0
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}old-versions/
 

Index: pkgsrc/mail/getmail/distinfo
diff -u pkgsrc/mail/getmail/distinfo:1.130 pkgsrc/mail/getmail/distinfo:1.131
--- pkgsrc/mail/getmail/distinfo:1.130  Mon Feb 27 14:18:56 2017
+++ pkgsrc/mail/getmail/distinfo        Sun Jul 16 00:16:43 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.130 2017/02/27 14:18:56 schmonz Exp $
+$NetBSD: distinfo,v 1.131 2017/07/16 00:16:43 schmonz Exp $
 
-SHA1 (getmail-4.54.0.tar.gz) = 31931c765ef02bf82512fb8b091a947825edc877
-RMD160 (getmail-4.54.0.tar.gz) = 198894d85dfa2a56efeb7bb4ea67564b5468f9a3
-SHA512 (getmail-4.54.0.tar.gz) = 006503c6b5f523ad409d99e7e520b4801f1610d47aba70a1a8044380449cbd6a39a6d74ed2b940d317382111adedd3b45d9fa4dc614ce00821937da5186e08d5
-Size (getmail-4.54.0.tar.gz) = 192000 bytes
-SHA1 (patch-aa) = 9e23af34d9c7a7a298c9c8fb1ffb2135d84c1885
+SHA1 (getmail-5.0.tar.gz) = 08f31fe07bd51d6a94bf6f4d485ba3299dffe59a
+RMD160 (getmail-5.0.tar.gz) = 5309873b49088e312fa9b710d41867638431f9bf
+SHA512 (getmail-5.0.tar.gz) = 50950746600a5707e4a8cbe0dc3045f9b88f76ca79f5d3c43290d0bdf288a3b17d21a6a891ef8f7a1aaa6d4dda45e552d1644da684ba41a72b42241ab3247dcb
+Size (getmail-5.0.tar.gz) = 194062 bytes
+SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2

Added files:

Index: pkgsrc/mail/getmail/patches/patch-setup.py
diff -u /dev/null pkgsrc/mail/getmail/patches/patch-setup.py:1.1
--- /dev/null   Sun Jul 16 00:16:43 2017
+++ pkgsrc/mail/getmail/patches/patch-setup.py  Sun Jul 16 00:16:43 2017
@@ -0,0 +1,30 @@
+$NetBSD: patch-setup.py,v 1.1 2017/07/16 00:16:43 schmonz Exp $
+
+Use standard pkgsrc paths, and don't install RPM spec file.
+
+--- setup.py.orig      2007-11-23 16:26:55.000000000 +0000
++++ setup.py
+@@ -39,13 +39,12 @@ GETMAILDOCDIR = os.path.join(
+     datadir or prefix,
+     'share',
+     'doc',
+-    'getmail-%s' % __version__
++    'getmail'
+ )
+ 
+ GETMAILMANDIR = os.path.join(
+     datadir or prefix,
+-    'share',
+-    'man',
++    os.environ["PKGMANDIR"],
+     'man1'
+ )
+ 
+@@ -100,7 +99,6 @@ setup(
+     data_files=[
+         (GETMAILDOCDIR, [
+             './README',
+-            './getmail.spec',
+             'docs/BUGS',
+             'docs/COPYING',
+             'docs/CHANGELOG',



Home | Main Index | Thread Index | Old Index