diff options
author | ache <ache@FreeBSD.org> | 2009-04-22 14:05:33 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2009-04-22 14:05:33 +0800 |
commit | e33c7cb5da4173302d67ce1514a6d3f71a5e2aee (patch) | |
tree | 2e6a4beb65c910a0ebb8f881131be4030bc09353 /mail | |
parent | d4239f9c7f944edc980d1b47b4e68559f7c1b7f1 (diff) | |
download | freebsd-ports-gnome-e33c7cb5da4173302d67ce1514a6d3f71a5e2aee.tar.gz freebsd-ports-gnome-e33c7cb5da4173302d67ce1514a6d3f71a5e2aee.tar.zst freebsd-ports-gnome-e33c7cb5da4173302d67ce1514a6d3f71a5e2aee.zip |
Upgrade to 4.2.2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-greylist/Makefile | 3 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 6 | ||||
-rw-r--r-- | mail/milter-greylist/files/patch-greylist.conf | 11 |
3 files changed, 8 insertions, 12 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index 7e6e2bff053f..d054104e6bcb 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -6,8 +6,7 @@ # PORTNAME= milter-greylist -PORTVERSION= 4.0.1 -PORTREVISION= 2 +PORTVERSION= 4.2.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ DISTNAME= milter-greylist-${PORTVERSION} diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index f9412c061acf..0f75abbe8104 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,3 +1,3 @@ -MD5 (milter-greylist-4.0.1.tgz) = 80732ea6ac12fc304a9d83c09f316870 -SHA256 (milter-greylist-4.0.1.tgz) = 6fb675097a40651853a0d73776c8387ff3a4e263110d03eae9c068998e7e4889 -SIZE (milter-greylist-4.0.1.tgz) = 185978 +MD5 (milter-greylist-4.2.2.tgz) = ed287c8371b9a5818835387dc101d02a +SHA256 (milter-greylist-4.2.2.tgz) = 52c7145794ba1b845ffbc59ed3414086196f7161ba952627721d5f4538fda1c0 +SIZE (milter-greylist-4.2.2.tgz) = 206345 diff --git a/mail/milter-greylist/files/patch-greylist.conf b/mail/milter-greylist/files/patch-greylist.conf index aebc14391159..6a0c17360e28 100644 --- a/mail/milter-greylist/files/patch-greylist.conf +++ b/mail/milter-greylist/files/patch-greylist.conf @@ -1,11 +1,8 @@ ---- greylist.conf.orig 2008-02-27 08:01:47.000000000 +0300 -+++ greylist.conf 2008-10-08 00:51:23.000000000 +0400 -@@ -7,9 +7,9 @@ - - pidfile "/var/run/milter-greylist.pid" +--- greylist.conf.orig 2009-02-13 01:39:01.000000000 +0300 ++++ greylist.conf 2009-04-22 09:10:46.000000000 +0400 +@@ -9,7 +9,7 @@ socket "/var/milter-greylist/milter-greylist.sock" --dumpfile "/var/milter-greylist/greylist.db" 755 -+dumpfile "/var/milter-greylist/greylist.db" + dumpfile "/var/milter-greylist/greylist.db" 600 dumpfreq 1 -user "smmsp" +user "mailnull" |