net-im/gajim: update to 1.1.2
- update to 1.1.2 - actualize dependencies - add OMEMO encryption option and enable it by default - remove CRYPTO option - it's no more relevant (upstream switched to openssl) PR: 233826 Submitted by: Goran Mekić <meka@tilda.center> Reviewed by: koobs (with his suggestions included)
This commit is contained in:
parent
754b55a163
commit
c9205cca7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491272
2 changed files with 19 additions and 14 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gajim
|
||||
DISTVERSION= 1.0.3
|
||||
DISTVERSION= 1.1.2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://gajim.org/downloads/1.0/
|
||||
MASTER_SITES= https://gajim.org/downloads/1.1/
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= GTK+ Jabber client
|
||||
|
@ -12,26 +12,31 @@ COMMENT= GTK+ Jabber client
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.5:net-im/py-nbxmpp@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.2:www/py-cssutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.9:net-im/py-nbxmpp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
|
||||
# These are implicit dependencies, not listed in setup.py \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
# This dependency doesn't seems needed anymore. Leave for now \
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= cpe dos2unix python:3.5+ tar:bzip2
|
||||
USES= cpe dos2unix gnome python:3.5+ tar:bzip2
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
USE_GNOME= intltool pygobject3
|
||||
USE_XORG= x11 xext xscrnsaver
|
||||
|
||||
NO_ARCH= yes
|
||||
DOS2UNIX_FILES= gajim/plugins/plugins_i18n.py
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_DEFINE= CRYPTO DBUS DOCS NLS SPELL
|
||||
OPTIONS_DEFAULT=DBUS SPELL
|
||||
OPTIONS_DEFINE= DBUS DOCS NLS SPELL OMEMO
|
||||
OPTIONS_DEFAULT=DBUS SPELL OMEMO
|
||||
|
||||
CRYPTO_DESC= End to end encryption support
|
||||
SPELL_DESC= Spell checking support
|
||||
OMEMO_DESC= OMEMO end-to-end encryption support
|
||||
|
||||
# GUPNP_DESC= UPnP IGD protocol support
|
||||
|
||||
|
@ -39,7 +44,7 @@ SPELL_DESC= Spell checking support
|
|||
# AVAHI_RUN_DEPENDS= avahi-discover:net/py-avahi@${PY_FLAVOR}
|
||||
# GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gupnp/__init__.py:net/gupnp-igd@${PY_FLAVOR}
|
||||
|
||||
CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR}
|
||||
OMEMO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-axolotl>0:security/py-python-axolotl@${PY_FLAVOR}
|
||||
DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus@${PY_FLAVOR}
|
||||
NLS_USES= gettext
|
||||
SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1531238719
|
||||
SHA256 (gajim-1.0.3.tar.bz2) = cb3ab63b06fa4c074a6af43947143ef197fe108cdef084884a48deec38ce4437
|
||||
SIZE (gajim-1.0.3.tar.bz2) = 5964743
|
||||
TIMESTAMP = 1548492992
|
||||
SHA256 (gajim-1.1.2.tar.bz2) = 3283ea5239f67d84874d4efb5b0b0780d1120e5b46c37a5627e5a3121f1ba0d3
|
||||
SIZE (gajim-1.1.2.tar.bz2) = 8003608
|
||||
|
|
Loading…
Reference in a new issue