update to getmail 4.6.1
This commit is contained in:
parent
2a1183f992
commit
76cc539945
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2006/06/03 09:39:22 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2006/06/04 15:24:02 sturm Exp $
|
||||
|
||||
COMMENT= "POP3 mail retriever"
|
||||
|
||||
DISTNAME= getmail-4.6.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= getmail-4.6.1
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://pyropus.ca/software/getmail/
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (getmail-4.6.0.tar.gz) = d460ffa16bdbca6aac88416b7e487eb9
|
||||
RMD160 (getmail-4.6.0.tar.gz) = 640e34edea1c80871fdc576bc0e1d4ac7bfb69e9
|
||||
SHA1 (getmail-4.6.0.tar.gz) = 1cda5ae575bcfa39218a25ef6077e597c9375e53
|
||||
SIZE (getmail-4.6.0.tar.gz) = 139409
|
||||
MD5 (getmail-4.6.1.tar.gz) = da61f99a3313b113ed44ae36dc70cf0f
|
||||
RMD160 (getmail-4.6.1.tar.gz) = d8a6a949536cea07daf3d740fce2d3bf602aa2f5
|
||||
SHA1 (getmail-4.6.1.tar.gz) = 3949161c1b201d545d50f8916a5e0f53e13a8e12
|
||||
SIZE (getmail-4.6.1.tar.gz) = 140445
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-getmail,v 1.2 2006/04/09 15:08:51 sturm Exp $
|
||||
|
||||
work around a bug in python 2.3.5
|
||||
|
||||
--- getmail.orig Thu Feb 2 01:47:36 2006
|
||||
+++ getmail Sun Mar 5 11:11:14 2006
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
+import warnings
|
||||
+warnings.filterwarnings('ignore', category=FutureWarning)
|
||||
+
|
||||
import sys
|
||||
import os.path
|
||||
import time
|
Loading…
Reference in New Issue
Block a user