diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 15:31:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-31 15:31:11 +0000 |
commit | 6b44bf8e92bf0cf1ea02db905099ca6df622b338 (patch) | |
tree | 4aebef2024f1aaf3f3eb5f8e9afdd0384ae20cb2 /mail/mlmmj | |
parent | Update to DAT 4424 (diff) |
Update to 1.2.1
PR: 76891
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=127785
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-include | 9 |
3 files changed, 3 insertions, 12 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile index a0f492aae758..f761e3af8c72 100644 --- a/mail/mlmmj/Makefile +++ b/mail/mlmmj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mlmmj -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= mail MASTER_SITES= http://mlmmj.mmj.dk/files/ diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo index 7acfd48bfabe..d00f1fe00d33 100644 --- a/mail/mlmmj/distinfo +++ b/mail/mlmmj/distinfo @@ -1,2 +1,2 @@ -MD5 (mlmmj-1.2.0.tar.bz2) = e784cd91d73482098f5d57236eb2f332 -SIZE (mlmmj-1.2.0.tar.bz2) = 124898 +MD5 (mlmmj-1.2.1.tar.bz2) = d913286f37f5341eb61a2cea0b51475c +SIZE (mlmmj-1.2.1.tar.bz2) = 125196 diff --git a/mail/mlmmj/files/patch-include b/mail/mlmmj/files/patch-include deleted file mode 100644 index 0c17301962f4..000000000000 --- a/mail/mlmmj/files/patch-include +++ /dev/null @@ -1,9 +0,0 @@ ---- src/getaddrsfromfd.c.orig Mon Jan 24 14:10:45 2005 -+++ src/getaddrsfromfd.c Mon Jan 24 14:10:58 2005 -@@ -1,5 +1,5 @@ --#include <sys/mman.h> - #include <sys/types.h> -+#include <sys/mman.h> - #include <sys/stat.h> - #include <unistd.h> - #include <string.h> |