1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.8.1.1 (see PR for fixes)

PR:		ports/68433
Submitted by:	maintainer
This commit is contained in:
Volker Stolz 2004-06-28 09:39:24 +00:00
parent cd47627027
commit f9b9490ee2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112460
3 changed files with 9 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mlmmj
PORTVERSION= 0.8.0
PORTVERSION= 0.8.1.1
CATEGORIES= mail
MASTER_SITES= http://mlmmj.mmj.dk/files/

View File

@ -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

View File

@ -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 @@ diff -urN mlmmj-0.7.1.orig/src/mlmmj-make-ml.sh mlmmj-0.7.1/src/mlmmj-make-ml.sh
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"