diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-04 05:25:03 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-04 05:25:03 +0000 |
commit | bdcf2b2fdcdf39d87e218399fc51ee961ff30ab0 (patch) | |
tree | a45efda2d123597cd31ddf1b990ceefb21a5d2c3 /mail/hotwayd | |
parent | dc9244fd41713d35f491908d8941b6acced8a772 (diff) | |
download | ports-bdcf2b2fdcdf39d87e218399fc51ee961ff30ab0.tar.gz ports-bdcf2b2fdcdf39d87e218399fc51ee961ff30ab0.zip |
Notes
Diffstat (limited to 'mail/hotwayd')
-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); - } |