diff options
author | vs <vs@FreeBSD.org> | 2004-07-08 16:31:52 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-08 16:31:52 +0800 |
commit | 0ae6bf608cbec572ba0c4b4bf17d6d2f2905bda7 (patch) | |
tree | d8c16f82403d2fe2275902e5468c3f9bd54e19b8 /mail/mlmmj/Makefile | |
parent | ab90248ffdd82422f5a2a80cf6b68f3536757a32 (diff) | |
download | freebsd-ports-gnome-0ae6bf608cbec572ba0c4b4bf17d6d2f2905bda7.tar.gz freebsd-ports-gnome-0ae6bf608cbec572ba0c4b4bf17d6d2f2905bda7.tar.zst freebsd-ports-gnome-0ae6bf608cbec572ba0c4b4bf17d6d2f2905bda7.zip |
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
Diffstat (limited to 'mail/mlmmj/Makefile')
-rw-r--r-- | mail/mlmmj/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ |