diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-02-07 14:28:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-02-07 14:28:39 +0000 |
commit | d637d2c31f0abe5afce572c57839012028c4ad1f (patch) | |
tree | 10e3c1f95028a12dfa10ee636588e83d5ab18680 /mail/mlmmj | |
parent | - Correct Whom: attribution in Makefile (diff) |
- Update to 1.2.2
This release fixes a hang that could occur under some circumstances.
PR: 76962
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=128230
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 2 | ||||
-rw-r--r-- | mail/mlmmj/distinfo | 4 | ||||
-rw-r--r-- | mail/mlmmj/files/patch-mlmmj-make-ml.sh | 23 |
3 files changed, 3 insertions, 26 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index f761e3af8c72..2147d0302fd6 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo index d00f1fe00d33..cdae387bd578 100644 --- a/mail/mlmmj/distinfo +++ b/mail/mlmmj/distinfo @@ -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 --git a/mail/mlmmj/files/patch-mlmmj-make-ml.sh b/mail/mlmmj/files/patch-mlmmj-make-ml.sh deleted file mode 100644 index 9802c175ca06..000000000000 --- a/mail/mlmmj/files/patch-mlmmj-make-ml.sh +++ /dev/null @@ -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" |