Update to 1.5.4.

PR:		ports/44360
Submitted by:	Volker Stolz <vs@lambda.foldr.org>
This commit is contained in:
Norikatsu Shigemura 2002-10-23 15:02:44 +00:00
parent 183d476288
commit 4c86144fb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68666
4 changed files with 16 additions and 2 deletions

View file

@ -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/

View file

@ -1 +1 @@
MD5 (mmr-1.5.4.tar.gz) = bd0c11cb3c5e4eec2b51b438782bbcbc
MD5 (mmr-1.5.5.tar.gz) = 115e22f8dc8d6f4ce96ab7b17f3a1796

View file

@ -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] = {

View file

@ -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>