Hello ports, This is a simple update to 0.9.3, with some bug fixes since 0.9.0.
* Make legacy auth optional (0.9.1) * Dont manipulate pointer from getenv (0.9.2) * Fix reading/writing linked files (0.9.2) * Use gnu99 C standard (0.9.2) * Fix expansion in eval_password (0.9.3) While there, take maintainership. Rafael asked privately to do it in the past and was my intention after 0.9.0 release, but he beated me to send the patch. ^^ -Lucas
Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/profanity/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 18 Jun 2020 20:44:16 -0000 1.14 +++ Makefile 25 Jun 2020 02:45:27 -0000 @@ -1,10 +1,12 @@ # $OpenBSD: Makefile,v 1.14 2020/06/18 20:44:16 rsadowski Exp $ COMMENT = console based XMPP client -DISTNAME = profanity-0.9.0 +DISTNAME = profanity-0.9.3 CATEGORIES = net HOMEPAGE = https://profanity-im.github.io/ + +MAINTAINER = Lucas <lu...@sexy.is> SHARED_LIBS += profanity 0.0 # 0.0 Index: distinfo =================================================================== RCS file: /home/cvs/ports/net/profanity/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 18 Jun 2020 20:44:16 -0000 1.8 +++ distinfo 21 Jun 2020 15:51:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (profanity-0.9.0.tar.gz) = sq93MqdTXUbfccMjGc0Elds9HyutlnGbSN0/MieT6LA= -SIZE (profanity-0.9.0.tar.gz) = 830056 +SHA256 (profanity-0.9.3.tar.gz) = dWcNrIdm5MktETxsyZ9PiL3NFS5ZpPAIuM0180cDGck= +SIZE (profanity-0.9.3.tar.gz) = 830781