summaryrefslogtreecommitdiff
path: root/mail/qmail/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-01-28 18:28:09 +0000
committerzuntum <zuntum@pkgsrc.org>2002-01-28 18:28:09 +0000
commitd6ff77a11613131541c05468e550113d5b229b2d (patch)
tree7d8bd0d0c8d24c307bfdd7fb65ccd4e3ffaa017d /mail/qmail/Makefile
parent3d427e643e80a67c5a8f00eb4e88b9aefbc462fa (diff)
downloadpkgsrc-d6ff77a11613131541c05468e550113d5b229b2d.tar.gz
Apply QMAILQUEUE patch:
Bruce Guenter has written a patch which causes any program that would run qmail-queue to look for an environment variable QMAILQUEUE. If it is present, it is used in place of the string "bin/qmail-queue" when running qmail-queue. This could be used, for example, to add a program into the qmail-smtpd->qmail-queue pipeline that could do filtering, rewrite broken headers, etc. This does not break anything, and is required by some programs, for instance qmail-scanner. Bump PKGREVISION - we are at qmail-1.03nb2 now.
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r--mail/qmail/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 1e10f0c2552..cc4c04bce61 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/01/28 17:57:08 zuntum Exp $
+# $NetBSD: Makefile,v 1.8 2002/01/28 18:28:09 zuntum Exp $
#
DISTNAME= qmail-1.03
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/ \
ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
@@ -15,7 +15,12 @@ MASTER_SITES= http://cr.yp.to/software/ \
# Since AOL has been using those, the problem has skyrocketed from minor to
# groundzero. qmail being RFC compliant need to be "fixed" to work with those
PATCH_SITES= http://www.ckdhr.com/ckd/
-PATCHFILES= qmail-103.patch
+PATCHFILES+= qmail-103.patch
+
+# Apply QMAILQUEUE patch
+PATCH_SITES= http://qmail.obeer.com/
+PATCHFILES+= qmailqueue-patch
+
PATCH_DIST_STRIP= -p1
MAINTAINER= zuntum@netbsd.org