pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/profanity



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 15 20:01:14 UTC 2022

Modified Files:
        pkgsrc/chat/profanity: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/profanity/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/profanity/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/profanity/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/profanity/Makefile
diff -u pkgsrc/chat/profanity/Makefile:1.14 pkgsrc/chat/profanity/Makefile:1.15
--- pkgsrc/chat/profanity/Makefile:1.14 Mon Apr 18 19:10:31 2022
+++ pkgsrc/chat/profanity/Makefile      Sun May 15 20:01:14 2022
@@ -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 @@ HOMEPAGE=   https://profanity-im.github.io
 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-python-plugins
 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

Index: pkgsrc/chat/profanity/PLIST
diff -u pkgsrc/chat/profanity/PLIST:1.2 pkgsrc/chat/profanity/PLIST:1.3
--- pkgsrc/chat/profanity/PLIST:1.2     Fri Mar  4 09:16:05 2022
+++ pkgsrc/chat/profanity/PLIST Sun May 15 20:01:14 2022
@@ -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-cmd.1
 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-log.1
 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-privileges.1
 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
 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

Index: pkgsrc/chat/profanity/distinfo
diff -u pkgsrc/chat/profanity/distinfo:1.8 pkgsrc/chat/profanity/distinfo:1.9
--- pkgsrc/chat/profanity/distinfo:1.8  Fri Mar  4 09:16:05 2022
+++ pkgsrc/chat/profanity/distinfo      Sun May 15 20:01:14 2022
@@ -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