Hi All! Update for property to 0.5.1.
CHANGELOG 0.5.1: - Add prof.get_room_nick plugins api function - Add main.help.header theme option - Look for system TLS certificate path by default (/tls certpath) - Use service discovery to set account muc property - Allow clearing account muc and resource properties - Allow plugins to complete file paths with prof.filepath_completer_add function - Add encryption settings functions to plugins api - Allow plugins to block message sending on pre message send hooks - Bug fixes: https://github.com/boothj5/profanity/milestone/15?closed=1 Best regards, Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/net/profanity/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 29 Nov 2016 22:26:57 -0000 1.4 +++ Makefile 5 Feb 2017 19:27:14 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2016/11/29 22:26:57 tb Exp $ COMMENT = console based XMPP client -DISTNAME = profanity-0.5.0 +DISTNAME = profanity-0.5.1 CATEGORIES = net HOMEPAGE = http://www.profanity.im/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/profanity/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 29 Nov 2016 22:26:57 -0000 1.2 +++ distinfo 5 Feb 2017 19:27:14 -0000 @@ -1,2 +1,2 @@ -SHA256 (profanity-0.5.0.tar.gz) = eDvoqm6rcZL8IR8ArawTayHlgOpS2cBxKDEqlgmTlmg= -SIZE (profanity-0.5.0.tar.gz) = 687169 +SHA256 (profanity-0.5.1.tar.gz) = 41E3E+dOwzY/vbrCkZvcF+JJmIeAzFpFidFCWAen/rg= +SIZE (profanity-0.5.1.tar.gz) = 691508 Index: patches/patch-tests_unittests_tools_stub_http_upload_c =================================================================== RCS file: /cvs/ports/net/profanity/patches/patch-tests_unittests_tools_stub_http_upload_c,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-tests_unittests_tools_stub_http_upload_c --- patches/patch-tests_unittests_tools_stub_http_upload_c 29 Nov 2016 22:26:57 -0000 1.1 +++ patches/patch-tests_unittests_tools_stub_http_upload_c 5 Feb 2017 19:27:14 -0000 @@ -2,9 +2,9 @@ $OpenBSD: patch-tests_unittests_tools_st fix missing include ---- tests/unittests/tools/stub_http_upload.c.orig Wed Sep 28 22:32:21 2016 -+++ tests/unittests/tools/stub_http_upload.c Wed Sep 28 22:33:12 2016 -@@ -37,6 +37,8 @@ +--- tests/unittests/tools/stub_http_upload.c.orig Sat Jan 28 22:10:04 2017 ++++ tests/unittests/tools/stub_http_upload.c Sun Feb 5 20:17:59 2017 +@@ -3,6 +3,8 @@ #include <curl/curl.h>
