diff -ruN --exclude=CVS /usr/ports/mail/hotwayd.orig/Makefile /usr/ports/mail/hotwayd/Makefile --- /usr/ports/mail/hotwayd.orig/Makefile Fri Dec 17 00:14:03 2004 +++ /usr/ports/mail/hotwayd/Makefile Sun Jul 3 17:50:37 2005 @@ -6,7 +6,7 @@ # PORTNAME= hotwayd -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -ruN --exclude=CVS /usr/ports/mail/hotwayd.orig/distinfo /usr/ports/mail/hotwayd/distinfo --- /usr/ports/mail/hotwayd.orig/distinfo Fri Dec 17 00:14:03 2004 +++ /usr/ports/mail/hotwayd/distinfo Sun Jul 3 17:50:54 2005 @@ -1,2 +1,2 @@ -MD5 (hotwayd-0.8.2.tar.bz2) = 0d1e3a691c8d5757a6e67b32745ab2cb -SIZE (hotwayd-0.8.2.tar.bz2) = 150424 +MD5 (hotwayd-0.8.4.tar.bz2) = c3f59d9b7c61640a557bc9007c28cec3 +SIZE (hotwayd-0.8.4.tar.bz2) = 161274 diff -ruN --exclude=CVS /usr/ports/mail/hotwayd.orig/files/patch-hotsmtpd-commands_smtp.c /usr/ports/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c --- /usr/ports/mail/hotwayd.orig/files/patch-hotsmtpd-commands_smtp.c Fri Dec 17 00:14:03 2004 +++ /usr/ports/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- hotsmtpd/commands_smtp.c.orig Sat Dec 11 18:33:17 2004 -+++ hotsmtpd/commands_smtp.c Wed Dec 15 12:21:00 2004 -@@ -199,7 +199,7 @@ - } - - /* Clean up after ourselves */ -- httpmail_destroy(); -+ /*httpmail_destroy();*/ - if (body) - free(body); - }