summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-03-29 12:34:16 +0000
committerschmonz <schmonz@pkgsrc.org>2005-03-29 12:34:16 +0000
commit354c25f8a51c9ea9c6750ba65333243f314c80b2 (patch)
tree36f964ca6350b9866ae56cb3a4064c9bf59d5790 /mail
parentaa83803e9556d5a32f8c5ebac76cb75e44e28f01 (diff)
downloadpkgsrc-354c25f8a51c9ea9c6750ba65333243f314c80b2.tar.gz
Update URL to the patch for "nullenvsender" option, and correctly
define the variable containing the patch URL for the "qregex" option. Problems noted by zuntum.
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index ee2300194b4..f7fc4b8e208 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2005/03/23 01:48:06 schmonz Exp $
+# $NetBSD: options.mk,v 1.9 2005/03/29 12:34:16 schmonz Exp $
.if ${OPSYS} == "Darwin"
PKG_DEFAULT_OPTIONS+= darwin
@@ -65,7 +65,7 @@ PATCH_DIST_STRIP.${NETQMAIL_PATCH}= -p1
.if !empty(PKG_OPTIONS:Mnullenvsender)
NULLENVSENDER_PATCH= nullenvsender-recipcount.patch
PATCHFILES+= ${NULLENVSENDER_PATCH}
-SITES_${NULLENVSENDER_PATCH}= http://www.qcc.ca/~charlesc/software/misc/
+SITES_${NULLENVSENDER_PATCH}= http://pyropus.ca/software/misc/
PATCH_DIST_STRIP.${NULLENVSENDER_PATCH}= -p1
.endif
@@ -84,7 +84,7 @@ SITES_${OUTGOINGIP_PATCH}= http://www.qmail.org/
.if !empty(PKG_OPTIONS:Mqregex)
QREGEX_PATCH= qregex-20040725.patch
PATCHFILES+= ${QREGEX_PATCH}
-SITES_${REGEX_PATCH}= http://www.arda.homeunix.net/store/qmail/
+SITES_${QREGEX_PATCH}= http://www.arda.homeunix.net/store/qmail/
PATCH_DIST_STRIP.${QREGEX_PATCH}= -p3
PLIST_SRC+= ${PKGDIR}/PLIST.qregex
.endif