Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 12:10:16 -0700 (PDT)
From:      John Nielsen <john@jnielsen.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        john@jnielsen.net
Subject:   ports/72655: [MAINTAINER] mail/hotwayd: revert to 0.7.4
Message-ID:  <200410131910.i9DJAG1a020308@ns1.jnielsen.net>
Resent-Message-ID: <200410131910.i9DJAToZ049009@freefall.freebsd.org>

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

>Number:         72655
>Category:       ports
>Synopsis:       [MAINTAINER] mail/hotwayd: revert to 0.7.4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 19:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     John Nielsen
>Release:        FreeBSD 4.9-RELEASE-p10-jc1 i386
>Organization:
>Environment:
System: FreeBSD ns1.jnielsen.net 4.9-RELEASE-p10-jc1 FreeBSD 4.9-RELEASE-p10-jc1 #5: Tue Jun 15 11:54:06 PDT 2004
>Description:
- Update to 0.7.4
Version 0.8 has serious bugs, and it doesn't appear that they will be fixed anytime soon.
These bugs are not present in version 0.7.4
See the bugs section on the sourceforge page for details.

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

--- hotwayd-0.7.4,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/Makefile /usr/ports/mail/hotwayd74/Makefile
--- /usr/ports/mail/hotwayd/Makefile	Mon Apr  5 12:19:46 2004
+++ /usr/ports/mail/hotwayd74/Makefile	Wed Oct 13 12:01:06 2004
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	hotwayd
-PORTVERSION=	0.8
+PORTVERSION=	0.7.4
+PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	hotwayd
@@ -14,18 +15,16 @@
 MAINTAINER=	john@jnielsen.net
 COMMENT=	A Hotmail -> POP3 gateway
 
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
-		sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 
-MAN1=		hotwayd.1 \
-		hotsmtpd.1
+MAN1=		hotwayd.1
 
-DOC_FILES=	AUTHORS COPYING INSTALL NEWS README README.hotsmtpd VERSION
+DOC_FILES=	AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
 DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}
 
 post-install:	install-doc-files display-message
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/distinfo /usr/ports/mail/hotwayd74/distinfo
--- /usr/ports/mail/hotwayd/distinfo	Thu Feb 26 14:04:49 2004
+++ /usr/ports/mail/hotwayd74/distinfo	Wed Oct 13 11:43:10 2004
@@ -1,2 +1,2 @@
-MD5 (hotwayd-0.8.tar.bz2) = b34d5166a2c6d7ba3970d3a0325c8c1a
-SIZE (hotwayd-0.8.tar.bz2) = 148962
+MD5 (hotwayd-0.7.4.tar.bz2) = 55ffa28a319d84b59bfdccf87f9bde90
+SIZE (hotwayd-0.7.4.tar.bz2) = 135826
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/pkg-descr /usr/ports/mail/hotwayd74/pkg-descr
--- /usr/ports/mail/hotwayd/pkg-descr	Thu Feb 26 14:04:49 2004
+++ /usr/ports/mail/hotwayd74/pkg-descr	Wed Oct 13 11:38:39 2004
@@ -3,8 +3,4 @@
 you to access e-mail on Hotmail and similar servers using standard POP3 mail
 clients.
 
-Starting with version 0.8, the port also includes hotsmtpd which can be used
-for sending e-mail through Hotmail and similar servers with standard SMTP
-mail clients.
-
 WWW: http://hotwayd.sourceforge.net
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/pkg-message /usr/ports/mail/hotwayd74/pkg-message
--- /usr/ports/mail/hotwayd/pkg-message	Thu Feb 26 14:04:49 2004
+++ /usr/ports/mail/hotwayd74/pkg-message	Wed Oct 13 11:49:28 2004
@@ -1,16 +1,15 @@
-hotwayd and hotsmtpd need to be run from inetd (or xinetd).
+********************
+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:
 
 pop3	stream	tcp	nowait	root	/usr/local/sbin/hotwayd	hotwayd
-smtp	stream	tcp	nowait	root	/usr/local/sbin/hotsmtpd hotsmtpd
 
-Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
-Define them in /etc/services, and then add lines like thke following to
+Alternatively, you may specify an arbitrary port for hotwayd.
+Define them in /etc/services, and then add a line 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.:
 
@@ -21,8 +20,6 @@
 address (e.g. example@hotmail.com), and the password is your your
 password for hotmail (or whichever service you use).
 
-Similarly, you can use any mail client that supports SASL authentication
-for SMTP to send e-mail (through hotmail, etc).
-
-For more detailed information see hotwayd(1), hotsmtpd(1), and the port
+For more detailed information see hotwayd(1) and the port
 documentation in ${PREFIX}/share/doc/hotwayd.
+********************
diff -ruN --exclude=CVS /usr/ports/mail/hotwayd/pkg-plist /usr/ports/mail/hotwayd74/pkg-plist
--- /usr/ports/mail/hotwayd/pkg-plist	Thu Feb 26 14:04:49 2004
+++ /usr/ports/mail/hotwayd74/pkg-plist	Wed Oct 13 11:44:47 2004
@@ -1,10 +1,9 @@
 sbin/hotwayd
-sbin/hotsmtpd
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.hotsmtpd
 %%PORTDOCS%%%%DOCSDIR%%/VERSION
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- hotwayd-0.7.4,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?200410131910.i9DJAG1a020308>