From mad@madpilot.net  Fri Sep 30 10:35:19 2011
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 836231065679
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Sep 2011 10:35:19 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 23B158FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Sep 2011 10:35:18 +0000 (UTC)
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id E40F11D5E;
	Fri, 30 Sep 2011 12:35:16 +0200 (CEST)
Received: from megatron.madpilot.net ([127.0.0.1])
	by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id LmFWf1HVLDEK; Fri, 30 Sep 2011 12:35:10 +0200 (CEST)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 175AC1D5D; Fri, 30 Sep 2011 12:35:10 +0200 (CEST)
Message-Id: <20110930103510.175AC1D5D@megatron.madpilot.net>
Date: Fri, 30 Sep 2011 12:35:10 +0200 (CEST)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Joey Mingrone <joey@mingrone.org>
Subject: deskutils/parcellite: update to version 1.0.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: joey@mingrone.org

>Number:         161152
>Category:       ports
>Synopsis:       deskutils/parcellite: update to version 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 30 10:40:05 UTC 2011
>Closed-Date:    Thu Oct 20 06:15:16 UTC 2011
>Last-Modified:  Thu Oct 20 06:20:07 UTC 2011
>Originator:     Guido Falsi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #2: Sun Aug 7 19:54:54 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Update to version 1.0.1.

This update contains an additional patch taken from the project svn
repo to address a known bug as suggested by the author in his blog.

Maintainer is CCed.

Added file:

files/patch-src_main.c

which contains the above mentioned fix for a known bug.

>How-To-Repeat:
>Fix:

diff -ruN pacellite.old/Makefile pacellite/Makefile
--- pacellite.old/Makefile	2011-09-30 12:28:49.461793196 +0200
+++ pacellite/Makefile	2011-09-30 12:29:00.757825445 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	parcellite
-PORTVERSION=	0.9.2
-PORTREVISION=	2
+PORTVERSION=	1.0.1
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
diff -ruN pacellite.old/distinfo pacellite/distinfo
--- pacellite.old/distinfo	2011-09-30 12:28:49.459788159 +0200
+++ pacellite/distinfo	2011-09-30 12:29:00.757825445 +0200
@@ -1,2 +1,2 @@
-SHA256 (parcellite-0.9.2.tar.gz) = 4a780ff1bce2ed9aa423c749d2b7eaa8aa85586e271ddae22b0ba2a3cf8eec5c
-SIZE (parcellite-0.9.2.tar.gz) = 269110
+SHA256 (parcellite-1.0.1.tar.gz) = a4e7a1bd0616683b7eb4b08350cdaa355b1c9d5c93a4caa0cef4a813cf4cc526
+SIZE (parcellite-1.0.1.tar.gz) = 555184
diff -ruN pacellite.old/files/patch-src_main.c pacellite/files/patch-src_main.c
--- pacellite.old/files/patch-src_main.c	1970-01-01 01:00:00.000000000 +0100
+++ pacellite/files/patch-src_main.c	2011-09-30 12:29:00.756821949 +0200
@@ -0,0 +1,14 @@
+--- src/main.c.orig	2011-03-10 04:51:34.000000000 +0100
++++ src/main.c	2011-09-30 11:13:48.894707938 +0200
+@@ -1010,9 +1010,10 @@
+   gtk_menu_shell_append((GtkMenuShell*)menu, gtk_separator_menu_item_new());
+   /* Clear */
+ 	if(0 ==prefs.type_search){
+-  menu_item = gtk_image_menu_item_new_with_label(_("Clear"));
++  menu_item = gtk_image_menu_item_new_with_mnemonic(_("_Clear"));
+   menu_image = gtk_image_new_from_stock(GTK_STOCK_CLEAR, GTK_ICON_SIZE_MENU);
+   gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image);
++	g_signal_connect((GObject*)menu_item, "activate", (GCallback)clear_selected, NULL);
+   gtk_menu_shell_append((GtkMenuShell*)menu, menu_item);
+   }  
+   /* Popup the menu... */
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 30 10:40:17 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: joey@mingrone.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161152: deskutils/parcellite: update to version 1.0.1
Date: Fri, 30 Sep 2011 10:40:16 UT

 Maintainer of deskutils/parcellite,
 
 Please note that PR ports/161152 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/161152
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Joseph Mingrone <jrm@ftfl.ca>
To: bug-followup@freebsd.org
Cc: Guido Falsi <mad@madpilot.net>
Subject: Re: ports/161152: deskutils/parcellite: update to version 1.0.1
Date: Fri, 30 Sep 2011 11:16:52 -0300

 On Fri, Sep 30, 2011 at 07:40, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of deskutils/parcellite,
 >
 > Please note that PR ports/161152 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:
 > =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/161152
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 Thank you Guido.  I do approve.  Note, I will be submitting a new
 patch (hopefully withing days) for the update to 1.02 (it's currently
 at rc5).
 
 Committer, can you please update my email on the port to jrm@mingrone.org.
 
 Thanks
 
 --=20
 ----------------------------------------------------------------------
 Public key: http://gly.ath.cx/pub_key.txt
 ----------------------------------------------------------------------

From: Guido Falsi <mad@madpilot.net>
To: Joseph Mingrone <jrm@ftfl.ca>
Cc: bug-followup@freebsd.org
Subject: Re: ports/161152: deskutils/parcellite: update to version 1.0.1
Date: Fri, 30 Sep 2011 16:55:25 +0200

 On Fri, Sep 30, 2011 at 11:16:52AM -0300, Joseph Mingrone wrote:
 > On Fri, Sep 30, 2011 at 07:40, Edwin Groothuis <edwin@freebsd.org> wrote:
 > > Maintainer of deskutils/parcellite,
 > >
 > > Please note that PR ports/161152 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/161152
 > >
 > > --
 > > Edwin Groothuis via the GNATS Auto Assign Tool
 > > edwin@FreeBSD.org
 > >
 > 
 > Thank you Guido.  I do approve.  Note, I will be submitting a new
 > patch (hopefully withing days) for the update to 1.02 (it's currently
 > at rc5).
 
 I noticed. i just saw the update was easy and made it. Thank you for the
 fast approval!
 
 If 1.0.2 gets released in a short time that's for the better.
 
 -- 
 Guido Falsi <mad@madpilot.net>
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Thu Oct 20 06:15:15 UTC 2011 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161152: commit references a PR
Date: Thu, 20 Oct 2011 06:14:10 +0000 (UTC)

 wen         2011-10-20 06:13:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/parcellite Makefile distinfo pkg-plist 
   Added files:
     deskutils/parcellite/files patch-src_main.c 
   Log:
   - Update to 1.0.1 [1]
   - Update maintainer's mail [2]
   
   PR:             ports/161152 [1]
   Submitted by:   Guido Falsi <mad@madpilot.net> [1]
                   Joseph Mingrone <jrm@ftfl.ca> (maintainer) [2]
   Approved by:    Joseph Mingrone <jrm@ftfl.ca> (maintainer)
   
   Revision  Changes    Path
   1.8       +2 -3      ports/deskutils/parcellite/Makefile
   1.4       +2 -2      ports/deskutils/parcellite/distinfo
   1.1       +14 -0     ports/deskutils/parcellite/files/patch-src_main.c (new)
   1.3       +3 -0      ports/deskutils/parcellite/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:
