aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-01-24 21:48:10 +0800
committererwin <erwin@FreeBSD.org>2005-01-24 21:48:10 +0800
commitb198b4c67bc08038924ef8053086667d196b5727 (patch)
treebe9db99ac8c6b262576f15c165cafb22fdb96d21 /mail
parent34443c7fbf0b1b8383fdf65a39e4adfc96094d7c (diff)
downloadfreebsd-ports-gnome-b198b4c67bc08038924ef8053086667d196b5727.tar.gz
freebsd-ports-gnome-b198b4c67bc08038924ef8053086667d196b5727.tar.zst
freebsd-ports-gnome-b198b4c67bc08038924ef8053086667d196b5727.zip
- Update to 1.2.0
- Add patch to make this version compile on 4.x PR: 76616 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/mlmmj/Makefile3
-rw-r--r--mail/mlmmj/distinfo4
-rw-r--r--mail/mlmmj/files/patch-include9
3 files changed, 12 insertions, 4 deletions
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile
index b980ede8681b..a0f492aae758 100644
--- a/mail/mlmmj/Makefile
+++ b/mail/mlmmj/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mlmmj
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= mail
MASTER_SITES= http://mlmmj.mmj.dk/files/
diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo
index 3b66b30c0f66..7acfd48bfabe 100644
--- a/mail/mlmmj/distinfo
+++ b/mail/mlmmj/distinfo
@@ -1,2 +1,2 @@
-MD5 (mlmmj-1.1.0.tar.bz2) = 92c8325735ea65a73ea3251b1609de26
-SIZE (mlmmj-1.1.0.tar.bz2) = 120186
+MD5 (mlmmj-1.2.0.tar.bz2) = e784cd91d73482098f5d57236eb2f332
+SIZE (mlmmj-1.2.0.tar.bz2) = 124898
diff --git a/mail/mlmmj/files/patch-include b/mail/mlmmj/files/patch-include
new file mode 100644
index 000000000000..0c17301962f4
--- /dev/null
+++ b/mail/mlmmj/files/patch-include
@@ -0,0 +1,9 @@
+--- 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>