diff options
author | garga <garga@FreeBSD.org> | 2009-02-13 23:24:13 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-02-13 23:24:13 +0800 |
commit | aba16af8a55316e2a05e1cc2946d62eefea58fc1 (patch) | |
tree | fc0f9be03073816341bd94fedfb92e9854ea38ee /mail/qmail/Makefile | |
parent | c4860c7980670f69586e82e3f4c9cc26e602735a (diff) | |
download | freebsd-ports-gnome-aba16af8a55316e2a05e1cc2946d62eefea58fc1.tar.gz freebsd-ports-gnome-aba16af8a55316e2a05e1cc2946d62eefea58fc1.tar.zst freebsd-ports-gnome-aba16af8a55316e2a05e1cc2946d62eefea58fc1.zip |
- Update qmail-spamcontrol's smtpdextfork patch to last version
Submitted by: Patrick Tracanelli (Author by icq)
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 8062ed922775..bd4f347c00d9 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -471,7 +471,7 @@ PATCHFILES+= tarpit.patch:tarpit .if defined(WITH_SMTPEXTFORK) && ( defined(SLAVE_SPAMCONTROL) || defined(SLAVE_LDAP) ) . if defined(SLAVE_SPAMCONTROL) -SMTPEXTFORK_PATCH= smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}_1.patch +SMTPEXTFORK_PATCH= smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}_1_2.patch . else SMTPEXTFORK_PATCH= smtpextfork-ldap-${LDAP_PATCH_DATE}.patch . endif |