Simple update to the latest stable version. Changelog: https://github.com/profanity-im/profanity/releases/tag/0.9.0
Remove me as maintainer, XMPP is mostly dead for me. Rafael Index: Makefile =================================================================== RCS file: /cvs/ports/net/profanity/Makefile,v retrieving revision 1.13 diff -u -p -u -p -r1.13 Makefile --- Makefile 10 Feb 2020 05:56:59 -0000 1.13 +++ Makefile 11 Jun 2020 04:53:58 -0000 @@ -1,11 +1,12 @@ # $OpenBSD: Makefile,v 1.13 2020/02/10 05:56:59 rsadowski Exp $ COMMENT = console based XMPP client -DISTNAME = profanity-0.8.1 +DISTNAME = profanity-0.9.0 CATEGORIES = net HOMEPAGE = https://profanity-im.github.io/ -MAINTAINER = Rafael Sadowski <rsadow...@openbsd.org> + +SHARED_LIBS += profanity 0.0 # 0.0 # GPLv3+ PERMIT_PACKAGE = Yes @@ -15,13 +16,14 @@ MASTER_SITES = https://profanity-im.gith WANTLIB += assuan c crypto curl curses ereadline expat ffi gcrypt WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error WANTLIB += gpgme iconv intl m mesode nghttp2 otr pcre pthread -WANTLIB += signal-protocol-c ssl util z ${MODPY_WANTLIB} +WANTLIB += ${MODPY_WANTLIB} signal-protocol-c sqlite3 ssl util z MODULES += lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} -LIB_DEPENDS += devel/glib2 \ +LIB_DEPENDS += databases/sqlite3 \ + devel/glib2 \ devel/readline \ net/curl \ net/libmesode \ Index: distinfo =================================================================== RCS file: /cvs/ports/net/profanity/distinfo,v retrieving revision 1.7 diff -u -p -u -p -r1.7 distinfo --- distinfo 10 Feb 2020 05:56:59 -0000 1.7 +++ distinfo 11 Jun 2020 04:53:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (profanity-0.8.1.tar.gz) = a3/x8PG1TtOlXvzkAjfbd1/pR1ryduXk7TQukaPo2Zc= -SIZE (profanity-0.8.1.tar.gz) = 809405 +SHA256 (profanity-0.9.0.tar.gz) = sq93MqdTXUbfccMjGc0Elds9HyutlnGbSN0/MieT6LA= +SIZE (profanity-0.9.0.tar.gz) = 830056 Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/net/profanity/patches/patch-configure_ac,v retrieving revision 1.4 diff -u -p -u -p -r1.4 patch-configure_ac --- patches/patch-configure_ac 13 Sep 2019 09:04:05 -0000 1.4 +++ patches/patch-configure_ac 11 Jun 2020 04:53:58 -0000 @@ -12,7 +12,7 @@ Index: configure.ac if test "$PYTHON_CONFIG_EXISTS" == "yes"; then AX_PYTHON_DEVEL AM_CONDITIONAL([BUILD_PYTHON_API], [true]) -@@ -188,10 +188,10 @@ AS_IF([test "x$PLATFORM" = xosx], +@@ -214,10 +214,10 @@ AS_IF([test "x$PLATFORM" = xosx], [AC_MSG_ERROR([libreadline is required for profanity])])], [test "x$PLATFORM" = xopenbsd], Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/profanity/pkg/PLIST,v retrieving revision 1.4 diff -u -p -u -p -r1.4 PLIST --- pkg/PLIST 10 Feb 2020 05:56:59 -0000 1.4 +++ pkg/PLIST 11 Jun 2020 04:53:58 -0000 @@ -1,5 +1,9 @@ @comment $OpenBSD: PLIST,v 1.4 2020/02/10 05:56:59 rsadowski Exp $ @bin bin/profanity +include/profapi.h +@static-lib lib/libprofanity.a +lib/libprofanity.la +@lib lib/libprofanity.so.${LIBprofanity_VERSION} @man man/man1/profanity.1 share/examples/profanity/ share/examples/profanity/profrc.example @@ -20,6 +24,7 @@ share/profanity/themes/gruvbox share/profanity/themes/hacker share/profanity/themes/headache share/profanity/themes/joker +share/profanity/themes/jubalian share/profanity/themes/mono share/profanity/themes/orange share/profanity/themes/original