diff options
author | tron <tron> | 2009-04-02 18:34:17 +0000 |
---|---|---|
committer | tron <tron> | 2009-04-02 18:34:17 +0000 |
commit | 8e953794829d31bbd5176e87e4e729587a0cb8bb (patch) | |
tree | 090bf4c342c53054cf6fa1f02e2bcf4671666118 | |
parent | 233b9211dea41aa35220eac5caba37574dc12da8 (diff) | |
download | pkgsrc-8e953794829d31bbd5176e87e4e729587a0cb8bb.tar.gz |
Update "milter-greylist" package to version 4.2. Changes since 4.2rc1:
- Make sure dump is really on disk even with a buggy ext4fs
- Build with OpenLDAP but not CURL (Matthias Scheler)
Approved by Alistair Crooks.
-rw-r--r-- | mail/milter-greylist/Makefile | 4 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 9 | ||||
-rw-r--r-- | mail/milter-greylist/patches/patch-ab | 12 |
3 files changed, 6 insertions, 19 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 44005d27513..04b4d69b986 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2009/03/16 10:15:23 tron Exp $ +# $NetBSD: Makefile,v 1.42 2009/04/02 18:34:17 tron Exp $ -DISTNAME= milter-greylist-4.2rc1 +DISTNAME= milter-greylist-4.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index 300a8429faf..d7af2d0e381 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.22 2009/03/16 10:15:23 tron Exp $ +$NetBSD: distinfo,v 1.23 2009/04/02 18:34:17 tron Exp $ -SHA1 (milter-greylist-4.2rc1.tgz) = 039d8b63051d886725e79e4903cdfd022b5b96a9 -RMD160 (milter-greylist-4.2rc1.tgz) = c24f2c98e0ed3f4b2058d92c70bd23ea0f23b2cd -Size (milter-greylist-4.2rc1.tgz) = 205151 bytes +SHA1 (milter-greylist-4.2.tgz) = 247e7254d98eeac1e1a634dcf88fffe363dcceaa +RMD160 (milter-greylist-4.2.tgz) = 21e190f1f8c65e6ffcd4b40a40c3d419ec5e80f4 +Size (milter-greylist-4.2.tgz) = 205478 bytes SHA1 (patch-aa) = b90849d16aa541ee70df67bb25dd53ce3df63e70 -SHA1 (patch-ab) = 3e4e3ea42977b7a8dfc983bd1359c7bc6ad8ca92 diff --git a/mail/milter-greylist/patches/patch-ab b/mail/milter-greylist/patches/patch-ab deleted file mode 100644 index da0739a4ba0..00000000000 --- a/mail/milter-greylist/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2009/03/16 10:15:23 tron Exp $ - ---- prop.c.orig 2008-08-03 10:48:44.000000000 +0100 -+++ prop.c 2009-03-16 09:08:52.000000000 +0000 -@@ -62,7 +62,6 @@ - #include "spf.h" - #include "acl.h" - #include "conf.h" --#include "urlcheck.h" - #include "sync.h" - #include "prop.h" - |