Date: Mon, 4 Jan 2016 17:05:14 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405254 - in branches/2016Q1/net-im/gajim: . files Message-ID: <201601041705.u04H5ENt070980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Jan 4 17:05:14 2016 New Revision: 405254 URL: https://svnweb.freebsd.org/changeset/ports/405254 Log: MFH: r405253 net-im/gajim: update to 0.16.5 Gajim 0.16.5 (28 December 2015) * Improve MAM implementation * Improve security on connexion and for roster managment * Ability for emoticons to be sorted in menu Approved by: portmgr (blanket) Added: branches/2016Q1/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in - copied unchanged from r405253, head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in branches/2016Q1/net-im/gajim/files/patch-data_gajim.desktop.in.in - copied unchanged from r405253, head/net-im/gajim/files/patch-data_gajim.desktop.in.in Modified: branches/2016Q1/net-im/gajim/Makefile branches/2016Q1/net-im/gajim/distinfo branches/2016Q1/net-im/gajim/files/patch-src-plugins_plugins_i18n.py branches/2016Q1/net-im/gajim/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net-im/gajim/Makefile ============================================================================== --- branches/2016Q1/net-im/gajim/Makefile Mon Jan 4 17:02:24 2016 (r405253) +++ branches/2016Q1/net-im/gajim/Makefile Mon Jan 4 17:05:14 2016 (r405254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gajim -PORTVERSION= 0.16.4 -PORTREVISION= 1 +PORTVERSION= 0.16.5 CATEGORIES= net-im MASTER_SITES= http://gajim.org/downloads/0.16/ Modified: branches/2016Q1/net-im/gajim/distinfo ============================================================================== --- branches/2016Q1/net-im/gajim/distinfo Mon Jan 4 17:02:24 2016 (r405253) +++ branches/2016Q1/net-im/gajim/distinfo Mon Jan 4 17:05:14 2016 (r405254) @@ -1,2 +1,2 @@ -SHA256 (gajim-0.16.4.tar.bz2) = 2116ad3a5635c54b575ff53eed72fe4651fc50582f5094bfc6113d1cf0d1ce7f -SIZE (gajim-0.16.4.tar.bz2) = 4593307 +SHA256 (gajim-0.16.5.tar.bz2) = a5c015b3b140ec5e47d3842cbe701c9948af5a0cce36314248f0793c2d66d091 +SIZE (gajim-0.16.5.tar.bz2) = 4562971 Copied: branches/2016Q1/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in (from r405253, head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in Mon Jan 4 17:05:14 2016 (r405254, copy of r405253, head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in) @@ -0,0 +1,14 @@ +Fix desktop-file-validate warnings. This is upstream commit: +https://trac.gajim.org/changeset/eaea5e65364b167d14dc191b00f114b4f5ccb508/ + +--- data/gajim-remote.desktop.in.in.orig 2015-12-28 12:38:50 UTC ++++ data/gajim-remote.desktop.in.in +@@ -1,7 +1,7 @@ + [Desktop Entry] + Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly; + _Name=Gajim Remote +-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip ++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip; + Version=1.0 + Exec=gajim-remote handle_uri %u + TryExec=gajim-remote Copied: branches/2016Q1/net-im/gajim/files/patch-data_gajim.desktop.in.in (from r405253, head/net-im/gajim/files/patch-data_gajim.desktop.in.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/net-im/gajim/files/patch-data_gajim.desktop.in.in Mon Jan 4 17:05:14 2016 (r405254, copy of r405253, head/net-im/gajim/files/patch-data_gajim.desktop.in.in) @@ -0,0 +1,14 @@ +Fix desktop-file-validate warnings. This is upstream commit: +https://trac.gajim.org/changeset/eaea5e65364b167d14dc191b00f114b4f5ccb508/ + +--- data/gajim.desktop.in.in.orig 2015-12-28 12:38:50 UTC ++++ data/gajim.desktop.in.in +@@ -3,7 +3,7 @@ Categories=Network;InstantMessaging;GTK; + _Name=Gajim + _GenericName=Jabber IM Client + _Comment=A GTK+ Jabber client +-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip ++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip; + Version=1.0 + Exec=gajim + Icon=gajim Modified: branches/2016Q1/net-im/gajim/files/patch-src-plugins_plugins_i18n.py ============================================================================== --- branches/2016Q1/net-im/gajim/files/patch-src-plugins_plugins_i18n.py Mon Jan 4 17:02:24 2016 (r405253) +++ branches/2016Q1/net-im/gajim/files/patch-src-plugins_plugins_i18n.py Mon Jan 4 17:05:14 2016 (r405254) @@ -1,6 +1,6 @@ ---- src/plugins/plugins_i18n.py.orig 2012-03-18 15:26:00.000000000 +0400 -+++ src/plugins/plugins_i18n.py 2012-03-21 08:21:52.000000000 +0400 -@@ -29,7 +29,6 @@ +--- src/plugins/plugins_i18n.py.orig 2015-12-28 12:38:51 UTC ++++ src/plugins/plugins_i18n.py +@@ -29,7 +29,6 @@ plugins_locale_dir = os_path.join(gajim. if os.name != 'nt': locale.setlocale(locale.LC_ALL, '') Modified: branches/2016Q1/net-im/gajim/pkg-plist ============================================================================== --- branches/2016Q1/net-im/gajim/pkg-plist Mon Jan 4 17:02:24 2016 (r405253) +++ branches/2016Q1/net-im/gajim/pkg-plist Mon Jan 4 17:05:14 2016 (r405254) @@ -5,6 +5,7 @@ man/man1/gajim-history-manager.1.gz man/man1/gajim-remote.1.gz man/man1/gajim.1.gz share/applications/gajim.desktop +share/applications/gajim-remote.desktop %%DATADIR%%/data/activities/default/doing_chores/buying_groceries.png %%DATADIR%%/data/activities/default/doing_chores/category.png %%DATADIR%%/data/activities/default/doing_chores/cleaning.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601041705.u04H5ENt070980>