summaryrefslogtreecommitdiff
path: root/mail/hotwayd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-16 12:34:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-16 12:34:49 +0000
commita5571475dda943d72aca305687cda3960a123ecd (patch)
treef8f0d687f7d975027991d759c4df9ba20202a52d /mail/hotwayd
parento) Fix error in package list (use of rm). (diff)
- Downgrade to 0.7.4
Version 0.8 have serious bugs and it doesn't appear that they will be fixed anytime soon. PR: ports/72655 Submitted by: John Nielsen <john@jnielsen.net> (maintainer)
Notes
Notes: svn path=/head/; revision=119586
Diffstat (limited to 'mail/hotwayd')
-rw-r--r--mail/hotwayd/Makefile11
-rw-r--r--mail/hotwayd/distinfo4
-rw-r--r--mail/hotwayd/pkg-descr4
-rw-r--r--mail/hotwayd/pkg-message15
-rw-r--r--mail/hotwayd/pkg-plist3
5 files changed, 14 insertions, 23 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile
index 926f1898b426..fe1323eb745c 100644
--- a/mail/hotwayd/Makefile
+++ b/mail/hotwayd/Makefile
@@ -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 @@ MASTER_SITE_SUBDIR= hotwayd
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 --git a/mail/hotwayd/distinfo b/mail/hotwayd/distinfo
index f50d1ebf5f6f..600cf0fe425f 100644
--- a/mail/hotwayd/distinfo
+++ b/mail/hotwayd/distinfo
@@ -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 --git a/mail/hotwayd/pkg-descr b/mail/hotwayd/pkg-descr
index 5087164b0479..04e2646615ed 100644
--- a/mail/hotwayd/pkg-descr
+++ b/mail/hotwayd/pkg-descr
@@ -3,8 +3,4 @@ servers such as Hotmail. The software acts as a proxy mail server, allowing
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 --git a/mail/hotwayd/pkg-message b/mail/hotwayd/pkg-message
index 94dbbcaf8cad..91f0cd024298 100644
--- a/mail/hotwayd/pkg-message
+++ b/mail/hotwayd/pkg-message
@@ -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 @@ 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
+For more detailed information see hotwayd(1) and the port
documentation in ${PREFIX}/share/doc/hotwayd.
+********************
diff --git a/mail/hotwayd/pkg-plist b/mail/hotwayd/pkg-plist
index c28d8854d1d5..5a7660257458 100644
--- a/mail/hotwayd/pkg-plist
+++ b/mail/hotwayd/pkg-plist
@@ -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%%