From nobody@FreeBSD.org  Wed Apr 11 20:37:41 2012
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 92DC01065674
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Apr 2012 20:37:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7DA748FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Apr 2012 20:37:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3BKbftO082533
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Apr 2012 20:37:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3BKbfW1082532;
	Wed, 11 Apr 2012 20:37:41 GMT
	(envelope-from nobody)
Message-Id: <201204112037.q3BKbfW1082532@red.freebsd.org>
Date: Wed, 11 Apr 2012 20:37:41 GMT
From: Olivier Duchateau <duchateau.olivier@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] x11/xfce4-clipman-plugin to 1.2.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         166860
>Category:       ports
>Synopsis:       [UPDATE] x11/xfce4-clipman-plugin to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 11 20:40:12 UTC 2012
>Closed-Date:    Mon Apr 23 20:55:58 UTC 2012
>Last-Modified:  Mon Apr 23 21:00:30 UTC 2012
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
Announce: http://mail.xfce.org/pipermail/xfce/2012-April/030255.html

Patch is not necessary (added by upstream).

Note: This plugin was tested with xfce4-panel-4.9.1 (Xfce 4.10pre1).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/x11/xfce4-clipman-plugin/Makefile xfce4-clipman-plugin/Makefile
--- /usr/ports/x11/xfce4-clipman-plugin/Makefile	2011-11-09 16:25:51.000000000 +0100
+++ xfce4-clipman-plugin/Makefile	2012-04-10 18:15:17.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xfce4-clipman-plugin
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	x11 xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
diff -urN /usr/ports/x11/xfce4-clipman-plugin/distinfo xfce4-clipman-plugin/distinfo
--- /usr/ports/x11/xfce4-clipman-plugin/distinfo	2011-11-03 11:55:09.000000000 +0100
+++ xfce4-clipman-plugin/distinfo	2012-04-10 18:15:17.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-clipman-plugin-1.2.2.tar.bz2) = fcac10bc150eb2f73955f28184ac2b8324c9aabc3d773242eadcec137e1096a1
-SIZE (xfce4/xfce4-clipman-plugin-1.2.2.tar.bz2) = 831273
+SHA256 (xfce4/xfce4-clipman-plugin-1.2.3.tar.bz2) = 4424447067cb2c3972c375330d2e1d19f12e59c41bd03e111c2e6e9e174a5067
+SIZE (xfce4/xfce4-clipman-plugin-1.2.3.tar.bz2) = 1004176
diff -urN /usr/ports/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c xfce4-clipman-plugin/files/patch-panel-plugin__collector.c
--- /usr/ports/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c	2012-04-10 17:59:59.000000000 +0200
+++ xfce4-clipman-plugin/files/patch-panel-plugin__collector.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- panel-plugin/collector.c.orig	2011-10-20 14:42:39.000000000 +0200
-+++ panel-plugin/collector.c	2011-11-05 00:16:40.000000000 +0100
-@@ -154,7 +154,7 @@
-   gchar *text;
-   static gchar *prev_text = NULL;
- 
--  g_return_if_fail (GTK_IS_CLIPBOARD (collector->priv->default_clipboard) && GTK_IS_CLIPBOARD (collector->priv->primary_clipboard));
-+  g_return_val_if_fail (GTK_IS_CLIPBOARD (collector->priv->default_clipboard) && GTK_IS_CLIPBOARD (collector->priv->primary_clipboard), FALSE);
- 
-   /* Postpone until the selection is done */
-   gdk_window_get_pointer (NULL, NULL, NULL, &state);
diff -urN /usr/ports/x11/xfce4-clipman-plugin/pkg-plist xfce4-clipman-plugin/pkg-plist
--- /usr/ports/x11/xfce4-clipman-plugin/pkg-plist	2011-11-03 11:55:09.000000000 +0100
+++ xfce4-clipman-plugin/pkg-plist	2012-04-10 18:15:17.000000000 +0200
@@ -66,12 +66,16 @@
 share/locale/fi/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/gl/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/he/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/is/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/kk/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/ko/LC_MESSAGES/xfce4-clipman-plugin.mo
+share/locale/lt/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/lv/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/nb/LC_MESSAGES/xfce4-clipman-plugin.mo
 share/locale/nl/LC_MESSAGES/xfce4-clipman-plugin.mo


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-xfce 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 11 20:40:22 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166860 
Responsible-Changed-From-To: freebsd-xfce->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Mon Apr 23 19:38:00 UTC 2012 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166860 
State-Changed-From-To: open->closed 
State-Changed-By: rene 
State-Changed-When: Mon Apr 23 20:55:42 UTC 2012 
State-Changed-Why:  
Committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166860: commit references a PR
Date: Mon, 23 Apr 2012 20:55:50 +0000 (UTC)

 rene        2012-04-23 20:55:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xfce4-clipman-plugin Makefile distinfo pkg-plist 
   Removed files:
     x11/xfce4-clipman-plugin/files patch-panel-plugin__collector.c 
   Log:
   Update to 1.2.3
   
   PR:             ports/166860
   Submitted by:   Olivier Duchateau
   Changelog:      http://mail.xfce.org/pipermail/xfce/2012-April/030255.html
   
   Revision  Changes    Path
   1.57      +1 -1      ports/x11/xfce4-clipman-plugin/Makefile
   1.19      +2 -2      ports/x11/xfce4-clipman-plugin/distinfo
   1.2       +0 -11     ports/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c (dead)
   1.16      +4 -0      ports/x11/xfce4-clipman-plugin/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:
