Index: head/net-im/libmesode/files/patch-configure.ac =================================================================== --- head/net-im/libmesode/files/patch-configure.ac (revision 552605) +++ head/net-im/libmesode/files/patch-configure.ac (nonexistent) @@ -1,26 +0,0 @@ ---- configure.ac.orig 2016-09-17 18:34:38.000000000 +0200 -+++ configure.ac 2017-02-05 00:01:38.603627000 +0100 -@@ -18,19 +18,19 @@ - [PLATFORM="nix"]) - - PKG_CHECK_MODULES([expat], [expat >= 2.0.0], -- [PC_REQUIRES+=(expat)], -+ [PC_REQUIRES="expat ${PC_REQUIRES}"], - [AC_CHECK_HEADER([expat.h], - [ - expat_LIBS="-lexpat" -- PC_LIBS+=($expat_LIBS) -+ PC_LIBS+=${expat_LIBS} - ], - [AC_MSG_ERROR([expat not found; expat required.])] - ) - ]) - with_parser=expat - PARSER_NAME=expat --PARSER_CFLAGS=$expat_CFLAGS --PARSER_LIBS=$expat_LIBS -+PARSER_CFLAGS=${expat_CFLAGS} -+PARSER_LIBS=${expat_LIBS} - - AC_ARG_ENABLE([tls], - [AS_HELP_STRING([--disable-tls], [disable TLS support])]) Property changes on: head/net-im/libmesode/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ 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/net-im/libmesode/files/patch-src_tls__openssl.c =================================================================== --- head/net-im/libmesode/files/patch-src_tls__openssl.c (revision 552605) +++ head/net-im/libmesode/files/patch-src_tls__openssl.c (nonexistent) @@ -1,14 +0,0 @@ -Patch from: - - https://github.com/profanity-im/libmesode/commit/532ed1e9d3e71e5bea0752e03dbacd4139d750d1 - ---- src/tls_openssl.c.orig 2019-10-11 19:08:58 UTC -+++ src/tls_openssl.c -@@ -320,6 +320,7 @@ tls_t *tls_new(xmpp_conn_t *conn) - SSL_CTX_set_client_cert_cb(tls->ssl_ctx, NULL); - SSL_CTX_set_mode(tls->ssl_ctx, SSL_MODE_ENABLE_PARTIAL_WRITE); - SSL_CTX_set_verify(tls->ssl_ctx, SSL_VERIFY_PEER, verify_callback); -+ SSL_CTX_set_default_verify_paths(tls->ssl_ctx); - if (conn->tls_cert_path) { - SSL_CTX_load_verify_locations(tls->ssl_ctx, NULL, conn->tls_cert_path); - } Property changes on: head/net-im/libmesode/files/patch-src_tls__openssl.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/net-im/libmesode/Makefile =================================================================== --- head/net-im/libmesode/Makefile (revision 552605) +++ head/net-im/libmesode/Makefile (revision 552606) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= libmesode -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= net-im MAINTAINER= arved@FreeBSD.org COMMENT= Lightweight XMPP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt LIB_DEPENDS= libexpat.so:textproc/expat2 USE_GITHUB= yes GH_ACCOUNT= boothj5 USES= libtool pkgconfig autoreconf ssl GNU_CONFIGURE= yes INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_LDCONFIG= yes .include Index: head/net-im/libmesode/distinfo =================================================================== --- head/net-im/libmesode/distinfo (revision 552605) +++ head/net-im/libmesode/distinfo (revision 552606) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579952145 -SHA256 (boothj5-libmesode-0.9.3_GH0.tar.gz) = 746e0646a9176a303a07ec8ed7c443a38416acc743ed19eeddf6a89d97209ffd -SIZE (boothj5-libmesode-0.9.3_GH0.tar.gz) = 149584 +TIMESTAMP = 1602960940 +SHA256 (boothj5-libmesode-0.10.0_GH0.tar.gz) = ddf50aaaf778e039b0c00b69f40f3d51238418e09b7c674c6388fedcac48adf9 +SIZE (boothj5-libmesode-0.10.0_GH0.tar.gz) = 150609