Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 21:01:37 +0200 (CEST)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68428: Update port: mail/mlmmj to 0.8.1 
Message-ID:  <20040627190137.16F8AB864@borg.borderworlds.dk>
Resent-Message-ID: <200406271910.i5RJA0un086213@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68428
>Category:       ports
>Synopsis:       Update port: mail/mlmmj to 0.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 27 19:10:00 GMT 2004
>Closed-Date:
>Last-Modified:
>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
 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 20:58:05 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mlmmj
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.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 20:58:05 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.tar.bz2) = b0e4c962a272f16b994b33f3c7780fa1
+SIZE (mlmmj-0.8.1.tar.bz2) = 91156
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 20:58:05 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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040627190137.16F8AB864>