From nobody@FreeBSD.org  Mon Apr 19 06:15:10 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CADF8106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Apr 2010 06:15:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9FD448FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Apr 2010 06:15:10 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3J6FAqk046117
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Apr 2010 06:15:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3J6FAJ8046116;
	Mon, 19 Apr 2010 06:15:10 GMT
	(envelope-from nobody)
Message-Id: <201004190615.o3J6FAJ8046116@www.freebsd.org>
Date: Mon, 19 Apr 2010 06:15:10 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update net-im/gajim to 0.13.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: dsh@wizard.volgograd.ru

>Number:         145823
>Category:       ports
>Synopsis:       [PATCH] update net-im/gajim to 0.13.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 06:20:01 UTC 2010
>Closed-Date:    Wed Apr 21 16:04:18 UTC 2010
>Last-Modified:  Wed Apr 21 16:10:06 UTC 2010
>Originator:     Ruslan Mahmatkhanov
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD 8.0-STABLE i386
>Description:
- update to 0.13.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa gajim/Makefile gajim/Makefile
--- gajim/Makefile	2010-03-28 10:41:34.000000000 +0400
+++ gajim/Makefile	2010-04-18 23:14:47.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gajim
-PORTVERSION=	0.13.3
-PORTREVISION=	1
+PORTVERSION=	0.13.4
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.gajim.org/downloads/0.13/
 
diff -ruNa gajim/distinfo gajim/distinfo
--- gajim/distinfo	2010-03-10 05:25:52.000000000 +0300
+++ gajim/distinfo	2010-04-18 23:16:15.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (gajim-0.13.3.tar.bz2) = bedbc32147558207a3d9476d8b632fbb
-SHA256 (gajim-0.13.3.tar.bz2) = 9ceee5212b274ed293ba6188559e33c995944a9e8e5d5cd9105eef6377d52bd4
-SIZE (gajim-0.13.3.tar.bz2) = 3931080
+MD5 (gajim-0.13.4.tar.bz2) = 097e96c2f73a13be4edadea11b495ce6
+SHA256 (gajim-0.13.3.tar.bz2) = 5ca12ba0309b681df74798128ab8b2c9160574646c00e61a3abeac98a56adee1
+SIZE (gajim-0.13.4.tar.bz2) = 3973871
diff -ruNa gajim/pkg-plist gajim/pkg-plist
--- gajim/pkg-plist	2010-01-05 02:14:42.000000000 +0300
+++ gajim/pkg-plist	2010-04-19 10:02:57.000000000 +0400
@@ -1179,6 +1179,7 @@
 %%NLS%%share/locale/gl/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/it/LC_MESSAGES/gajim.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/lt/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/gajim.mo
@@ -1188,7 +1189,7 @@
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/gajim.mo
-%%NLS%%%%NLS%%share/locale/sr/LC_MESSAGES/gajim.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/sr@Latn/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/gajim.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/gajim.mo


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Apr 19 06:20:11 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145823 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: dsh@wizard.volgograd.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/145823: [PATCH] update net-im/gajim to 0.13.4
Date: Mon, 19 Apr 2010 06:20:08 UT

 Maintainer of net-im/gajim,
 
 Please note that PR ports/145823 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145823
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145823
Date: Mon, 19 Apr 2010 10:55:58 +0400

 Please replace string
 
 SHA256 (gajim-0.13.3.tar.bz2)
 with
 SHA256 (gajim-0.13.4.tar.bz2)
 
 that i've missed.
 
 -- 
 Regards,
 Ruslan

From: Denis Shaposhnikov <dsh@wizard.volgograd.ru>
To: bug-followup@FreeBSD.org
Cc: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/145823: [PATCH] update net-im/gajim to 0.13.4
Date: Mon, 19 Apr 2010 17:48:04 +0400

 On 04/19/2010 10:20, Edwin Groothuis wrote:
 
 > Please note that PR ports/145823 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I approve it. Thank you!
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Mon Apr 19 13:55:49 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145823 
State-Changed-From-To: feedback->closed 
State-Changed-By: sylvio 
State-Changed-When: Wed Apr 21 16:04:16 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145823 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145823: commit references a PR
Date: Wed, 21 Apr 2010 16:05:10 +0000 (UTC)

 sylvio      2010-04-21 16:04:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/gajim         Makefile distinfo pkg-plist 
   Log:
   - Update to 0.13.4
   
   PR:             ports/145823
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   Approved by:    maintainer, itetcu (mentor, implicit)
   
   Revision  Changes    Path
   1.43      +1 -2      ports/net-im/gajim/Makefile
   1.21      +3 -3      ports/net-im/gajim/distinfo
   1.24      +2 -1      ports/net-im/gajim/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
