From tkato432@yahoo.com  Sun Jul  8 18:01:59 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E040916A476
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  8 Jul 2007 18:01:59 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa03.dion.ne.jp (msa03.dion.ne.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id B89AE13C480
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun,  8 Jul 2007 18:01:59 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT067164.ppp.dion.ne.jp [59.128.67.164])
	by msa103.dion.ne.jp (DION MAIL) with ESMTP id 6A87F22C037
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Jul 2007 03:01:57 +0900 (JST)
Message-Id: <20070709030031.137e2c1a.tkato432@yahoo.com>
Date: Mon, 9 Jul 2007 03:00:31 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: x11/stalonetray to 0.6.5

>Number:         114418
>Category:       ports
>Synopsis:       Update port: x11/stalonetray to 0.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 08 18:10:18 GMT 2007
>Closed-Date:    Wed Jul 11 04:04:13 GMT 2007
>Last-Modified:  Wed Jul 11 04:04:13 GMT 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.5

Remove file:
files/patch-src-main.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/stalonetray/Makefile x11/stalonetray/Makefile
--- /usr/ports/x11/stalonetray/Makefile	Tue Jun 12 19:30:57 2007
+++ x11/stalonetray/Makefile	Mon Jul  2 03:36:20 2007
@@ -6,22 +6,20 @@
 #
 
 PORTNAME=	stalonetray
-PORTVERSION=	0.4
-PORTREVISION=	1
+PORTVERSION=	0.6.5
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	STAnd-aLONE system tray
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_X_PREFIX=	yes
 USE_BZIP2=	yes
+USE_XPM=	yes
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-native-kde --disable-debug
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--mandir=${MANPREFIX}/man \
+		--disable-native-kde \
+		--disable-debug
 
 MAN1=		stalonetray.1
 PLIST_FILES=	bin/stalonetray
diff -urN /usr/ports/x11/stalonetray/distinfo x11/stalonetray/distinfo
--- /usr/ports/x11/stalonetray/distinfo	Sat Jul 15 02:34:34 2006
+++ x11/stalonetray/distinfo	Mon Jul  2 03:26:18 2007
@@ -1,3 +1,3 @@
-MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae
-SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c
-SIZE (stalonetray-0.4.tar.bz2) = 119432
+MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e
+SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
+SIZE (stalonetray-0.6.5.tar.bz2) = 113389
diff -urN /usr/ports/x11/stalonetray/files/patch-src-main.c x11/stalonetray/files/patch-src-main.c
--- /usr/ports/x11/stalonetray/files/patch-src-main.c	Sat Jul 15 02:34:34 2006
+++ x11/stalonetray/files/patch-src-main.c	Thu Jan  1 09:00:00 1970
@@ -1,33 +0,0 @@
---- src/main.c.orig	Thu Jul 13 19:06:09 2006
-+++ src/main.c	Thu Jul 13 19:07:23 2006
-@@ -131,7 +131,9 @@
- 			tray_data.xsh.width, tray_data.xsh.height,
- 			tray_data.xsh.x, tray_data.xsh.y));
- 
-+#ifdef DEBUG
- 	forall_icons(&print_icon_data);	
-+#endif
- 	DBG(3, ("===================================\n"));
- 	trace_mode = 0;
- }
-@@ -455,16 +457,20 @@
- 					unlayout_icon(ti); /* or hide ? */
- 					return;
- 				}
-+#ifdef DEBUG
- 				print_icon_data(ti);
-+#endif
- 				update_positions();
- 				tray_set_constraints();
- 				DBG(4, ("icon position were updated\n"));
- 			} else {
- 				hide_window(ti);
- 			}
-+#ifdef DEBUG
- 			DBG(4, ("====================\n"));
- 			forall_icons(&print_icon_data);
- 			DBG(4, ("====================\n"));
-+#endif
- 		}
- 	}
- }
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sun Jul 8 19:03:39 UTC 2007 
Responsible-Changed-Why:  
Eat. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114418: commit references a PR
Date: Wed, 11 Jul 2007 03:50:25 +0000 (UTC)

 rafan       2007-07-11 03:50:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/stalonetray      Makefile distinfo 
   Removed files:
     x11/stalonetray/files patch-src-main.c 
   Log:
   - Update to 0.6.5
   - Use macro from bsd.sites.mk
   
   PR:             ports/114418
   Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
   
   Revision  Changes    Path
   1.5       +7 -9      ports/x11/stalonetray/Makefile
   1.3       +3 -3      ports/x11/stalonetray/distinfo
   1.3       +0 -33     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"
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Jul 11 04:04:12 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114418 
>Unformatted:
