Date: Thu, 2 Feb 2017 07:51:21 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433129 - head/net-im/gajim Message-ID: <201702020751.v127pLkU053202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Feb 2 07:51:21 2017 New Revision: 433129 URL: https://svnweb.freebsd.org/changeset/ports/433129 Log: net-im/gajim: update to 0.16.7 Gajim 0.16.7 (30 January 2017) * Better compatibility with XEP-0191: Blocking Command * Windows Credential Vault is used for password storage on Windows * Gajim now depends on python-gnupg for PGP encryption * Add portable installer for Windows * Remove usage of demandimport * Many minor bugfixes Modified: head/net-im/gajim/Makefile head/net-im/gajim/distinfo head/net-im/gajim/pkg-plist Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Feb 2 07:50:15 2017 (r433128) +++ head/net-im/gajim/Makefile Thu Feb 2 07:51:21 2017 (r433129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gajim -PORTVERSION= 0.16.6 +PORTVERSION= 0.16.7 CATEGORIES= net-im MASTER_SITES= http://gajim.org/downloads/0.16/ @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1 \ - ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:net-im/py-nbxmpp + ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:net-im/py-nbxmpp \ + ${PYTHON_PKGNAMEPREFIX}python-gnupg>0:security/py-python-gnupg NO_ARCH= yes USES= cpe dos2unix gmake localbase pathfix python:2.7 tar:bzip2 @@ -42,7 +43,7 @@ GUPNP_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ NLS_USES= gettext SPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell -PORTDOCS= AUTHORS ChangeLog README.html +PORTDOCS= AUTHORS ChangeLog README SUB_FILES= pkg-message post-install: Modified: head/net-im/gajim/distinfo ============================================================================== --- head/net-im/gajim/distinfo Thu Feb 2 07:50:15 2017 (r433128) +++ head/net-im/gajim/distinfo Thu Feb 2 07:51:21 2017 (r433129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475522393 -SHA256 (gajim-0.16.6.tar.bz2) = 1357ed178ce497d28fc2d48960b999821e1370f42ffaa4669c1cb803fce778dc -SIZE (gajim-0.16.6.tar.bz2) = 4564505 +TIMESTAMP = 1485957957 +SHA256 (gajim-0.16.7.tar.bz2) = 36a956145c914a1336c88048ddf50f2d5c08ac4f183bbdd8f642fa7d21f85d8f +SIZE (gajim-0.16.7.tar.bz2) = 4461503 Modified: head/net-im/gajim/pkg-plist ============================================================================== --- head/net-im/gajim/pkg-plist Thu Feb 2 07:50:15 2017 (r433128) +++ head/net-im/gajim/pkg-plist Thu Feb 2 07:51:21 2017 (r433129) @@ -1012,9 +1012,6 @@ share/applications/gajim-remote.desktop %%DATADIR%%/src/common/ged.py %%DATADIR%%/src/common/ged.pyc %%DATADIR%%/src/common/ged.pyo -%%DATADIR%%/src/common/gnupg.py -%%DATADIR%%/src/common/gnupg.pyc -%%DATADIR%%/src/common/gnupg.pyo %%DATADIR%%/src/common/gpg.py %%DATADIR%%/src/common/gpg.pyc %%DATADIR%%/src/common/gpg.pyo @@ -1291,9 +1288,8 @@ share/icons/hicolor/scalable/apps/gajim. %%NLS%%share/locale/ja/LC_MESSAGES/gajim.mo %%NLS%%share/locale/kk/LC_MESSAGES/gajim.mo %%NLS%%share/locale/lt/LC_MESSAGES/gajim.mo -%%NLS%%share/locale/nb/LC_MESSAGES/gajim.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/gajim.mo %%NLS%%share/locale/nl/LC_MESSAGES/gajim.mo -%%NLS%%share/locale/no/LC_MESSAGES/gajim.mo %%NLS%%share/locale/pl/LC_MESSAGES/gajim.mo %%NLS%%share/locale/pt/LC_MESSAGES/gajim.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gajim.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702020751.v127pLkU053202>