diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-25 19:58:17 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-25 19:58:17 +0000 |
commit | b8249de2352f807d1edf47596de20ac45f8c001b (patch) | |
tree | 5417b60e8250b93ca759c25c34f98cb01ca781a3 /mail/dbmail/files/patch-src_dbmail.h.in | |
parent | Quiet update-desktop-database output, like when it complaining about invalid (diff) |
mail/dbmail: update to 3.1.1
- Update to 3.1.1 [1]
- Remove leading article from COMMENT
Check share/doc/dbmail/UPGRADING for upgrading details.
Changes: http://git.dbmail.eu/paul/dbmail/log/
PR: ports/180768
Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=323664
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r-- | mail/dbmail/files/patch-src_dbmail.h.in | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in index fd54aff09470..73a507e58d88 100644 --- a/mail/dbmail/files/patch-src_dbmail.h.in +++ b/mail/dbmail/files/patch-src_dbmail.h.in @@ -1,6 +1,22 @@ ---- src/dbmail.h.in.orig 2012-05-31 13:06:26.000000000 +0100 -+++ src/dbmail.h.in 2012-05-31 13:07:01.000000000 +0100 -@@ -150,6 +150,10 @@ +--- src/dbmail.h.in.orig ++++ src/dbmail.h.in +@@ -83,8 +83,14 @@ + #include <mhash.h> + #include <sys/queue.h> + #include <event2/event.h> ++#include <event2/event_compat.h> + #include <event2/thread.h> +-#include <evhttp.h> ++#include <event2/http.h> ++#include <event2/http_struct.h> ++#include <event2/http_compat.h> ++#include <event2/buffer.h> ++#include <event2/buffer_compat.h> ++#include <event2/keyvalq_struct.h> + #include <math.h> + #include <openssl/ssl.h> + +@@ -154,6 +160,11 @@ #include <endian.h> #endif @@ -8,6 +24,7 @@ +#include "config.h" +#endif + ++ #define GETCONFIGVALUE(key, sect, var) \ - config_get_value(key, sect, var); \ - if (strlen(var) > 0) \ + config_get_value(key, sect, var); \ + if (strlen(var) > 0) \ |