pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qmail The patch for the "nullenvsender" option is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ec4d24a4b87
branches: trunk
changeset: 494159:9ec4d24a4b87
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu May 19 22:08:55 2005 +0000
description:
The patch for the "nullenvsender" option is no longer available: its
author considers it no longer relevant. Remove the option.
diffstat:
mail/qmail/distinfo | 5 +----
mail/qmail/options.mk | 16 +++-------------
2 files changed, 4 insertions(+), 17 deletions(-)
diffs (55 lines):
diff -r c65920b29aa9 -r 9ec4d24a4b87 mail/qmail/distinfo
--- a/mail/qmail/distinfo Thu May 19 21:15:36 2005 +0000
+++ b/mail/qmail/distinfo Thu May 19 22:08:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/04/14 22:00:11 wiz Exp $
+$NetBSD: distinfo,v 1.13 2005/05/19 22:08:55 schmonz Exp $
SHA1 (netqmail-1.05.tar.gz) = fe4cbe97bd2f18a5ca1b36e4fbbd6c524256a829
RMD160 (netqmail-1.05.tar.gz) = e5bd8557c58a2686233449254b146e74389a7652
@@ -12,9 +12,6 @@
SHA1 (panther.patch) = cc179e728b5596e4af83cd09b577065c27207db1
RMD160 (panther.patch) = 41106fce27ad320bd01b80225c9b396f4be2b9c8
Size (panther.patch) = 2553 bytes
-SHA1 (nullenvsender-recipcount.patch) = e3c2c4767d8fd534c7633b06a5770204618ab134
-RMD160 (nullenvsender-recipcount.patch) = f9a634ddb14117fcf64020743410ef967ffed07c
-Size (nullenvsender-recipcount.patch) = 2440 bytes
SHA1 (outgoingip.patch) = c37b50facc72f82cad6505d2db88d5eccc5418b2
RMD160 (outgoingip.patch) = 032c653d395e5f599c0998e92debb09d84f90f0f
Size (outgoingip.patch) = 6839 bytes
diff -r c65920b29aa9 -r 9ec4d24a4b87 mail/qmail/options.mk
--- a/mail/qmail/options.mk Thu May 19 21:15:36 2005 +0000
+++ b/mail/qmail/options.mk Thu May 19 22:08:55 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.10 2005/04/10 02:59:23 schmonz Exp $
+# $NetBSD: options.mk,v 1.11 2005/05/19 22:08:55 schmonz Exp $
.if ${OPSYS} == "Darwin"
PKG_DEFAULT_OPTIONS+= darwin
.endif
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
-PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail
-PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto sasl syncdir tls viruscan
+PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin netqmail outgoingip
+PKG_SUPPORTED_OPTIONS+= qregex realrcptto sasl syncdir tls viruscan
.include "../../mk/bsd.options.mk"
###
@@ -60,16 +60,6 @@
.endif
###
-### reject messages from the null envelope sender to >1 envelope recipient
-###
-.if !empty(PKG_OPTIONS:Mnullenvsender)
-NULLENVSENDER_PATCH= nullenvsender-recipcount.patch
-PATCHFILES+= ${NULLENVSENDER_PATCH}
-SITES_${NULLENVSENDER_PATCH}= http://pyropus.ca/software/misc/
-PATCH_DIST_STRIP.${NULLENVSENDER_PATCH}= -p1
-.endif
-
-###
### force outgoing connections to originate from a particular IP
###
.if !empty(PKG_OPTIONS:Moutgoingip)
Home |
Main Index |
Thread Index |
Old Index