aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2021-05-27 13:35:05 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2021-05-27 13:35:05 +0000
commit04f0978e3d46aec7e11dd9938c7876243c204480 (patch)
tree9d60fc557891ae12a52c7518e501311cc5f2a473 /net-im
parent7682b4ff181ba99d8c028d94612022d81391cfe2 (diff)
downloadports-04f0978e3d46aec7e11dd9938c7876243c204480.tar.gz
ports-04f0978e3d46aec7e11dd9938c7876243c204480.zip
net-im/gajim: update to 1.3.2
Changes: https://gajim.org/post/2021-04-24-gajim-1.3.2-released/ Add OPENGPG option (default on) to add dependency required for GPG encryption plugin. PR: 256073 Submitted by: Alastair Hogge <agh@riseup.net>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gajim/Makefile9
-rw-r--r--net-im/gajim/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/net-im/gajim/Makefile b/net-im/gajim/Makefile
index b39f71d78897..27d71caa0245 100644
--- a/net-im/gajim/Makefile
+++ b/net-im/gajim/Makefile
@@ -1,7 +1,7 @@
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
PORTNAME= gajim
-DISTVERSION= 1.3.1-2
+DISTVERSION= 1.3.2
CATEGORIES= net-im
MASTER_SITES= https://gajim.org/downloads/${DISTVERSION:R}/
@@ -27,16 +27,16 @@ USE_PYTHON= autoplist distutils noflavors
USE_GNOME= pygobject3
USE_XORG= x11 xext xscrnsaver
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
NO_ARCH= yes
DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py
INSTALLS_ICONS= yes
-OPTIONS_DEFINE= DBUS DOCS SPELL OMEMO
-OPTIONS_DEFAULT=DBUS SPELL OMEMO
+OPTIONS_DEFINE= DBUS DOCS SPELL OMEMO OPENGPG
+OPTIONS_DEFAULT=DBUS SPELL OMEMO OPENGPG
SPELL_DESC= Spell checking support
OMEMO_DESC= OMEMO end-to-end encryption support
+OPENGPG_DESC= GPG encryption per XEP-0373
# GUPNP_DESC= UPnP IGD protocol support
@@ -47,6 +47,7 @@ OMEMO_DESC= OMEMO end-to-end encryption support
OMEMO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl>0:security/py-python-axolotl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR}
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}
SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell
.include <bsd.port.mk>
diff --git a/net-im/gajim/distinfo b/net-im/gajim/distinfo
index 4ec7d6beadfe..62dbb39151aa 100644
--- a/net-im/gajim/distinfo
+++ b/net-im/gajim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616058866
-SHA256 (gajim-1.3.1-2.tar.gz) = 9e6bcfef80104c4ed454ed9f8217b18263461c666a828d53e3736f9323a1f726
-SIZE (gajim-1.3.1-2.tar.gz) = 9538193
+TIMESTAMP = 1622106465
+SHA256 (gajim-1.3.2.tar.gz) = 70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee
+SIZE (gajim-1.3.2.tar.gz) = 9538320