- Update to 0.89
- Pass maintainership to submitter - Consult changelog for specific changes PR: ports/158355 Submitted by: Uffe Jakobsen <uffe@uffe.org> Approved by: Larry Rosenman <ler@lerctr.org>
This commit is contained in:
parent
4b841686ec
commit
b7a883763b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276686
3 changed files with 17 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= cone
|
||||
PORTVERSION= 0.77
|
||||
PORTVERSION= 0.89
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
# This is for beta versions, leave it in please:
|
||||
|
@ -15,7 +15,7 @@ CATEGORIES= mail
|
|||
# This is for release versions, leave it in please:
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ler@lerctr.org
|
||||
MAINTAINER= uffe@uffe.org
|
||||
COMMENT= Console based mail client with POP3/IMAP/SMAP support
|
||||
|
||||
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (cone-0.77.tar.bz2) = ab277a293ec29ea6a9bc4c3e9e83f818
|
||||
SHA256 (cone-0.77.tar.bz2) = f2b022222feea1bccb400c4715be7d0b6d8031e1372b1988e8917fddb80307f0
|
||||
SIZE (cone-0.77.tar.bz2) = 4141280
|
||||
SHA256 (cone-0.89.tar.bz2) = 71678cb2a95cd02ce2c734549dee9c542e29c3a29c376b64884022febb0d3fba
|
||||
SIZE (cone-0.89.tar.bz2) = 3794802
|
||||
|
|
13
mail/cone/files/patch-curses-cursesscreen.diff
Normal file
13
mail/cone/files/patch-curses-cursesscreen.diff
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- curses/cursesscreen.C.orig 2011-04-04 11:58:28.000000000 +0000
|
||||
+++ curses/cursesscreen.C 2011-06-27 19:41:38.000000000 +0000
|
||||
@@ -73,7 +73,9 @@
|
||||
while (input_buf.size() > 0)
|
||||
{
|
||||
|
||||
- char *inbuf=&input_buf[0], *outbuf=&winput_buf[winput_cnt];
|
||||
+ //char *inbuf=&input_buf[0], *outbuf=&winput_buf[winput_cnt];
|
||||
+ const char *inbuf=&input_buf[0];
|
||||
+ char *outbuf=&winput_buf[winput_cnt];
|
||||
size_t inbytesleft=input_buf.size(),
|
||||
outbytesleft=winput_buf.size()-winput_cnt;
|
||||
|
Loading…
Reference in a new issue