diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 86ab8ec3bd6..5380372f0f6 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -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/ diff --git a/mail/getmail/distinfo b/mail/getmail/distinfo index 161352ed87b..e18dc6c32ee 100644 --- a/mail/getmail/distinfo +++ b/mail/getmail/distinfo @@ -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 diff --git a/mail/getmail/patches/patch-getmail b/mail/getmail/patches/patch-getmail deleted file mode 100644 index 14b91796b5a..00000000000 --- a/mail/getmail/patches/patch-getmail +++ /dev/null @@ -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