diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-08 08:31:52 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-08 08:31:52 +0000 |
commit | c9e7ee873b529e7abfd910f07ef02c807f8f6ab9 (patch) | |
tree | a2b59a8eb930b5545dfb1c0bd3e4dcbbee9471f6 /mail/mlmmj | |
parent | Latest update from Orlando Bassotto, includes better (diff) |
Update to 0.8.2
o Make sure we don't cut of the first char of an emailaddress
o Fix header value copying (thanks Anders Johansson)
o Don't segfault if there's no email address in the To: header
o Clean up the subconf and unsubconf directories for stale requests as well
PR: ports/68780
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=113198
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 2 | ||||
-rw-r--r-- | mail/mlmmj/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index e8f03cca140a..5986d1125440 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 0.8.1.1 +PORTVERSION= 0.8.2 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo index 1b9ca02144c1..abc0f19b1514 100644 --- a/mail/mlmmj/distinfo +++ b/mail/mlmmj/distinfo @@ -1,2 +1,2 @@ -MD5 (mlmmj-0.8.1.1.tar.bz2) = 30e6352d36bf6ef1bee47e13f0e7d084 -SIZE (mlmmj-0.8.1.1.tar.bz2) = 91147 +MD5 (mlmmj-0.8.2.tar.bz2) = 23070fcaf8a8eb5b831fc595563672c6 +SIZE (mlmmj-0.8.2.tar.bz2) = 91470 |