diff options
author | schmonz <schmonz> | 2005-05-19 22:08:55 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-05-19 22:08:55 +0000 |
commit | 90a783da2a7eee5cf508e8bcec5e25bb9fe40b77 (patch) | |
tree | 245917390588a09b31d21194832ac1a63313dde7 /mail | |
parent | ce34752def92ba8988975ae0c102e6572dce1006 (diff) | |
download | pkgsrc-90a783da2a7eee5cf508e8bcec5e25bb9fe40b77.tar.gz |
The patch for the "nullenvsender" option is no longer available: its
author considers it no longer relevant. Remove the option.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/distinfo | 5 | ||||
-rw-r--r-- | mail/qmail/options.mk | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/mail/qmail/distinfo b/mail/qmail/distinfo index 3fd6b85a4ae..6e051747ee5 100644 --- a/mail/qmail/distinfo +++ b/mail/qmail/distinfo @@ -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 @@ Size (qmail-103.patch) = 2104 bytes 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 --git a/mail/qmail/options.mk b/mail/qmail/options.mk index af7d0087003..8cf870e9b7d 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -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 @@ PATCH_DIST_STRIP.${NETQMAIL_PATCH}= -p1 .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) |