Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jun 2004 10:44:06 +0200
From:      Cyril Guibourg <plonk-o-matic@teaser.fr>
To:        ports-bugs@freebsd.org
Cc:        aragorn+ports@teaser.fr
Subject:   Re: ports/67661: mail/milter-greylist update to 1.3.8
Message-ID:  <87fz964ey1.fsf@blackbox.babasse.net>
In-Reply-To: <200406070855.i578tdCb050044@blackbox.babasse.net> (Cyril Guibourg's message of "Mon, 7 Jun 2004 10:55:39 %2B0200 (CEST)")
References:  <200406070855.i578tdCb050044@blackbox.babasse.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Cyril Guibourg <aragorn+ports@teaser.fr> writes:

>>Description:
> 	milter-greylist, update from 1.2.2 to 1.3.8
>
>
> 	Update of Makefile
> 	Update of distinfo
> 	Update of files/patch-Makefile.in
>
> 	Removal of:
> 		files/patch-conf.c
> 		files/patch-dump.c
> 		files/patch-dump.h
> 		files/patch-spf.c

A patch-dump.h is still needed otherwise the dumpfile default location
is wrong.

diff against previous and new version:

$ diff -u files/patch-dump.h.orig files/patch-dump.h
--- files/patch-dump.h.orig     Tue Jun  8 10:36:22 2004
+++ files/patch-dump.h  Tue Jun  8 10:25:08 2004
@@ -1,5 +1,5 @@
---- dump.h.orig        Thu May  6 15:54:01 2004
-+++ dump.h     Tue May 25 22:48:33 2004
+--- dump.h.orig        Tue May 25 11:39:49 2004
++++ dump.h     Tue Jun  8 10:24:13 2004
 @@ -46,7 +46,7 @@
  #include <arpa/inet.h>
  
@@ -8,4 +8,4 @@
 +#define DUMPFILE "/var/db/milter-greylist/greylist.db"
  #endif
  
- #define DATELEN 40
+ #ifndef DUMPFREQ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87fz964ey1.fsf>