Index: head/mail/cone/Makefile =================================================================== --- head/mail/cone/Makefile (revision 276685) +++ head/mail/cone/Makefile (revision 276686) @@ -1,61 +1,61 @@ # ports collection Makefile for: cone # Whom: Matthias Andree # Date created: 2003-06-19 # # $FreeBSD$ # PORTNAME= cone -PORTVERSION= 0.77 +PORTVERSION= 0.89 PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ # http://www.lerctr.org/~ler/ # 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 BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS= ${BUILD_DEPENDS} USE_FAM= yes USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= libxml2 USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes USE_NCURSES= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= -C --without-db --with-certdb=${PREFIX}/share/cone/rootcerts --prefix=${PREFIX} --exec-prefix=${PREFIX} LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" MAN1= cone.1 leaf.1 mailtool.1 INSTALL_TARGET= install-strip .include CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED CPPFLAGS+= -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED post-extract: ${MKDIR} ${WRKDIR}/ncursesw ${LN} -s ${LOCALBASE}/include/ncurses/ncurses.h ${WRKDIR}/ncursesw/curses.h post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PORTNAME} POST-INSTALL ${RM} -f ${PREFIX}/share/cone/rootcerts/.0 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif .include Property changes on: head/mail/cone/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/cone/distinfo =================================================================== --- head/mail/cone/distinfo (revision 276685) +++ head/mail/cone/distinfo (revision 276686) @@ -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 Property changes on: head/mail/cone/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/mail/cone/files/patch-curses-cursesscreen.diff =================================================================== --- head/mail/cone/files/patch-curses-cursesscreen.diff (nonexistent) +++ head/mail/cone/files/patch-curses-cursesscreen.diff (revision 276686) @@ -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; + Property changes on: head/mail/cone/files/patch-curses-cursesscreen.diff ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property