From c5f6396d146ece0c9fa911bd6674214b94f55fba Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 1 Nov 2001 16:10:41 +0000 Subject: Update "mutt-devel" package to lastest development version 1.3.23.1. This version fixes several bugs found since version 1.3.21 including the sendmail 8.12.x problem. --- mail/mutt-devel/Makefile | 5 +++-- mail/mutt-devel/PLIST | 3 +-- mail/mutt-devel/distinfo | 7 +++---- mail/mutt-devel/patches/patch-ad | 18 ------------------ 4 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 mail/mutt-devel/patches/patch-ad diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index cae296e784d..0708ba59370 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2001/10/27 07:00:52 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/11/01 16:10:41 tron Exp $ -DISTNAME= mutt-1.3.21i +DISTNAME= mutt-1.3.23.1i +PKGNAME= ${DISTNAME:C/i$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/devel/ diff --git a/mail/mutt-devel/PLIST b/mail/mutt-devel/PLIST index 3b1d2f6aa26..0818e4dd174 100644 --- a/mail/mutt-devel/PLIST +++ b/mail/mutt-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:40 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/01 16:10:41 tron Exp $ bin/flea bin/mutt bin/muttbug @@ -19,7 +19,6 @@ share/doc/mutt/PGP-Notes.txt share/doc/mutt/README share/doc/mutt/README.SECURITY share/doc/mutt/README.SSL -share/doc/mutt/README.UPGRADE share/doc/mutt/TODO share/doc/mutt/applying-patches.txt share/doc/mutt/devel-notes.txt diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 0eeaccce6de..7d00eafbd5d 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.6 2001/10/18 08:04:26 tron Exp $ +$NetBSD: distinfo,v 1.7 2001/11/01 16:10:41 tron Exp $ -SHA1 (mutt-1.3.21i.tar.gz) = 4bf617c5fb8606841d0ffeb4dd5b6dfad9843d1f -Size (mutt-1.3.21i.tar.gz) = 2475281 bytes +SHA1 (mutt-1.3.23.1i.tar.gz) = 9cc5fe702f097a253514ddc690fbec48c95820a6 +Size (mutt-1.3.23.1i.tar.gz) = 2480237 bytes SHA1 (patch-aa) = 8325c09e6ab9b43786571548359fa0be4f94d14c SHA1 (patch-ab) = 24984804280b5db991a2a471eba39506369add70 SHA1 (patch-ac) = 19225ed3e60de9772de5e7092f2cc67b804f0f86 -SHA1 (patch-ad) = 6516789c92fcbf11a8cb0da17cc67d4698e5f3ad diff --git a/mail/mutt-devel/patches/patch-ad b/mail/mutt-devel/patches/patch-ad deleted file mode 100644 index c383a5ea875..00000000000 --- a/mail/mutt-devel/patches/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/10/18 08:04:26 tron Exp $ - ---- sendlib.c 2001/10/11 07:58:26 2.88 -+++ sendlib.c 2001/10/17 16:22:48 2.89 -@@ -1831,6 +1831,13 @@ - if (dup (1) < 0) - _exit (S_ERR); - } -+ else -+ { -+ if (open ("/dev/null", O_WRONLY | O_APPEND) < 0) /* stdout */ -+ _exit (S_ERR); -+ if (open ("/dev/null", O_RDWR | O_APPEND) < 0) /* stderr */ -+ _exit (S_ERR); -+ } - - execv (path, args); - _exit (S_ERR); -- cgit v1.2.3