Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 13:13:58 +0100 (CET)
From:      Christian Laursen <xi@borderworlds.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75145: Update port: mail/mlmmj  Fix mlmmj-make-ml.sh 
Message-ID:  <20041216121358.3EC341148C@borg.borderworlds.dk>
Resent-Message-ID: <200412161220.iBGCKPci017856@freefall.freebsd.org>

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

>Number:         75145
>Category:       ports
>Synopsis:       Update port: mail/mlmmj  Fix mlmmj-make-ml.sh
>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:   Thu Dec 16 12:20:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
The Border Worlds 
>Environment:
System: FreeBSD borg.borderworlds.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #32: Wed Nov 17 20:27:18 CET 2004 root@borg.borderworlds.dk:/usr/obj/usr/src/sys/BORG i386


	
>Description:
I apparently forgot a change to files/patch-mlmmj-make-ml.sh updating the
path to the listtext directory when I submitted the upgrade to 1.1.0.

The attached patch adds this change and bumps PORTREVISION.

	
>How-To-Repeat:
	
>Fix:

	

--- mlmmj.diff begins here ---
diff -urN /usr/ports/mail/mlmmj/Makefile mlmmj/Makefile
--- /usr/ports/mail/mlmmj/Makefile	Sat Dec  4 21:21:55 2004
+++ mlmmj/Makefile	Thu Dec 16 13:06:51 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	mlmmj
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://mlmmj.mmj.dk/files/
 
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	Mon Jun 28 11:39:24 2004
+++ mlmmj/files/patch-mlmmj-make-ml.sh	Thu Dec 16 13:06:51 2004
@@ -13,10 +13,10 @@
  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/listtexts] : "
++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/listtexts"
++	TEXTPATH="$PREFIX/share/mlmmj/text.skel"
 +fi
  if [ -z "$TEXTPATH" -o ! -d "$TEXTPATH" ]; then
  	echo "**NOTE** Could not copy the texts for the list"
--- 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?20041216121358.3EC341148C>