Rafael Sadowski <[email protected]> wrote:
> Simple update to the latest stable version 0.8.0. Changelog:
> 
> https://profanity-im.github.io/blog/post/release-080/

0.8.1 was released on 07 February ^^

Changes:

 * Fix ending ncurses colors in rosterwin
 * Fix segfault when consistent nick colors where never in config
   (#1236)
 * Improve /clear behaviour to also clear the buffer. So a redraw
   doesn't bring the content back.
 * Use unique IDs in stanzas when requesting avatars

Also, between 0.7.1 and 0.8.0, --enable-icons was renamed, resulting in
it being autodetected, which probably is the responsible for pulling in
all those X libs in WANTLIB. Patch below also fixes that, and disables
desktop notifications at compile time, too.

BTW, why was www/nghttp2 added to LIB_DEPEND? Is it for bringing HTTP/2
support to libcurl?

Tested and works on amd64. clematis also slightly tested this 0.8.1 and
helped me resolve an issue related to bump in libgpg-error. <3

-Lucas

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/profanity/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    2 Oct 2019 17:34:33 -0000       1.12
+++ Makefile    8 Feb 2020 23:12:30 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.12 2019/10/02 17:34:33 rsadowski Exp $
 
 COMMENT =      console based XMPP client
-DISTNAME =     profanity-0.7.1
+DISTNAME =     profanity-0.8.1
 CATEGORIES =   net
 
 HOMEPAGE =     https://profanity-im.github.io/
@@ -27,7 +27,8 @@ LIB_DEPENDS +=        devel/glib2 \
                net/libmesode \
                net/libsignal-protocol-c \
                security/gpgme \
-               security/libotr
+               security/libotr \
+               www/nghttp2
 
 # Only needed for tests, but cannot be a TEST_DEPENDS.
 # Check must be present at build time for tests to work.
@@ -41,7 +42,8 @@ CONFIGURE_ENV =       CPPFLAGS="-I${LOCALBASE}
                LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 CONFIGURE_ARGS +=      --with-xscreensaver=no \
-                       --enable-icons=no \
+                       --enable-icons-and-clipboard=no \
+                       --enable-notifications=no \
                        --enable-plugins=yes \
                        --enable-omemo=yes \
                        --enable-otr=yes
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/net/profanity/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    2 Oct 2019 17:34:33 -0000       1.6
+++ distinfo    8 Feb 2020 22:30:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (profanity-0.7.1.tar.gz) = P+RClI/y7iWGgcOBLoeNORedz5LhxnvI/g74iWRAsFs=
-SIZE (profanity-0.7.1.tar.gz) = 788754
+SHA256 (profanity-0.8.1.tar.gz) = a3/x8PG1TtOlXvzkAjfbd1/pR1ryduXk7TQukaPo2Zc=
+SIZE (profanity-0.8.1.tar.gz) = 809405
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/net/profanity/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   3 Mar 2019 19:40:04 -0000       1.3
+++ pkg/PLIST   8 Feb 2020 23:06:58 -0000
@@ -16,6 +16,7 @@ share/profanity/themes/boothj5_laptop
 share/profanity/themes/boothj5_slack
 share/profanity/themes/complex
 share/profanity/themes/forest
+share/profanity/themes/gruvbox
 share/profanity/themes/hacker
 share/profanity/themes/headache
 share/profanity/themes/joker
@@ -25,5 +26,7 @@ share/profanity/themes/original
 share/profanity/themes/original_bright
 share/profanity/themes/shade
 share/profanity/themes/simple
+share/profanity/themes/solarized-dark
+share/profanity/themes/solarized-light
 share/profanity/themes/spawn
 share/profanity/themes/whiteness

Reply via email to