pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/profanity profanity: update to 0.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbf8732a0627
branches:  trunk
changeset: 379401:bbf8732a0627
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 15 20:01:14 2022 +0000

description:
profanity: update to 0.11.1

Changes:

    Fix resetting colors when loading invalid theme
    Use correct color for nick of others in history
    Fix a segfault when uploading or downloading files
    Fix logging of text chatlogs
    Simplification of tab completion code
    Add Alt/Ctrl-arrows combinations for GNU Screen
    Make all existing input functions bindable from config
    Cleanup
    Improve man pages
    Fix race condition on resize

diffstat:

 chat/profanity/Makefile |  25 +++++++++----------------
 chat/profanity/PLIST    |   6 +++++-
 chat/profanity/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 21 deletions(-)

diffs (110 lines):

diff -r 7ebe242d180e -r bbf8732a0627 chat/profanity/Makefile
--- a/chat/profanity/Makefile   Sun May 15 19:30:23 2022 +0000
+++ b/chat/profanity/Makefile   Sun May 15 20:01:14 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:31 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/15 20:01:14 nia Exp $
 
-DISTNAME=      profanity-0.11.1
-PKGREVISION=   1
+DISTNAME=      profanity-0.12.1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=profanity-im/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -11,21 +10,20 @@
 COMMENT=       Console based XMPP client inspired by irssi
 LICENSE=       gnu-gpl-v3
 
-USE_TOOLS+=    autoconf pkg-config
-
-AUTOCONF_REQD= 2.69
-
 FAKE_NCURSES=  yes
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config gmake
 
 USE_CURSES=    wide
 
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
-SUBST_FILES.python=    configure.ac
-SUBST_SED.python=      -e 's,python-config,python${PYVERSSUFFIX}-config,g'
+SUBST_FILES.python=    configure
+SUBST_SED.python=      -e 's,"python",\"python-${PYVERSSUFFIX}\",g'
+SUBST_SED.python+=     -e 's,"python-embed",\"python-${PYVERSSUFFIX}-embed\",g'
+SUBST_SED.python+=     -e 's,\"python\",\"python-${PYVERSSUFFIX}\",g'
+SUBST_SED.python+=     -e 's,\"python-embed\",\"python-${PYVERSSUFFIX}-embed\",g'
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
@@ -39,12 +37,7 @@
 CONFIGURE_ARGS+=       --enable-omemo
 
 .include "options.mk"
-
-pre-configure:
-       cd ${WRKSRC} && autoconf
-
-BUILDLINK_API_DEPENDS.libmesode+=      libmesode>=0.10.0
-.include "../../chat/libmesode/buildlink3.mk"
+.include "../../chat/libstrophe/buildlink3.mk"
 .include "../../chat/libotr/buildlink3.mk"
 .include "../../chat/libsignal-protocol-c/buildlink3.mk"
 BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.22.0
diff -r 7ebe242d180e -r bbf8732a0627 chat/profanity/PLIST
--- a/chat/profanity/PLIST      Sun May 15 19:30:23 2022 +0000
+++ b/chat/profanity/PLIST      Sun May 15 20:01:14 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/03/04 09:16:05 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/15 20:01:14 nia Exp $
 bin/profanity
 include/profapi.h
 lib/libprofanity.la
@@ -24,6 +24,7 @@
 man/man1/profanity-color.1
 man/man1/profanity-connect.1
 man/man1/profanity-console.1
+man/man1/profanity-correct-editor.1
 man/man1/profanity-correct.1
 man/man1/profanity-correction.1
 man/man1/profanity-disco.1
@@ -48,6 +49,7 @@
 man/man1/profanity-logging.1
 man/man1/profanity-mainwin.1
 man/man1/profanity-mam.1
+man/man1/profanity-mood.1
 man/man1/profanity-msg.1
 man/man1/profanity-nick.1
 man/man1/profanity-notify.1
@@ -68,6 +70,7 @@
 man/man1/profanity-quit.1
 man/man1/profanity-receipts.1
 man/man1/profanity-reconnect.1
+man/man1/profanity-register.1
 man/man1/profanity-reload.1
 man/man1/profanity-resource.1
 man/man1/profanity-role.1
@@ -122,6 +125,7 @@
 share/profanity/themes/original_bright
 share/profanity/themes/shade
 share/profanity/themes/simple
+share/profanity/themes/snikket
 share/profanity/themes/solarized-dark
 share/profanity/themes/solarized-light
 share/profanity/themes/spawn
diff -r 7ebe242d180e -r bbf8732a0627 chat/profanity/distinfo
--- a/chat/profanity/distinfo   Sun May 15 19:30:23 2022 +0000
+++ b/chat/profanity/distinfo   Sun May 15 20:01:14 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/03/04 09:16:05 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/05/15 20:01:14 nia Exp $
 
-BLAKE2s (profanity-0.11.1.tar.gz) = 4cea0de13a5a851dd1b128bf00e1a37658da48d5f7ea5507acdf93aae689de26
-SHA512 (profanity-0.11.1.tar.gz) = 8ba627c8c5390414d2afdf31f3ff82821db108f952d562529c28b23f2d1904014c683b016ddef5a4d90ae50ac5cff8e46eab31aab517bbe02042d6837af7bb2c
-Size (profanity-0.11.1.tar.gz) = 888794 bytes
+BLAKE2s (profanity-0.12.1.tar.gz) = 3b8a808a93cfc2aefd737c988acc84f44754bb908780f18bf6ac7363f9fd1f21
+SHA512 (profanity-0.12.1.tar.gz) = ca3ea92fd439336cd0bf0be42afdda464e25be85b910aef837738b8d1787ac174ac93ccee4fb2fb385228ed7be8e9bac5e96a1f89a68df162785b17d7671463f
+Size (profanity-0.12.1.tar.gz) = 895566 bytes
 SHA1 (patch-src_config_preferences.c) = 17bf3adea60a4934a655e59a48551724506e158b



Home | Main Index | Thread Index | Old Index