pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/converse.js



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar 15 08:04:00 UTC 2025

Modified Files:
        pkgsrc/chat/converse.js: DESCR Makefile

Log Message:
converse.js: shorten DESCR, simplify MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/converse.js/DESCR \
    pkgsrc/chat/converse.js/Makefile

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

Modified files:

Index: pkgsrc/chat/converse.js/DESCR
diff -u pkgsrc/chat/converse.js/DESCR:1.1 pkgsrc/chat/converse.js/DESCR:1.2
--- pkgsrc/chat/converse.js/DESCR:1.1   Sat Mar 15 01:09:02 2025
+++ pkgsrc/chat/converse.js/DESCR       Sat Mar 15 08:04:00 2025
@@ -1,22 +1,9 @@
-
-What is Converse?
 Converse is a free and open-source XMPP chat client that runs in
 a web browser.
 
-Converse is easy to set up
-You can use it here, host it yourself, or integrate it into your
-own website. It's possible to connect to any publically accessible
-XMPP/Jabber server. Take a look at the demo page for other examples
-of how Converse can be configured and used.
-
-Need an XMPP/Jabber account?
-No problem! With Converse you can register an account on any public
-XMPP server that allows in-band registration, including our own at
-conversejs.org.
-
-Converse is a community
-Over 130 people have contributed features, bugfixes and translations,
-and many more have integrated it into their own websites or
-applications.
+Converse is easy to set up - you can use it on conversejs.org, host
+it yourself, or integrate it into your own website. It's possible
+to connect to any publically accessible XMPP/Jabber server.
 
-Come and chat with us at discuss%conference.conversejs.org@localhost.
+With Converse you can register an account on any public XMPP server
+that allows in-band registration, including our own at conversejs.org.
Index: pkgsrc/chat/converse.js/Makefile
diff -u pkgsrc/chat/converse.js/Makefile:1.1 pkgsrc/chat/converse.js/Makefile:1.2
--- pkgsrc/chat/converse.js/Makefile:1.1        Sat Mar 15 01:09:02 2025
+++ pkgsrc/chat/converse.js/Makefile    Sat Mar 15 08:04:00 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2025/03/15 01:09:02 manu Exp $
+# $NetBSD: Makefile,v 1.2 2025/03/15 08:04:00 wiz Exp $
 
 DISTNAME=      converse.js-10.1.8
 CATEGORIES=    chat
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=conversejs/converse.js/releases/download/v10.1.8/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=conversejs/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index