From 4c86144fb2a7dd60812874fbdb5cadcac609ebfe Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Wed, 23 Oct 2002 15:02:44 +0000 Subject: Update to 1.5.4. PR: ports/44360 Submitted by: Volker Stolz --- mail/mmr/Makefile | 2 +- mail/mmr/distinfo | 2 +- mail/mmr/files/patch-base64.cpp | 7 +++++++ mail/mmr/files/patch-iobottle.cpp | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 mail/mmr/files/patch-base64.cpp create mode 100644 mail/mmr/files/patch-iobottle.cpp diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index dc09c91d8d7c..29e814bc0873 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mmr -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= mail MASTER_SITES= http://www.devolution.com/~slouken/projects/mmr/ diff --git a/mail/mmr/distinfo b/mail/mmr/distinfo index 83100e8da3f0..15e68cffe1a3 100644 --- a/mail/mmr/distinfo +++ b/mail/mmr/distinfo @@ -1 +1 @@ -MD5 (mmr-1.5.4.tar.gz) = bd0c11cb3c5e4eec2b51b438782bbcbc +MD5 (mmr-1.5.5.tar.gz) = 115e22f8dc8d6f4ce96ab7b17f3a1796 diff --git a/mail/mmr/files/patch-base64.cpp b/mail/mmr/files/patch-base64.cpp new file mode 100644 index 000000000000..d3f28416c46d --- /dev/null +++ b/mail/mmr/files/patch-base64.cpp @@ -0,0 +1,7 @@ +--- base64.cpp.orig Mon Oct 21 23:29:39 2002 ++++ base64.cpp Mon Oct 21 23:29:56 2002 +@@ -1,3 +1,4 @@ ++#include + + /* Convert to Base64 encoding */ + static char to_base64[64] = { diff --git a/mail/mmr/files/patch-iobottle.cpp b/mail/mmr/files/patch-iobottle.cpp new file mode 100644 index 000000000000..bae138d1905c --- /dev/null +++ b/mail/mmr/files/patch-iobottle.cpp @@ -0,0 +1,7 @@ +--- iobottle.cpp.orig Mon Oct 21 23:30:11 2002 ++++ iobottle.cpp Mon Oct 21 23:30:37 2002 +@@ -1,3 +1,4 @@ ++#include + + extern "C" { + #include -- cgit v1.2.3