From owner-svn-ports-all@freebsd.org Mon Jan 4 17:02:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E689A62E45; Mon, 4 Jan 2016 17:02:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A79D15D6; Mon, 4 Jan 2016 17:02:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u04H2POs070533; Mon, 4 Jan 2016 17:02:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u04H2O3M070526; Mon, 4 Jan 2016 17:02:24 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201601041702.u04H2O3M070526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 4 Jan 2016 17:02:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405253 - in head/net-im/gajim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 17:02:26 -0000 Author: rm Date: Mon Jan 4 17:02:24 2016 New Revision: 405253 URL: https://svnweb.freebsd.org/changeset/ports/405253 Log: 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 MFH: 2016Q1 Added: head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in (contents, props changed) head/net-im/gajim/files/patch-data_gajim.desktop.in.in (contents, props changed) Modified: head/net-im/gajim/Makefile head/net-im/gajim/distinfo head/net-im/gajim/files/patch-src-plugins_plugins_i18n.py head/net-im/gajim/pkg-plist Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Mon Jan 4 16:58:37 2016 (r405252) +++ head/net-im/gajim/Makefile Mon Jan 4 17:02:24 2016 (r405253) @@ -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: head/net-im/gajim/distinfo ============================================================================== --- head/net-im/gajim/distinfo Mon Jan 4 16:58:37 2016 (r405252) +++ head/net-im/gajim/distinfo Mon Jan 4 17:02:24 2016 (r405253) @@ -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 Added: head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gajim/files/patch-data_gajim-remote.desktop.in.in Mon Jan 4 17:02:24 2016 (r405253) @@ -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 Added: head/net-im/gajim/files/patch-data_gajim.desktop.in.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/gajim/files/patch-data_gajim.desktop.in.in Mon Jan 4 17:02:24 2016 (r405253) @@ -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: head/net-im/gajim/files/patch-src-plugins_plugins_i18n.py ============================================================================== --- head/net-im/gajim/files/patch-src-plugins_plugins_i18n.py Mon Jan 4 16:58:37 2016 (r405252) +++ head/net-im/gajim/files/patch-src-plugins_plugins_i18n.py Mon Jan 4 17:02:24 2016 (r405253) @@ -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: head/net-im/gajim/pkg-plist ============================================================================== --- head/net-im/gajim/pkg-plist Mon Jan 4 16:58:37 2016 (r405252) +++ head/net-im/gajim/pkg-plist Mon Jan 4 17:02:24 2016 (r405253) @@ -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