diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-06-01 17:38:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-06-01 17:38:38 +0000 |
commit | ef9af6892053dcbed2705ef8a14fcf34aa2bc121 (patch) | |
tree | 0d2f19440f4534d4c9fb9c0b5791c70d5b061cad /mail/qmail | |
parent | 6ba4589f57b73768e7af37f3a0b266341182ac75 (diff) | |
download | ports-ef9af6892053dcbed2705ef8a14fcf34aa2bc121.tar.gz ports-ef9af6892053dcbed2705ef8a14fcf34aa2bc121.zip |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 11 | ||||
-rw-r--r-- | mail/qmail/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 7304607680ac..5ddd111a3159 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -177,7 +177,8 @@ OPTIONS+= RELAYMAILFROM "Open relay based on mailfrom" off \ VERP "VERP addresses for recipients" on \ MOREIPME "Add control files (more|not)ipme" off \ BIGTODO "Bruce Guenter's BigToDo patch" off \ - SMTPEXTFORK "Allow qmail-smtpd fork external progs" off + SMTPEXTFORK "Allow qmail-smtpd fork external progs" off \ + XF_QUITASAP "Close SMTP session ASAP (SMTPEXTFORK)" off .endif OPTIONS+= QEXTRA "enable QUEUE_EXTRA copy feature" off @@ -463,7 +464,7 @@ PATCHFILES+= tarpit.patch:tarpit .if defined(WITH_SMTPEXTFORK) && defined(SLAVE_SPAMCONTROL) MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:extfork/} MASTER_SITE_SUBDIR+= garga/qmail/:extfork -DISTFILES+= smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}.patch:extfork \ +DISTFILES+= smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}_1.patch:extfork \ README.smtpextfork:extfork .endif @@ -585,7 +586,11 @@ post-patch: @${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/outgoingip.patch-spamcontrol . endif . if defined(WITH_SMTPEXTFORK) - @${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}.patch + @${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/smtpextfork-spamcontrol-${SPAMCONTROL_VERSION}_1.patch +. if defined(WITH_XF_QUITASAP) + @${REINPLACE_CMD} 's!//#define XF_QUITASAP!#define XF_QUITASAP!g' \ + ${WRKSRC}/qmail-smtpd.c +. endif . endif .elif defined(SLAVE_TLS) @${HEAD} -105 ${DISTDIR}/${DIST_SUBDIR}/qmail-1.03-tls-${TLS_PATCH_DATE}-renato.patch > \ diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo index bdb82615d2a3..8a1edd03bd42 100644 --- a/mail/qmail/distinfo +++ b/mail/qmail/distinfo @@ -95,9 +95,9 @@ SIZE (qmail/auth.patch.diff-tls) = 2993 MD5 (qmail/ext_todo-20030105+big-todo.103.patch) = 5878870ef85d6a83ba9465ce94d9cd42 SHA256 (qmail/ext_todo-20030105+big-todo.103.patch) = 4e44ad403b21f5910b6af11295b82296bc8c0f18bc40dcfecfb95c11e5a296f7 SIZE (qmail/ext_todo-20030105+big-todo.103.patch) = 2523 -MD5 (qmail/smtpextfork-spamcontrol-2418.patch) = 54e4d8686a621166b006765c83c14cb0 -SHA256 (qmail/smtpextfork-spamcontrol-2418.patch) = 422b8b37c6e447f1a9ae1ffec8d00aee98bceafa963927c6331480ad90e99563 -SIZE (qmail/smtpextfork-spamcontrol-2418.patch) = 6865 +MD5 (qmail/smtpextfork-spamcontrol-2418_1.patch) = af5b96daaa2021e03712ada45e3b523c +SHA256 (qmail/smtpextfork-spamcontrol-2418_1.patch) = 59c03c8ec28aa32c7869b3b63d9d760712f983fc5b8d9723fddbdb9e95c9f650 +SIZE (qmail/smtpextfork-spamcontrol-2418_1.patch) = 7609 MD5 (qmail/README.smtpextfork) = e783965f5a7510c38b30f0ba3cda1e11 SHA256 (qmail/README.smtpextfork) = c43122d27d4e20dd955c30ca402903d2e9a6a1820c3cf11902e2477316abdcbb SIZE (qmail/README.smtpextfork) = 7618 |