diff options
-rw-r--r-- | mail/hotwayd/Makefile | 2 | ||||
-rw-r--r-- | mail/hotwayd/distinfo | 4 | ||||
-rw-r--r-- | mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index 9bb7caa9f975..d34f1a161072 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hotwayd -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/mail/hotwayd/distinfo b/mail/hotwayd/distinfo index 5fd864ee5d82..6c782e18a118 100644 --- a/mail/hotwayd/distinfo +++ b/mail/hotwayd/distinfo @@ -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 --git a/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c b/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c deleted file mode 100644 index 9bf08fce6aa0..000000000000 --- a/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c +++ /dev/null @@ -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); - } |