1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.8.4.

PR:		82962
Submitted by:	John Nielsen (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-07-04 05:25:03 +00:00
parent dc9244fd41
commit bdcf2b2fdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138441
3 changed files with 3 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= hotwayd
PORTVERSION= 0.8.2
PORTVERSION= 0.8.4
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}

View File

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

View File

@ -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);
}