ports/161152: deskutils/parcellite: update to version 1.0.1

Guido Falsi mad at madpilot.net
Fri Sep 30 10:40:06 UTC 2011


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 30 10:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list