diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-08-29 20:21:22 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-08-29 20:21:22 +0000 |
commit | a21407a9c1aa24cf0edc797328da00e2fda3acd1 (patch) | |
tree | 6c12552938d22dcfce8fe64fba569f31931f9857 /mail/exim | |
parent | c7988d67cc2e5f7d67838a8f92ca7dc5a01c9340 (diff) |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 | ||||
-rw-r--r-- | mail/exim/files/patch-src::expand.c | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index dfb06654b740..8ffd621aab16 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} MASTER_SITE_SUBDIR= exim4 diff --git a/mail/exim/files/patch-src::expand.c b/mail/exim/files/patch-src::expand.c new file mode 100644 index 000000000000..0d3cdca90cac --- /dev/null +++ b/mail/exim/files/patch-src::expand.c @@ -0,0 +1,12 @@ +--- src/expand.c.orig Mon Aug 18 14:52:54 2003 ++++ src/expand.c Fri Aug 29 17:51:12 2003 +@@ -1462,6 +1462,9 @@ + if (yield != NULL) + { + int rc; ++ ++ if ( sub[2] == NULL ) sub[3] = NULL; ++ + rc = auth_call_saslauthd(sub[0], sub[1], sub[2], sub[3], + &expand_string_message); + if (rc == ERROR || rc == DEFER) return NULL; |