From corky1951@comcast.net  Tue Feb  1 17:58:35 2011
Return-Path: <corky1951@comcast.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CEE5B1065673
	for <freebsd-gnats-submit@freebsd.org>; Tue,  1 Feb 2011 17:58:35 +0000 (UTC)
	(envelope-from corky1951@comcast.net)
Received: from qmta14.westchester.pa.mail.comcast.net (qmta14.westchester.pa.mail.comcast.net [76.96.59.212])
	by mx1.freebsd.org (Postfix) with ESMTP id 7FA2B8FC17
	for <freebsd-gnats-submit@freebsd.org>; Tue,  1 Feb 2011 17:58:35 +0000 (UTC)
Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71])
	by qmta14.westchester.pa.mail.comcast.net with comcast
	id 2hSk1g0031YDfWL5EhybFM; Tue, 01 Feb 2011 17:58:35 +0000
Received: from comcast.net ([98.203.142.76])
	by omta20.westchester.pa.mail.comcast.net with comcast
	id 2hyZ1g01N1f6R9u3ghya03; Tue, 01 Feb 2011 17:58:35 +0000
Received: by comcast.net (sSMTP sendmail emulation); Tue, 01 Feb 2011 09:58:32 -0800
Message-Id: <20110201175835.CEE5B1065673@hub.freebsd.org>
Date: Tue, 01 Feb 2011 09:58:32 -0800
From: Charlie Kester <corky1951@comcast.net>
Reply-To: Charlie Kester <corky1951@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] x11/stalonetray: update to 0.8.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         154442
>Category:       ports
>Synopsis:       [PATCH] x11/stalonetray: update to 0.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 18:00:22 UTC 2011
>Closed-Date:    Wed Feb 02 15:21:15 UTC 2011
>Last-Modified:  Wed Feb  2 15:30:11 UTC 2011
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Wed Jan 26 12:08:03 PST 2011 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


>Description:
Update to 0.8.1

This is a bugfix release.

Add LICENSE while we're here.

>How-To-Repeat:
	
>Fix:

==============
Files Added: 
None

Files Deleted:
files/patch-src__main.c  (patch now included in upstream source)
==============

--- stalonetray-0.8.1.diff begins here ---
diff -ruN /usr/ports/x11/stalonetray/Makefile ./stalonetray/Makefile
--- /usr/ports/x11/stalonetray/Makefile	2010-02-12 06:20:31.000000000 -0800
+++ ./stalonetray/Makefile	2011-02-01 09:50:24.000000000 -0800
@@ -6,13 +6,15 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	STAnd-aLONE system tray
 
+LICENSE=	GPLv2
+
 USE_BZIP2=	yes
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
diff -ruN /usr/ports/x11/stalonetray/distinfo ./stalonetray/distinfo
--- /usr/ports/x11/stalonetray/distinfo	2010-02-12 06:20:31.000000000 -0800
+++ ./stalonetray/distinfo	2011-02-01 08:52:52.000000000 -0800
@@ -1,3 +1,2 @@
-MD5 (stalonetray-0.8.0.tar.bz2) = b2ce0d8044f7dc76ac9971def1faab37
-SHA256 (stalonetray-0.8.0.tar.bz2) = 6a561117b6de83c708d3773c98d9546e2227d9dbe404dabbd196c6aa6fa59431
-SIZE (stalonetray-0.8.0.tar.bz2) = 147004
+SHA256 (stalonetray-0.8.1.tar.bz2) = 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2
+SIZE (stalonetray-0.8.1.tar.bz2) = 150814
diff -ruN /usr/ports/x11/stalonetray/files/patch-src__main.c ./stalonetray/files/patch-src__main.c
--- /usr/ports/x11/stalonetray/files/patch-src__main.c	2010-02-12 06:20:32.000000000 -0800
+++ ./stalonetray/files/patch-src__main.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,16 +0,0 @@
---- src/main.c.orig	2009-10-21 23:07:11.000000000 +0900
-+++ src/main.c	2010-01-21 01:15:42.000000000 +0900
-@@ -323,9 +323,13 @@
- #endif
- 	/* React on WM (re)starts */
- 	if (ev.atom == XInternAtom(tray_data.dpy, _NET_SUPPORTING_WM_CHECK, False)) {
-+#ifdef DEBUG
- 		ewmh_list_supported_atoms(tray_data.dpy);
-+#endif
- 		tray_set_wm_hints();
-+#ifndef NO_NATIVE_KDE
- 		kde_tray_update_fallback_mode(tray_data.dpy);
-+#endif
- 	}
- 	/* React on _XEMBED_INFO changes of embedded icons
- 	 * (currently used to track icon visibility status) */
--- stalonetray-0.8.1.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Wed Feb 2 15:21:09 UTC 2011 
State-Changed-Why:  
committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154442: commit references a PR
Date: Wed,  2 Feb 2011 15:21:11 +0000 (UTC)

 arved       2011-02-02 15:21:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/stalonetray      Makefile distinfo 
   Removed files:
     x11/stalonetray/files patch-src__main.c 
   Log:
   Update to 0.8.1
   
   PR:             154442
   Submitted by:   Charlie Kester
   Feature safe:   yes
   
   Revision  Changes    Path
   1.12      +3 -1      ports/x11/stalonetray/Makefile
   1.8       +2 -3      ports/x11/stalonetray/distinfo
   1.2       +0 -16     ports/x11/stalonetray/files/patch-src__main.c (dead)
 _______________________________________________
 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:
