From xi@borderworlds.dk  Sun Jun 27 22:02:48 2004
Return-Path: <xi@borderworlds.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F02816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jun 2004 22:02:48 +0000 (GMT)
Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DB3C043D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jun 2004 22:02:47 +0000 (GMT)
	(envelope-from xi@borderworlds.dk)
Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7])
	by pfepa.post.tele.dk (Postfix) with ESMTP id 09E1747FE45
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jun 2004 00:02:21 +0200 (CEST)
Received: from borg.borderworlds.dk (localhost [127.0.0.1])
	by ferengi.borderworlds.dk (Postfix) with ESMTP id 39E84B806
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jun 2004 00:02:21 +0200 (CEST)
Received: by borg.borderworlds.dk (Postfix, from userid 1001)
	id 08D8CB864; Mon, 28 Jun 2004 00:02:21 +0200 (CEST)
Message-Id: <20040627220221.08D8CB864@borg.borderworlds.dk>
Date: Mon, 28 Jun 2004 00:02:21 +0200 (CEST)
From: Christian Laursen <xi@borderworlds.dk>
Reply-To: Christian Laursen <xi@borderworlds.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: mail/mlmmj to 0.8.1.1 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68433
>Category:       ports
>Synopsis:       Update port: mail/mlmmj to 0.8.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 27 22:10:20 GMT 2004
>Closed-Date:    Mon Jun 28 09:39:49 GMT 2004
>Last-Modified:  Mon Jun 28 09:39:49 GMT 2004
>Originator:     Christian Laursen
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #27: Wed May 26 16:50:30 CEST 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
	

0.8.1.1
 o Fix bug with prepstdreply not opening correct file. Thanks Christian Laursen
   for spotting.
0.8.1
 o Go through all open() calls and retry in case we (allthough it's extremely
   unlikely) did get EEXIST
 o Add the option to add a To: header including the recipient emailaddress.
   NOTE that this does not remove any existing To: headers, they should be
   removed in control/delheaders
 o Optimize mlmmj-send by preparing the mail in memory to reduce the amount of
   write syscalls. control/memmailsize (size in bytes) controls how big it can
   be. Default is 16k before it's send line by line.
 o Make sure we check if the Subject: prefix might be present in the
   de-quoted printable version of the Subject. If so, don't add it.
 o Fix bug with queuefilename not being correctly initialized when generating
   standard mails
 o Let mlmmj-send be capable of handling relayhost local users bounce probes
   bouncing.
 o Don't litter the queuedirectory with files when rejecting mails (the
   maintenance daemon would take care of it, but lets be nice)

>How-To-Repeat:
	
>Fix:

	

--- mlmmj.diff begins here ---
diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile
--- /usr/ports/mail/mlmmj/Makefile	Fri Jun 25 11:18:22 2004
+++ mlmmj/Makefile	Sun Jun 27 23:59:13 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mlmmj
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1.1
 CATEGORIES=	mail
 MASTER_SITES=	http://mlmmj.mmj.dk/files/
 
diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo
--- /usr/ports/mail/mlmmj/distinfo	Fri Jun 25 11:18:22 2004
+++ mlmmj/distinfo	Sun Jun 27 23:59:13 2004
@@ -1,2 +1,2 @@
-MD5 (mlmmj-0.8.0.tar.bz2) = b69d0b621722064caaf56befdac3cca2
-SIZE (mlmmj-0.8.0.tar.bz2) = 89338
+MD5 (mlmmj-0.8.1.1.tar.bz2) = 30e6352d36bf6ef1bee47e13f0e7d084
+SIZE (mlmmj-0.8.1.1.tar.bz2) = 91147
diff -urN /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh mlmmj/files/patch-mlmmj-make-ml.sh
--- /usr/ports/mail/mlmmj/files/patch-mlmmj-make-ml.sh	Wed Jun 16 22:29:18 2004
+++ mlmmj/files/patch-mlmmj-make-ml.sh	Sun Jun 27 23:59:13 2004
@@ -1,6 +1,5 @@
-diff -urN mlmmj-0.7.1.orig/src/mlmmj-make-ml.sh mlmmj-0.7.1/src/mlmmj-make-ml.sh
---- mlmmj-0.7.1.orig/src/mlmmj-make-ml.sh	Sun Jun  6 20:26:51 2004
-+++ src/mlmmj-make-ml.sh	Sat Jun 12 15:39:29 2004
+--- ../mlmmj-0.8.1.orig/src/mlmmj-make-ml.sh	Fri Jun 25 02:05:43 2004
++++ src/mlmmj-make-ml.sh	Sun Jun 27 20:31:18 2004
 @@ -5,6 +5,7 @@
  
  VERSION="0.1"
@@ -9,12 +8,12 @@
  
  USAGE="mlmmj-make-ml "$VERSION"
  "$0" [OPTIONS]
-@@ -74,8 +75,11 @@
- 	FQDN=`domainname`
+@@ -81,8 +82,11 @@
  fi
+ echo "$OWNER" > "$LISTDIR"/"control/owner"
  
--echo -n "The path to the directory with the texts for the list? [] : "
-+echo -n "The path to the directory with the texts for the list? [$PREFIX/share/mlmmj/listtexts] : "
+-echo -n "The path to texts for the list? (listtexts/ dir in the src) [] : "
++echo -n "The path to texts for the list? (listtexts/ dir in the src) [$PREFIX/share/mlmmj/listtexts] : "
  read TEXTPATH
 +if [ -z "$TEXTPATH" ]; then
 +	TEXTPATH="$PREFIX/share/mlmmj/listtexts"
--- mlmmj.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Mon Jun 28 09:39:32 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68433 
>Unformatted:
