diff options
author | novel <novel@FreeBSD.org> | 2005-07-04 13:25:03 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-04 13:25:03 +0800 |
commit | fa79b2e73c1ae93de2a45c53b0e9e362af770e99 (patch) | |
tree | caf9ad942ec591d23587b206413015a24dccd67d /mail/hotwayd | |
parent | 9a336a62d64ed43d55eac13dfe64e186a97bde95 (diff) | |
download | freebsd-ports-gnome-fa79b2e73c1ae93de2a45c53b0e9e362af770e99.tar.gz freebsd-ports-gnome-fa79b2e73c1ae93de2a45c53b0e9e362af770e99.tar.zst freebsd-ports-gnome-fa79b2e73c1ae93de2a45c53b0e9e362af770e99.zip |
Update to 0.8.4.
PR: 82962
Submitted by: John Nielsen (maintainer)
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); - } |