diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-24 13:48:10 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-01-24 13:48:10 +0000 |
commit | 035aac1b516f7ffcca49e6c26b5a2b05a2a4621f (patch) | |
tree | 004671dcc907661d6fc0b03fe049bd24b48db5d2 /mail/mlmmj | |
parent | Unbreak: Update to 1.1 (gcc34) (diff) |
- Update to 1.2.0
- Add patch to make this version compile on 4.x
PR: 76616
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=127178
Diffstat (limited to 'mail/mlmmj')
-rw-r--r-- | mail/mlmmj/Makefile | 3 | ||||
-rw-r--r-- | mail/mlmmj/distinfo | 4 | ||||
-rw-r--r-- | mail/mlmmj/files/patch-include | 9 |
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> |