Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2016 17:02:24 +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: r405253 - in head/net-im/gajim: . files
Message-ID:  <201601041702.u04H2O3M070526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601041702.u04H2O3M070526>