- Update to version 0.5.3

- Pet portlint

PR:		53853
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-09-03 15:09:05 +00:00
parent 9f94b89eb8
commit 0bfcdc900e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88443
7 changed files with 5 additions and 31 deletions

View file

@ -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}

View file

@ -1 +1 @@
MD5 (hotway-0.51.tar.bz2) = b221348a725b87f915f1a215f15f5919
MD5 (hotwayd-0.5.3.tar.bz2) = 64a40da8c0a78707b7053b4aca08fc35

View file

@ -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 \

View file

@ -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>

View file

@ -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

View file

@ -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.

View file

@ -1,5 +1 @@
sbin/hotwayd
include/hotwayd.h
include/httpmail.h
include/ghttp.h
include/ghttp_constants.h