diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/dino/Makefile | 2 | ||||
-rw-r--r-- | net-im/folks/Makefile | 1 | ||||
-rw-r--r-- | net-im/gajim/Makefile | 50 | ||||
-rw-r--r-- | net-im/gajim/distinfo | 6 | ||||
-rw-r--r-- | net-im/libaccounts-glib/Makefile | 1 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/linux-discord/Makefile | 2 | ||||
-rw-r--r-- | net-im/linux-discord/distinfo | 6 | ||||
-rw-r--r-- | net-im/mcabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin-twitter/Makefile | 2 | ||||
-rw-r--r-- | net-im/profanity/Makefile | 4 | ||||
-rw-r--r-- | net-im/profanity/files/patch-src_pgp_gpg.c | 15 | ||||
-rw-r--r-- | net-im/py-nbxmpp/Makefile | 15 | ||||
-rw-r--r-- | net-im/py-nbxmpp/distinfo | 6 | ||||
-rw-r--r-- | net-im/signal-desktop/Makefile | 1 | ||||
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 4 | ||||
-rw-r--r-- | net-im/telepathy-logger/Makefile | 2 | ||||
-rw-r--r-- | net-im/toot/Makefile | 14 | ||||
-rw-r--r-- | net-im/toot/distinfo | 6 | ||||
-rw-r--r-- | net-im/tuba/Makefile | 2 |
21 files changed, 93 insertions, 52 deletions
diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index 8a6651829aa0..11a49f080a2c 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -1,7 +1,7 @@ PORTNAME= dino DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= ashish@FreeBSD.org diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index ee7195628db0..a87d1ab0022a 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,5 +1,6 @@ PORTNAME= folks PORTVERSION= 0.15.9 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile index 2eb509b54755..fe0ce76bfebb 100644 --- a/net-im/gajim/Makefile +++ b/net-im/gajim/Makefile @@ -1,6 +1,5 @@ PORTNAME= gajim -DISTVERSION= 2.0.2 -PORTREVISION= 1 +DISTVERSION= 2.2.0 CATEGORIES= net-im MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/ @@ -14,35 +13,48 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} \ +LIB_DEPENDS= libgsound.so:audio/gsound \ + libsoup-3.0.so:devel/libsoup3 \ + libspelling-1.so:x11-toolkits/libspelling +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.16.0:graphics/py-cairo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/py-css-parser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}emoji>=2.6.0:misc/py-emoji@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nbxmpp>=1.0.2:net-im/py-nbxmpp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nbxmpp>=6.2.0<7.0.0:net-im/py-nbxmpp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}omemo-dr>=1.0.0:security/py-omemo-dr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PY_PILLOW} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=9.1.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}omemo-dr>0:security/py-omemo-dr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}emoji>0:misc/py-emoji@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR} -LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ - libspelling-1.so:x11-toolkits/libspelling \ - libgsound.so:audio/gsound + ${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=2.0.0:databases/py-sqlalchemy20@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + pango>0:x11-toolkits/pango \ + gnome-keyring>=0:security/gnome-keyring USES= cpe gettext gnome python:3.11+ xorg -USE_PYTHON= autoplist cryptography pep517 noflavors USE_GNOME= gtksourceview5 pygobject3 +USE_PYTHON= autoplist cryptography noflavors pep517 pytest USE_XORG= x11 xext xscrnsaver NO_ARCH= yes -OPTIONS_DEFINE= DBUS DOCS OPENGPG -OPTIONS_DEFAULT=DBUS OPENGPG +OPTIONS_DEFINE= AVCALLS DBUS DOCS LIBSECRET OPENPGP SENTRY VOICEMESSAGES +OPTIONS_DEFAULT= DBUS OPENPGP -OPENGPG_DESC= GPG encryption per XEP-0373 +AVCALLS_DESC= Audio/Video calling support +LIBSECRET_DESC= GNOME Keyring or KDE secure password storage +OPENPGP_DESC= GPG encryption per XEP-0373 +SENTRY_DESC= Sentry error reporting to dev.gajim.org. +VOICEMESSAGES_DESC= Voice messages support +AVCALLS_RUN_DEPENDS= farstream>0:net-im/farstream +AVCALLS_USES= gstreamer +AVCALLS_USE= GSTREAMER=core libav rust ugly DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus@${PY_FLAVOR} -OPENGPG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${PY_FLAVOR} +LIBSECRET_RUN_DEPENDS= libsecret>0:security/libsecret +OPENPGP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpg>=2.0.0:security/py-gpg@${PY_FLAVOR} +SENTRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sentry-sdk>0:devel/py-sentry-sdk@${PY_FLAVOR} +VOICEMESSAGES_USES= gstreamer +VOICEMESSAGES_USE= GSTREAMER=core good .include <bsd.port.mk> diff --git a/net-im/gajim/distinfo b/net-im/gajim/distinfo index 2869202f32bd..06c14b246fd4 100644 --- a/net-im/gajim/distinfo +++ b/net-im/gajim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741694387 -SHA256 (gajim-2.0.2.tar.gz) = 426975820aa3b135c69c61e7b40a70a1ad324a5c54222d92d08398fa57f11de5 -SIZE (gajim-2.0.2.tar.gz) = 4703640 +TIMESTAMP = 1747538691 +SHA256 (gajim-2.2.0.tar.gz) = 4ce66e32213946368962f356c65d85c82a7ab883be2cb5a245becdf63735c919 +SIZE (gajim-2.2.0.tar.gz) = 4798143 diff --git a/net-im/libaccounts-glib/Makefile b/net-im/libaccounts-glib/Makefile index ea4da2f5762f..7e8885c076fe 100644 --- a/net-im/libaccounts-glib/Makefile +++ b/net-im/libaccounts-glib/Makefile @@ -1,5 +1,6 @@ PORTNAME= libaccounts-glib DISTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= net-im DIST_SUBDIR= KDE/${GL_ACCOUNT} diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 96c6a3ee1dc1..1d05d1ee4d6f 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -1,6 +1,6 @@ PORTNAME?= libpurple PORTVERSION= 2.14.14 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} diff --git a/net-im/linux-discord/Makefile b/net-im/linux-discord/Makefile index f11e53ddeb02..a4bc031eb8bd 100644 --- a/net-im/linux-discord/Makefile +++ b/net-im/linux-discord/Makefile @@ -1,5 +1,5 @@ PORTNAME= discord -DISTVERSION= 0.0.98 +DISTVERSION= 0.0.99 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= net-im diff --git a/net-im/linux-discord/distinfo b/net-im/linux-discord/distinfo index ed471b095136..23d5025b6658 100644 --- a/net-im/linux-discord/distinfo +++ b/net-im/linux-discord/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750233818 -SHA256 (discord-0.0.98.tar.gz) = 253ddf206e738f6b6f54f37d858c425052276fbf1fbb2f107967990a5698a2ef -SIZE (discord-0.0.98.tar.gz) = 105428783 +TIMESTAMP = 1750838208 +SHA256 (discord-0.0.99.tar.gz) = cd6dc7a661cb248c8b8e91363b64753ec6bd49e5b05fb1189e39f7bbe29d116c +SIZE (discord-0.0.99.tar.gz) = 105427025 diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 28b2b88aef12..2b6a21c31c74 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -1,6 +1,6 @@ PORTNAME= mcabber PORTVERSION= 1.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index da9d05173c0a..2d8e03ea3b4f 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.24.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile index 4163373c2f9a..b47567cb22e9 100644 --- a/net-im/pidgin-twitter/Makefile +++ b/net-im/pidgin-twitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= pidgin-twitter PORTVERSION= 0.9.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MASTER_SITES= http://www.honeyplanet.jp/ diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 5055248561f9..c051a8b02792 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -1,6 +1,6 @@ PORTNAME= profanity DISTVERSION= 0.14.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= https://profanity-im.github.io/tarballs/ @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libotr.so:security/libotr \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \ diff --git a/net-im/profanity/files/patch-src_pgp_gpg.c b/net-im/profanity/files/patch-src_pgp_gpg.c new file mode 100644 index 000000000000..6a7e79214fc9 --- /dev/null +++ b/net-im/profanity/files/patch-src_pgp_gpg.c @@ -0,0 +1,15 @@ +The gpgme_attr_t enums and their functions, which have been marked deprecated +since 2003, were removed in GpgME 2.0.0. The individual result structures +should be used instead. + +--- src/pgp/gpg.c.orig 2023-07-14 05:39:30 UTC ++++ src/pgp/gpg.c +@@ -683,7 +683,7 @@ p_gpg_decrypt(const char* const cipher) + error = gpgme_get_key(ctx, recipient->keyid, &key, 1); + + if (!error && key) { +- const char* addr = gpgme_key_get_string_attr(key, GPGME_ATTR_EMAIL, NULL, 0); ++ const char* addr = key->uids->email; + if (addr) { + g_string_append(recipients_str, addr); + } diff --git a/net-im/py-nbxmpp/Makefile b/net-im/py-nbxmpp/Makefile index dc322b9112db..9a9576de2c23 100644 --- a/net-im/py-nbxmpp/Makefile +++ b/net-im/py-nbxmpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= nbxmpp -DISTVERSION= 6.0.2 +DISTVERSION= 6.2.0 CATEGORIES= net-im devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \ + libsoup3>0:devel/libsoup3 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} USES= gnome python USE_GNOME= pygobject3 -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes +OPTIONS_DEFINE= GSSAPI + +GSSAPI_DESC= GSSAPI authentication +GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>0:security/py-gssapi@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/net-im/py-nbxmpp/distinfo b/net-im/py-nbxmpp/distinfo index bbb47331770a..4398c8b095f0 100644 --- a/net-im/py-nbxmpp/distinfo +++ b/net-im/py-nbxmpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741804741 -SHA256 (nbxmpp-6.0.2.tar.gz) = 41ca53c0e827d8363138df16094417468a7ddeb1c734947e31cf54ecac9d5581 -SIZE (nbxmpp-6.0.2.tar.gz) = 186132 +TIMESTAMP = 1751030582 +SHA256 (nbxmpp-6.2.0.tar.gz) = 5ad792f1324edff5a62217cfb9279dbb54ac48177958ef484556b56e8fce7160 +SIZE (nbxmpp-6.2.0.tar.gz) = 187100 diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 4e77ed87b0df..499c918f9351 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -1,6 +1,7 @@ PORTNAME= signal-desktop DISTVERSIONPREFIX= v DISTVERSION= 7.58.0 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= LOCAL/mikael/signal-desktop/:npm \ https://registry.npmjs.org/@esbuild/freebsd-arm64/-/:esbuildarm64 \ diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 574f5f207e26..1d6c2d6a34a2 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,6 +1,6 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus \ libgnutls.so:security/gnutls \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ libnice-gst1>=0:net-im/libnice-gst1 diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index b60b189f7404..05e0c623c2b2 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -1,6 +1,6 @@ PORTNAME= telepathy-logger PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index 5c678b70ced5..d4b4f1e29078 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -1,13 +1,13 @@ PORTNAME= toot -DISTVERSION= 0.48.0 +DISTVERSION= 0.48.1 CATEGORIES= net-im python -MASTER_SITES= PYPI \ - https://github.com/ihabunek/toot/releases/download/${DISTVERSION}/ +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nxjoseph@protonmail.com COMMENT= Interact with the Mastodon social network from the command line -WWW= https://github.com/ihabunek/toot +WWW= https://github.com/ihabunek/toot \ + https://pypi.org/project/toot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -47,7 +47,11 @@ IMAGES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY ${PYTHON_PKGNAMEPREFIX}term-image>=0.7.2:graphics/py-term-image@${PY_FLAVOR} RICHTEXT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwidgets>=0.2<0.3:devel/py-urwidgets@${PY_FLAVOR} -PORTSCOUT= skipv:0.48.1 +post-patch: + ${REINPLACE_CMD} -e 's,{__version__},${DISTVERSION},g' \ + ${WRKSRC}/toot/cli/diag.py + ${REINPLACE_CMD} -e '174s,__version__,"${DISTVERSION}",g' \ + ${WRKSRC}/toot/cli/__init__.py do-install: ${INSTALL_SCRIPT} ${WRKDIR}/toot \ diff --git a/net-im/toot/distinfo b/net-im/toot/distinfo index b5a61a3c5c79..c13e689249d0 100644 --- a/net-im/toot/distinfo +++ b/net-im/toot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746327277 -SHA256 (toot-0.48.0.tar.gz) = 7e9134a1568ac5f4d1bc63c26795cba85b07d832871fb0b8cb5d80d7f749d096 -SIZE (toot-0.48.0.tar.gz) = 1476183 +TIMESTAMP = 1751288273 +SHA256 (toot-0.48.1.tar.gz) = 99629e24bc4ef3fb22162b7742f4053648279f5e7e34b5ad53224b5d3e05a66c +SIZE (toot-0.48.1.tar.gz) = 1328964 diff --git a/net-im/tuba/Makefile b/net-im/tuba/Makefile index 36d327cae6a7..f7161987038f 100644 --- a/net-im/tuba/Makefile +++ b/net-im/tuba/Makefile @@ -1,7 +1,7 @@ PORTNAME= Tuba DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= nxjoseph@protonmail.com |