From 26c5083e8fed63a4eef974232f61ee2abae34f7a Mon Sep 17 00:00:00 2001 From: schmonz Date: Tue, 29 Mar 2005 12:34:16 +0000 Subject: 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. --- mail/qmail/options.mk | 6 +++--- 1 file 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 -- cgit v1.2.3