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
commit26c5083e8fed63a4eef974232f61ee2abae34f7a (patch)
tree36f964ca6350b9866ae56cb3a4064c9bf59d5790 /mail
parente91e1d01d21d33d84f38100a946747043ceb0a9c (diff)
downloadpkgsrc-26c5083e8fed63a4eef974232f61ee2abae34f7a.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