On 1/16/2021 6:15 PM, Klemens Nanni wrote:
https://github.com/profanity-im/profanity/releases/tag/0.10.0

Version requirements taken from the changelog.

One could also emit the first python3 hunk now from the configure.ac
patch but 3.8 is more explicit so best leave it there in case multiple
python 3 versions are a problem.

Tested on amd64 with OMEMO.
Feedback? OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/profanity/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    12 Jul 2020 07:18:03 -0000      1.17
+++ Makefile    16 Jan 2021 22:15:22 -0000
@@ -1,7 +1,7 @@
  # $OpenBSD: Makefile,v 1.17 2020/07/12 07:18:03 rsadowski Exp $
COMMENT = console based XMPP client
-DISTNAME =     profanity-0.9.5
+DISTNAME =     profanity-0.10.0
  CATEGORIES =  net
HOMEPAGE = https://profanity-im.github.io/
@@ -24,11 +24,11 @@ MODULES +=  lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} -LIB_DEPENDS += databases/sqlite3 \
-               devel/glib2 \
+LIB_DEPENDS += databases/sqlite3>=3.22.0 \
+               devel/glib2>=2.62.0 \
                devel/readline \
                net/curl \
-               net/libmesode \
+               net/libmesode>=0.10.0 \
                net/libsignal-protocol-c \
                security/gpgme \
                security/libotr

The SQLite and Glib depends have been in the tree for over a year.

Reply via email to