Bug 63037 - port update: hotwayd-0.7.1 => hotwayd-0.8
Summary: port update: hotwayd-0.7.1 => hotwayd-0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 21:20 UTC by John Nielsen
Modified: 2004-02-21 09:26 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.patch (1.06 KB, patch)
2004-02-18 21:20 UTC, John Nielsen
no flags Details | Diff
pkg-descr.patch (800 bytes, patch)
2004-02-18 21:20 UTC, John Nielsen
no flags Details | Diff
pkg-plist.patch (406 bytes, patch)
2004-02-18 21:20 UTC, John Nielsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Nielsen 2004-02-18 21:20:19 UTC
	Updates the hotwayd port from version 0.7.1 to 0.8.
	The port now installs the documentation included with
the source tarball.
	pkg-plist re-created (the number of files installed
jumped from 2 to 11)
	Description files updated.

Fix: Apply the patches below to the port for 0.7.1.
You may need to touch pkg-plist first.

--- ../hotwayd-0.71/distinfo	Sun Nov  9 08:55:54 2003
+++ distinfo	Thu Feb 12 16:06:37 2004
@@ -1 +1,2 @@
-MD5 (hotwayd-0.7.1.tar.bz2) = 9610c8cd7c1a155e0cf052d2ca031659
+MD5 (hotwayd-0.8.tar.bz2) = b34d5166a2c6d7ba3970d3a0325c8c1a
+SIZE (hotwayd-0.8.tar.bz2) = 148962
--- distinfo.patch ends here ---

--- ../hotwayd-0.71/pkg-message	Wed Sep  3 09:09:05 2003
+++ pkg-message	Wed Feb 18 13:47:49 2004
@@ -1,19 +1,28 @@
-
-To run hotwayd you need to add it to inetd.conf.
-To use the standard pop3 port for hotwayd, add the following
-line to /etc/inetd.conf:
+hotwayd and hotsmtpd need to 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
 
-You may also specify an arbitrary port for hotwayd.  Define it
-in /etc/services, and then use a line like this in /etc/inetd.conf:
+Alternatively, you may specify arbitrary ports for hotwayd and hotsmtpd.
+Define them in /etc/services, and then add lines like thke 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.:
 
 killall -HUP inetd
 
-You can now use fetchmail or any pop3 mail client to read your e-mail.
-The POP username should be your full hotmail or msn e-mail address,
-and the password is your hotmail/msn password.
+You can now use fetchmail or any pop3 mail client to receive your
+hotmail (or similar) e-mail. The username should be your full e-mail
+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
+documentation in ${PREFIX}/share/doc/hotwayd.
--- pkg-message.patch ends here ---
How-To-Repeat: 	n/a
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-21 09:26:22 UTC
State Changed
From-To: open->closed

Committed, thanks.