diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 15:09:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-03 15:09:05 +0000 |
commit | 0bfcdc900e1b401b8154de9785da84d1d7106481 (patch) | |
tree | a5ae4a57f0f6ebd44c5be4dd9c8f4e4cb9b643bd /mail/hotwayd | |
parent | 9f94b89eb8e050cc6cf0c94fa04d3e8d15a1abaf (diff) | |
download | ports-0bfcdc900e1b401b8154de9785da84d1d7106481.tar.gz ports-0bfcdc900e1b401b8154de9785da84d1d7106481.zip |
Notes
Diffstat (limited to 'mail/hotwayd')
-rw-r--r-- | mail/hotwayd/Makefile | 6 | ||||
-rw-r--r-- | mail/hotwayd/distinfo | 2 | ||||
-rw-r--r-- | mail/hotwayd/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | mail/hotwayd/files/patch-inet.c | 10 | ||||
-rw-r--r-- | mail/hotwayd/pkg-descr | 2 | ||||
-rw-r--r-- | mail/hotwayd/pkg-message | 1 | ||||
-rw-r--r-- | mail/hotwayd/pkg-plist | 4 |
7 files changed, 5 insertions, 31 deletions
diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index c0f36113f5dd..92733761fb29 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -6,12 +6,10 @@ # PORTNAME= hotwayd -PORTVERSION= 0.51 +PORTVERSION= 0.5.3 CATEGORIES= mail -#MASTER_SITES= http://people.freenet.de/courierdave/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hotwayd -DISTNAME= hotway-0.51 MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway @@ -23,6 +21,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAN1= hotwayd.1 + post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/hotwayd/distinfo b/mail/hotwayd/distinfo index 8e244c78fd22..e8d5b706eecf 100644 --- a/mail/hotwayd/distinfo +++ b/mail/hotwayd/distinfo @@ -1 +1 @@ -MD5 (hotway-0.51.tar.bz2) = b221348a725b87f915f1a215f15f5919 +MD5 (hotwayd-0.5.3.tar.bz2) = 64a40da8c0a78707b7053b4aca08fc35 diff --git a/mail/hotwayd/files/patch-Makefile.in b/mail/hotwayd/files/patch-Makefile.in deleted file mode 100644 index e072833ed6e3..000000000000 --- a/mail/hotwayd/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Oct 29 08:13:59 2002 -+++ Makefile.in Tue Oct 29 08:14:43 2002 -@@ -101,7 +101,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = -L ${LOCALBASE}/lib -lm -lz -lxml2 -liconv - hotwayd_OBJECTS = hotwayd.o commands.o xmlstuff.o inet.o - hotwayd_DEPENDENCIES = libghttp-1.0.9-mod/ghttp.c \ - libghttp-1.0.9-mod/http_date.c libghttp-1.0.9-mod/http_hdrs.c \ diff --git a/mail/hotwayd/files/patch-inet.c b/mail/hotwayd/files/patch-inet.c deleted file mode 100644 index c4bb1ba9c580..000000000000 --- a/mail/hotwayd/files/patch-inet.c +++ /dev/null @@ -1,10 +0,0 @@ ---- inet.c.orig Tue Oct 29 08:09:14 2002 -+++ inet.c Tue Oct 29 08:09:27 2002 -@@ -24,6 +24,7 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <stdlib.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - diff --git a/mail/hotwayd/pkg-descr b/mail/hotwayd/pkg-descr index 35d5cf48fd2e..99726d32545f 100644 --- a/mail/hotwayd/pkg-descr +++ b/mail/hotwayd/pkg-descr @@ -3,4 +3,4 @@ Microsoft's Hotmail servers. The software acts as a proxy mail server, allowing you to access hotmail and MSN accounts using a standard POP3 mail client. -WWW: http://people.freenet.de/courierdave +WWW: http://hotwayd.sourceforge.net diff --git a/mail/hotwayd/pkg-message b/mail/hotwayd/pkg-message index 3358560068e0..500a3d127ea2 100644 --- a/mail/hotwayd/pkg-message +++ b/mail/hotwayd/pkg-message @@ -17,4 +17,3 @@ 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. - diff --git a/mail/hotwayd/pkg-plist b/mail/hotwayd/pkg-plist index e57508da8503..ace5e2c6fe87 100644 --- a/mail/hotwayd/pkg-plist +++ b/mail/hotwayd/pkg-plist @@ -1,5 +1 @@ sbin/hotwayd -include/hotwayd.h -include/httpmail.h -include/ghttp.h -include/ghttp_constants.h |