From b7a883763be0351bc03ebf9408f1dfdf3d34fdc5 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 29 Jun 2011 20:24:10 +0000 Subject: [PATCH] - Update to 0.89 - Pass maintainership to submitter - Consult changelog for specific changes PR: ports/158355 Submitted by: Uffe Jakobsen Approved by: Larry Rosenman --- mail/cone/Makefile | 4 ++-- mail/cone/distinfo | 5 ++--- mail/cone/files/patch-curses-cursesscreen.diff | 13 +++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 mail/cone/files/patch-curses-cursesscreen.diff diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 0952fd85ab4c..b5ba143accd0 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -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 diff --git a/mail/cone/distinfo b/mail/cone/distinfo index 62bb88f3b0e8..21cdcb69b986 100644 --- a/mail/cone/distinfo +++ b/mail/cone/distinfo @@ -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 diff --git a/mail/cone/files/patch-curses-cursesscreen.diff b/mail/cone/files/patch-curses-cursesscreen.diff new file mode 100644 index 000000000000..a85fc2ca4cd2 --- /dev/null +++ b/mail/cone/files/patch-curses-cursesscreen.diff @@ -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; +