Index: head/mail/libetpan/Makefile =================================================================== --- head/mail/libetpan/Makefile (revision 491047) +++ head/mail/libetpan/Makefile (revision 491048) @@ -1,50 +1,46 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libetpan -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.3 CATEGORIES= mail ipv6 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mail framework for C language LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libsasl2.so:security/cyrus-sasl2 +USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip - -USES= autoreconf compiler:c++11-lang gmake iconv libtool localbase USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= dinhviethoa PORTDOCS= AUTHORS ChangeLog NEWS +USE_GITHUB= yes +GH_ACCOUNT= dinhviethoa + OPTIONS_DEFINE= DOCS IPV6 OPTIONS_SINGLE= CRYPTO OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error - IPV6_CONFIGURE_ENABLE= ipv6 - OPENSSL_CONFIGURE_WITH= openssl="${OPENSSLBASE}" OPENSSL_USES= ssl -pre-configure: - @(cd ${WRKSRC} && ${LN} -s README.md README) - do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/libetpan/distinfo =================================================================== --- head/mail/libetpan/distinfo (revision 491047) +++ head/mail/libetpan/distinfo (revision 491048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537145990 -SHA256 (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = f5e354ccf1014c6ee313ade1009b8a82f28043d2504655e388bb4c1328700fcd -SIZE (dinhviethoa-libetpan-1.9.1_GH0.tar.gz) = 6189971 +TIMESTAMP = 1548252591 +SHA256 (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87 +SIZE (dinhviethoa-libetpan-1.9.3_GH0.tar.gz) = 5000049 Index: head/mail/libetpan/files/patch-src-low-level-feed-newsfeed.c =================================================================== --- head/mail/libetpan/files/patch-src-low-level-feed-newsfeed.c (revision 491047) +++ head/mail/libetpan/files/patch-src-low-level-feed-newsfeed.c (nonexistent) @@ -1,12 +0,0 @@ ---- src/low-level/feed/newsfeed.c.orig 2018-09-12 11:54:16 UTC -+++ src/low-level/feed/newsfeed.c -@@ -535,7 +535,9 @@ static int curl_error_convert(int curl_r - case CURLE_SSL_ENGINE_SETFAILED: - case CURLE_SSL_CERTPROBLEM: - case CURLE_SSL_CIPHER: -+#if LIBCURL_VERSION_NUM < 0x073e00 - case CURLE_SSL_CACERT: -+#endif - case CURLE_FTP_SSL_FAILED: - case CURLE_SSL_ENGINE_INITFAILED: - return NEWSFEED_ERROR_SSL; Property changes on: head/mail/libetpan/files/patch-src-low-level-feed-newsfeed.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/libetpan/pkg-plist =================================================================== --- head/mail/libetpan/pkg-plist (revision 491047) +++ head/mail/libetpan/pkg-plist (revision 491048) @@ -1,169 +1,170 @@ bin/libetpan-config include/libetpan.h include/libetpan/acl.h include/libetpan/acl_types.h include/libetpan/annotatemore.h include/libetpan/annotatemore_types.h include/libetpan/carray.h include/libetpan/charconv.h include/libetpan/chash.h +include/libetpan/clientid.h include/libetpan/clist.h include/libetpan/condstore.h include/libetpan/condstore_types.h include/libetpan/data_message_driver.h include/libetpan/dbdriver.h include/libetpan/dbdriver_message.h include/libetpan/dbdriver_types.h include/libetpan/dbstorage.h include/libetpan/enable.h include/libetpan/feeddriver.h include/libetpan/feeddriver_message.h include/libetpan/feeddriver_types.h include/libetpan/feedstorage.h include/libetpan/generic_cache_types.h include/libetpan/hotmailstorage.h include/libetpan/idle.h include/libetpan/imapdriver.h include/libetpan/imapdriver_cached.h include/libetpan/imapdriver_cached_message.h include/libetpan/imapdriver_message.h include/libetpan/imapdriver_tools.h include/libetpan/imapdriver_tools_private.h include/libetpan/imapdriver_types.h include/libetpan/imapstorage.h include/libetpan/libetpan-config.h include/libetpan/libetpan.h include/libetpan/libetpan_version.h include/libetpan/mail.h include/libetpan/maildir.h include/libetpan/maildir_types.h include/libetpan/maildirdriver.h include/libetpan/maildirdriver_cached.h include/libetpan/maildirdriver_cached_message.h include/libetpan/maildirdriver_message.h include/libetpan/maildirdriver_types.h include/libetpan/maildirstorage.h include/libetpan/maildriver.h include/libetpan/maildriver_errors.h include/libetpan/maildriver_types.h include/libetpan/maildriver_types_helper.h include/libetpan/mailengine.h include/libetpan/mailfolder.h include/libetpan/mailimap.h include/libetpan/mailimap_compress.h include/libetpan/mailimap_extension.h include/libetpan/mailimap_extension_types.h include/libetpan/mailimap_helper.h include/libetpan/mailimap_id.h include/libetpan/mailimap_id_types.h include/libetpan/mailimap_oauth2.h include/libetpan/mailimap_socket.h include/libetpan/mailimap_sort.h include/libetpan/mailimap_sort_types.h include/libetpan/mailimap_ssl.h include/libetpan/mailimap_types.h include/libetpan/mailimap_types_helper.h include/libetpan/mailimf.h include/libetpan/mailimf_types.h include/libetpan/mailimf_types_helper.h include/libetpan/mailimf_write_file.h include/libetpan/mailimf_write_generic.h include/libetpan/mailimf_write_mem.h include/libetpan/maillock.h include/libetpan/mailmbox.h include/libetpan/mailmbox_types.h include/libetpan/mailmessage.h include/libetpan/mailmessage_types.h include/libetpan/mailmh.h include/libetpan/mailmime.h include/libetpan/mailmime_content.h include/libetpan/mailmime_decode.h include/libetpan/mailmime_disposition.h include/libetpan/mailmime_types.h include/libetpan/mailmime_types_helper.h include/libetpan/mailmime_write_file.h include/libetpan/mailmime_write_generic.h include/libetpan/mailmime_write_mem.h include/libetpan/mailpop3.h include/libetpan/mailpop3_helper.h include/libetpan/mailpop3_socket.h include/libetpan/mailpop3_ssl.h include/libetpan/mailpop3_types.h include/libetpan/mailprivacy.h include/libetpan/mailprivacy_gnupg.h include/libetpan/mailprivacy_smime.h include/libetpan/mailprivacy_tools.h include/libetpan/mailprivacy_types.h include/libetpan/mailsem.h include/libetpan/mailsmtp.h include/libetpan/mailsmtp_helper.h include/libetpan/mailsmtp_oauth2.h include/libetpan/mailsmtp_socket.h include/libetpan/mailsmtp_ssl.h include/libetpan/mailsmtp_types.h include/libetpan/mailstorage.h include/libetpan/mailstorage_types.h include/libetpan/mailstream.h include/libetpan/mailstream_cfstream.h include/libetpan/mailstream_compress.h include/libetpan/mailstream_helper.h include/libetpan/mailstream_low.h include/libetpan/mailstream_socket.h include/libetpan/mailstream_ssl.h include/libetpan/mailstream_types.h include/libetpan/mailthread.h include/libetpan/mailthread_types.h include/libetpan/mboxdriver.h include/libetpan/mboxdriver_cached.h include/libetpan/mboxdriver_cached_message.h include/libetpan/mboxdriver_message.h include/libetpan/mboxdriver_types.h include/libetpan/mboxstorage.h include/libetpan/mhdriver.h include/libetpan/mhdriver_cached.h include/libetpan/mhdriver_cached_message.h include/libetpan/mhdriver_message.h include/libetpan/mhdriver_types.h include/libetpan/mhstorage.h include/libetpan/mime_message_driver.h include/libetpan/mmapstring.h include/libetpan/namespace.h include/libetpan/namespace_parser.h include/libetpan/namespace_sender.h include/libetpan/namespace_types.h include/libetpan/newsfeed.h include/libetpan/newsfeed_item.h include/libetpan/newsfeed_item_enclosure.h include/libetpan/newsfeed_types.h include/libetpan/newsnntp.h include/libetpan/newsnntp_socket.h include/libetpan/newsnntp_ssl.h include/libetpan/newsnntp_types.h include/libetpan/nntpdriver.h include/libetpan/nntpdriver_cached.h include/libetpan/nntpdriver_cached_message.h include/libetpan/nntpdriver_message.h include/libetpan/nntpdriver_types.h include/libetpan/nntpstorage.h include/libetpan/pop3driver.h include/libetpan/pop3driver_cached.h include/libetpan/pop3driver_cached_message.h include/libetpan/pop3driver_message.h include/libetpan/pop3driver_types.h include/libetpan/pop3storage.h include/libetpan/qresync.h include/libetpan/qresync_types.h include/libetpan/quota.h include/libetpan/quota_parser.h include/libetpan/quota_sender.h include/libetpan/quota_types.h include/libetpan/uidplus.h include/libetpan/uidplus_types.h include/libetpan/xgmlabels.h include/libetpan/xgmmsgid.h include/libetpan/xgmthrid.h include/libetpan/xlist.h lib/libetpan.a lib/libetpan.so lib/libetpan.so.20 -lib/libetpan.so.20.2.0 +lib/libetpan.so.20.4.0