diff options
author | garga <garga@FreeBSD.org> | 2009-02-19 04:17:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-02-19 04:17:18 +0800 |
commit | d2d828ccef7efe2bc25e8f6c4de528848cc7c244 (patch) | |
tree | 55e4fc0dec54ba69562984f77fba241b8fb27269 /mail/qmail/Makefile | |
parent | a26bbe4ff3dfa2c84cd6a26d951aee50f0b2420a (diff) | |
download | freebsd-ports-graphics-d2d828ccef7efe2bc25e8f6c4de528848cc7c244.tar.gz freebsd-ports-graphics-d2d828ccef7efe2bc25e8f6c4de528848cc7c244.tar.zst freebsd-ports-graphics-d2d828ccef7efe2bc25e8f6c4de528848cc7c244.zip |
- Update spamcontrol patch to 2.5.20 version to fix some problems with
recupients
- Update README.smtpdextfork distinfo entry, file was updated by author
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 73d351b1a0f..ed13dc36481 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -473,7 +473,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}.patch +SMTPEXTFORK_PATCH= smtpextfork-spamcontrol-2519.patch . else SMTPEXTFORK_PATCH= smtpextfork-ldap-${LDAP_PATCH_DATE}.patch . endif |