diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 1fcb096b4825..31ba21815492 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,50 +1,51 @@ # Created by: Matthias Andree PORTNAME= cone -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.5 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= ports@FreeBSD.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL LIB_DEPENDS= libaspell.so:textproc/aspell \ libidn.so:dns/libidn \ - libcourier-unicode.so:devel/courier-unicode + libcourier-unicode.so:devel/courier-unicode \ + libldap_r.so:net/openldap24-client + BUILD_DEPENDS= gpgv:security/gnupg1 RUN_DEPENDS= gpgv:security/gnupg1 USES= compiler:c++11-lang fam gettext gmake gnome iconv \ localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \ tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} \ --with-notice=unicode SHEBANG_FILES= sysconftool USE_GNOME= libxml2 INSTALL_TARGET= install-strip CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leaf @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mailtool @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cone ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${STAGEDIR}${PREFIX}/sbin/cone-sysconftool @${RM} ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .include diff --git a/mail/cone/distinfo b/mail/cone/distinfo index a37292d6696f..49cbf209e59c 100644 --- a/mail/cone/distinfo +++ b/mail/cone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603844375 -SHA256 (cone-1.1.tar.bz2) = 7ed5f50e65420063621ab4c7127ae9177944655490e98c5b3f202c57e715d3f0 -SIZE (cone-1.1.tar.bz2) = 4017709 +TIMESTAMP = 1642453385 +SHA256 (cone-1.5.tar.bz2) = 0930bbc0e61a39165dbf8c87d697999763cd70b8b561515926565768e16230a9 +SIZE (cone-1.5.tar.bz2) = 3951782 diff --git a/mail/cone/files/patch-c++ b/mail/cone/files/patch-c++ deleted file mode 100644 index 392cdd31cc11..000000000000 --- a/mail/cone/files/patch-c++ +++ /dev/null @@ -1,23 +0,0 @@ -These aren't a problem for GNU C++, but clang throws an error. -The fix is from upstream (by Sam Varshavchik). - - -mi - ---- libmail/mboxadd.H 2017-03-05 20:28:33.000000000 -0500 -+++ libmail/mboxadd.H 2020-10-29 00:01:46.241648000 -0400 -@@ -29,5 +29,5 @@ - FILE *fp; - -- ptr mboxAccount; -+ mail::ptr mboxAccount; - - void reportProgress(size_t bytesCompleted, ---- libmail/smtpfolder.H 2017-03-05 20:28:33.000000000 -0500 -+++ libmail/smtpfolder.H 2020-10-29 00:09:19.515780000 -0400 -@@ -85,5 +85,5 @@ - class smtpAddMessage : public addMessage { - -- ptr myServer; -+ mail::ptr myServer; - smtpInfo myInfo; - mail::callback &myCallback; diff --git a/mail/cone/files/patch-libmail_envelope.H b/mail/cone/files/patch-libmail_envelope.H deleted file mode 100644 index 1f8c755d97a1..000000000000 --- a/mail/cone/files/patch-libmail_envelope.H +++ /dev/null @@ -1,10 +0,0 @@ ---- libmail/envelope.H 2014-01-06 19:37:10 UTC -+++ libmail/envelope.H -@@ -8,6 +8,7 @@ - - #include - #include -+#include - - #include "namespace.H" -