ports/76962: Update port: mail/mlmmj to 1.2.2
Christian Laursen
xi at borderworlds.dk
Tue Feb 1 14:50:22 UTC 2005
>Number: 76962
>Category: ports
>Synopsis: Update port: mail/mlmmj to 1.2.2
>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: Tue Feb 01 14:50:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Christian Laursen
>Release: FreeBSD 5.3-RELEASE-p1 i386
>Organization:
The Border Worlds
>Environment:
System: FreeBSD borg.borderworlds.dk 5.3-RELEASE-p1 FreeBSD 5.3-RELEASE-p1 #34: Mon Jan 17 22:04:59 CET 2005 root at borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386
>Description:
The attached patch update mail/mlmmj to version 1.2.2.
files/patch-mlmmj-make-ml.sh should be deleted after applying the patch.
This release fixes a hang that could occur under some circumstances.
>How-To-Repeat:
>Fix:
--- mlmmj.diff begins here ---
diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile
--- /usr/ports/mail/mlmmj/Makefile Mon Jan 31 16:31:11 2005
+++ mlmmj/Makefile Tue Feb 1 15:41:43 2005
@@ -6,7 +6,7 @@
#
PORTNAME= mlmmj
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= mail
MASTER_SITES= http://mlmmj.mmj.dk/files/
diff -urN /usr/ports/mail/mlmmj/distinfo mlmmj/distinfo
--- /usr/ports/mail/mlmmj/distinfo Mon Jan 31 16:31:11 2005
+++ mlmmj/distinfo Tue Feb 1 15:41:43 2005
@@ -1,2 +1,2 @@
-MD5 (mlmmj-1.2.1.tar.bz2) = d913286f37f5341eb61a2cea0b51475c
-SIZE (mlmmj-1.2.1.tar.bz2) = 125196
+MD5 (mlmmj-1.2.2.tar.bz2) = 04c6836948a48d19dfaa2208aa132c8d
+SIZE (mlmmj-1.2.2.tar.bz2) = 125795
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 Fri Dec 17 13:41:29 2004
+++ mlmmj/files/patch-mlmmj-make-ml.sh Thu Jan 1 01:00:00 1970
@@ -1,23 +0,0 @@
---- ../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"
- DEFAULTDIR="/var/spool/mlmmj"
-+PREFIX="%%PREFIX%%"
-
- USAGE="mlmmj-make-ml "$VERSION"
- "$0" [OPTIONS]
-@@ -81,8 +82,11 @@
- fi
- echo "$OWNER" > "$LISTDIR"/"control/owner"
-
--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/text.skel] : "
- read TEXTPATH
-+if [ -z "$TEXTPATH" ]; then
-+ TEXTPATH="$PREFIX/share/mlmmj/text.skel"
-+fi
- if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then
- echo "**NOTE** Could not copy the texts for the list"
- echo "Please manually copy the files from the listtexts/ directory"
--- mlmmj.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list