pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail Update URL to the patch for "nullenvsender"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e671529d25e1
branches:  trunk
changeset: 491741:e671529d25e1
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Mar 29 12:34:16 2005 +0000

description:
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:

 mail/qmail/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5ce236268ccd -r e671529d25e1 mail/qmail/options.mk
--- a/mail/qmail/options.mk     Tue Mar 29 12:29:29 2005 +0000
+++ b/mail/qmail/options.mk     Tue Mar 29 12:34:16 2005 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index