From b8249de2352f807d1edf47596de20ac45f8c001b Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Thu, 25 Jul 2013 19:58:17 +0000 Subject: 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 (maintainer) --- mail/dbmail/files/patch-src_dbmail.h.in | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'mail/dbmail/files/patch-src_dbmail.h.in') 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,13 +1,30 @@ ---- 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 + #include + #include ++#include + #include +-#include ++#include ++#include ++#include ++#include ++#include ++#include + #include + #include + +@@ -154,6 +160,11 @@ #include #endif +#ifdef HAVE_CONFIG_H +#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) \ -- cgit v1.2.3