diff options
author | nork <nork@FreeBSD.org> | 2002-10-23 15:02:44 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-10-23 15:02:44 +0000 |
commit | e17f383364ac5dfdf07d8f0287a138d5c5897fb6 (patch) | |
tree | 69725756e3a33cdb25ec48c5090adc67df4317ae /mail | |
parent | 006fbe3343772681c7e04b9b3a2c22dac3833ca7 (diff) | |
download | FreeBSD-ports-e17f383364ac5dfdf07d8f0287a138d5c5897fb6.zip FreeBSD-ports-e17f383364ac5dfdf07d8f0287a138d5c5897fb6.tar.gz |
Update to 1.5.4.
PR: ports/44360
Submitted by: Volker Stolz <vs@lambda.foldr.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mmr/Makefile | 2 | ||||
-rw-r--r-- | mail/mmr/distinfo | 2 | ||||
-rw-r--r-- | mail/mmr/files/patch-base64.cpp | 7 | ||||
-rw-r--r-- | mail/mmr/files/patch-iobottle.cpp | 7 |
4 files changed, 16 insertions, 2 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index dc09c91..29e814b 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 83100e8..15e68cf 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 0000000..d3f2841 --- /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 <string.h> + + /* 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 0000000..bae138d --- /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 <string.h> + + extern "C" { + #include <stdlib.h> |