Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2004 11:43:55 -0800 (PST)
From:      John Nielsen <john@jnielsen.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        john@jnielsen.net
Subject:   ports/75125: [MAINTAINER] mail/hotwayd: update to 0.8.2
Message-ID:  <200412151943.iBFJhto0025398@ns1.jnielsen.net>
Resent-Message-ID: <200412151950.iBFJoPFM061702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75125
>Category:       ports
>Synopsis:       [MAINTAINER] mail/hotwayd: update to 0.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 15 19:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     John Nielsen
>Release:        FreeBSD 4.9-RELEASE-p13-jc2 i386
>Organization:
>Environment:
System: FreeBSD ns1.jnielsen.net 4.9-RELEASE-p13-jc2 FreeBSD 4.9-RELEASE-p13-jc2 #8: Thu Dec  9 00:18:40 PST
>Description:
- Update to 0.8.2

Added file(s):
- files/patch-hotsmtpd-commands_smtp.c

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- hotwayd-0.8.2,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/Makefile /usr/ports/mail/hotwayd82/Makefile
--- /usr/ports/mail/hotwayd/Makefile	Wed Oct 20 20:09:00 2004
+++ /usr/ports/mail/hotwayd82/Makefile	Tue Dec 14 21:40:15 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	hotwayd
-PORTVERSION=	0.7.4
+PORTVERSION=	0.8.2
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -15,14 +15,16 @@
 MAINTAINER=	john@jnielsen.net
 COMMENT=	A Hotmail -> POP3 gateway
 
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
+		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 
-MAN1=		hotwayd.1
+MAN1=		hotwayd.1 \
+		hotsmtpd.1
 
 DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
 DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/distinfo /usr/ports/mail/hotwayd82/distinfo
--- /usr/ports/mail/hotwayd/distinfo	Wed Oct 20 20:09:00 2004
+++ /usr/ports/mail/hotwayd82/distinfo	Tue Dec 14 21:22:22 2004
@@ -1,2 +1,2 @@
-MD5 (hotwayd-0.7.4.tar.bz2) = 55ffa28a319d84b59bfdccf87f9bde90
-SIZE (hotwayd-0.7.4.tar.bz2) = 135826
+MD5 (hotwayd-0.8.2.tar.bz2) = 0d1e3a691c8d5757a6e67b32745ab2cb
+SIZE (hotwayd-0.8.2.tar.bz2) = 150424
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c /usr/ports/mail/hotwayd82/files/patch-hotsmtpd-commands_smtp.c
--- /usr/ports/mail/hotwayd/files/patch-hotsmtpd-commands_smtp.c	Wed Dec 31 16:00:00 1969
+++ /usr/ports/mail/hotwayd82/files/patch-hotsmtpd-commands_smtp.c	Wed Dec 15 11:22:15 2004
@@ -0,0 +1,11 @@
+--- 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);
+ }
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/pkg-message /usr/ports/mail/hotwayd82/pkg-message
--- /usr/ports/mail/hotwayd/pkg-message	Wed Oct 20 20:09:00 2004
+++ /usr/ports/mail/hotwayd82/pkg-message	Tue Dec 14 21:38:31 2004
@@ -1,15 +1,18 @@
+
 ********************
-hotwayd should normally be run from inetd (or xinetd).
-To use the standard ports for pop3 and smtp, add lines
-like the following to /etc/inetd.conf:
+hotwayd and hotsmtpd should normally be run from inetd (or xinetd).
+To use the standard ports for pop3 and smtp, add lines like the
+following to /etc/inetd.conf:
 
 pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
+smtp	stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
 
-Alternatively, you may specify an arbitrary port for hotwayd.
-Define them in /etc/services, and then add a line like the following to
+Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
+Define them in /etc/services, and then add lines like the following to
 /etc/inetd.conf:
 
 hotwayd	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
+hotsmtpd stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
 
 After making your changes, restart inetd. e.g.:
 
@@ -20,6 +23,7 @@
 address (e.g. example@hotmail.com), and the password is your your
 password for hotmail (or whichever service you use).
 
-For more detailed information see hotwayd(1) and the port
+For more detailed information see hotwayd(1), hotsmtpd(1), and the port
 documentation in ${PREFIX}/share/doc/hotwayd.
 ********************
+
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/pkg-plist /usr/ports/mail/hotwayd82/pkg-plist
--- /usr/ports/mail/hotwayd/pkg-plist	Wed Oct 20 20:09:00 2004
+++ /usr/ports/mail/hotwayd82/pkg-plist	Tue Dec 14 21:41:53 2004
@@ -1,4 +1,5 @@
 sbin/hotwayd
+sbin/hotsmtpd
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
--- hotwayd-0.8.2,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412151943.iBFJhto0025398>