diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-08-04 20:41:04 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-08-04 20:41:04 +0000 |
commit | 90413828609100e776e0a29720fce4820befed2b (patch) | |
tree | e7359c823e298b602b2abe68655799c115cd0fbc /mail | |
parent | 6153e1ab4af6e331c3165905ff515df2cfb95c96 (diff) | |
download | ports-90413828609100e776e0a29720fce4820befed2b.tar.gz ports-90413828609100e776e0a29720fce4820befed2b.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmpop3/Makefile | 1 | ||||
-rw-r--r-- | mail/wmpop3/files/patch-ab | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/mail/wmpop3/Makefile b/mail/wmpop3/Makefile index aed0cd1edc75..7f13fad1a73e 100644 --- a/mail/wmpop3/Makefile +++ b/mail/wmpop3/Makefile @@ -7,6 +7,7 @@ PORTNAME= wmpop3 PORTVERSION= 0.5.6a +PORTREVISION= 1 CATEGORIES= mail windowmaker MASTER_SITES= http://www.cs.mun.ca/~scotth/download/ DISTFILES= WMPop3-${PORTVERSION}.tar.gz diff --git a/mail/wmpop3/files/patch-ab b/mail/wmpop3/files/patch-ab new file mode 100644 index 000000000000..177071a9d7c9 --- /dev/null +++ b/mail/wmpop3/files/patch-ab @@ -0,0 +1,15 @@ +--- Pop3Client.c.orig Sat Mar 2 13:18:27 2002 ++++ Pop3Client.c Sat Mar 2 13:23:11 2002 +@@ -153,7 +153,12 @@ + + if( temp[0] != '+' ){ + perror("Error Reciving Stats"); ++ perror("This pop3 server dose not support LAST command."); ++ perror("I use 0 instread of the unkown result."); ++ pc->numOfUnreadMessages = pc->numOfMessages; ++/* + return -1; ++*/ + } + return 1; + |