From shammer@satanii.enemy.org  Thu Dec 19 06:54:48 2002
Return-Path: <shammer@satanii.enemy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9768237B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Dec 2002 06:54:48 -0800 (PST)
Received: from satanii.enemy.org (satanii.enemy.org [62.116.11.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD3343EC5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Dec 2002 06:54:47 -0800 (PST)
	(envelope-from shammer@satanii.enemy.org)
Received: from satanii.enemy.org (shammer@localhost [IPv6:::1])
	by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id gBJEtlb0013545
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Dec 2002 15:55:47 +0100 (CET)
	(envelope-from shammer@satanii.enemy.org)
Received: (from shammer@localhost)
	by satanii.enemy.org (8.12.6/8.12.6/Submit) id gBJEtk4u013544;
	Thu, 19 Dec 2002 15:55:46 +0100 (CET)
Message-Id: <200212191455.gBJEtk4u013544@satanii.enemy.org>
Date: Thu, 19 Dec 2002 15:55:46 +0100 (CET)
From: Josef El-Rayes <j.el-rayes@daemon.li>
Reply-To: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/simicq
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46377
>Category:       ports
>Synopsis:       net/simicq
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 19 07:00:15 PST 2002
>Closed-Date:    Thu Jan 02 09:43:52 PST 2003
>Last-Modified:  Thu Jan 02 09:43:52 PST 2003
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.7-RELEASE alpha
>Organization:
>Environment:
System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha


	
>Description:
	update for simicq port
>How-To-Repeat:
	
>Fix:
in my mail before i attached a tar.gz - use this diff instead
	

--- simicq.diff begins here ---
diff -ruN simicq-old/Makefile simicq/Makefile
--- simicq-old/Makefile	Thu Dec 19 12:17:22 2002
+++ simicq/Makefile	Thu Dec 19 13:59:46 2002
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/simicq/Makefile,v 1.2 2002/11/15 21:31:39 arved Exp $
 
 PORTNAME=	simicq
-PORTVERSION=	0.8
+PORTVERSION=	0.8.1
 CATEGORIES=	net kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:S/mi/m-i/}
diff -ruN simicq-old/distinfo simicq/distinfo
--- simicq-old/distinfo	Thu Dec 19 12:17:22 2002
+++ simicq/distinfo	Thu Dec 19 12:29:10 2002
@@ -1 +1 @@
-MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb
+MD5 (sim-0.8.1.tar.gz) = 5b00e474a71609f8d7e960acefcb9319
diff -ruN simicq-old/files/patch-service.cpp simicq/files/patch-service.cpp
--- simicq-old/files/patch-service.cpp	Thu Dec 19 12:17:22 2002
+++ simicq/files/patch-service.cpp	Thu Jan  1 01:00:00 1970
@@ -1,19 +0,0 @@
---- sim/libicq/service.cpp.orig	Thu Nov 21 21:52:08 2002
-+++ sim/libicq/service.cpp	Thu Nov 21 21:53:46 2002
-@@ -301,14 +301,14 @@
-     time(&now);
-     Buffer b;
-     b << (char)3;
--    b.pack(now);
-+    b.pack((unsigned long)now);
-     b.pack((unsigned short)0);
-     b.pack((unsigned short)1);
-     b.pack((unsigned short)1);
-     b.pack((char*)SHARED_FILES_SIGN, 16);
-     b << (char)4 << (unsigned short)1;
-     b.pack((unsigned long)(bState ? 1 : 0));
--    b.pack(now);
-+    b.pack((unsigned long)now);
-     b.pack((unsigned long)0);
-     b.pack((unsigned short)1);
-     sendUpdate(b);
diff -ruN simicq-old/files/toolsetup.diff simicq/files/toolsetup.diff
--- simicq-old/files/toolsetup.diff	Thu Jan  1 01:00:00 1970
+++ simicq/files/toolsetup.diff	Thu Dec 19 12:25:42 2002
@@ -0,0 +1,11 @@
+--- toolsetup.h.old	Tue Dec 17 13:25:36 2002
++++ toolsetup.h	Tue Dec 17 13:57:26 2002
+@@ -23,7 +23,7 @@
+ #include "toolsetupbase.h"
+ #include "toolbtn.h"
+ 
+-class ToolBarSetup : public ToolBarSetupBase
++class ToolBarSetup : ToolBarSetupBase
+ {
+     Q_OBJECT
+ public:
diff -ruN simicq-old/pkg-descr simicq/pkg-descr
--- simicq-old/pkg-descr	Thu Dec 19 12:17:22 2002
+++ simicq/pkg-descr	Thu Dec 19 13:58:20 2002
@@ -20,4 +20,4 @@
 WWW: http://sim-icq.sourceforge.net/
 
 Josef El-Rayes
-j.el-rayes@gigolo.li
+j.el-rayes@daemon.li
diff -ruN simicq-old/pkg-plist simicq/pkg-plist
--- simicq-old/pkg-plist	Thu Dec 19 12:17:22 2002
+++ simicq/pkg-plist	Thu Dec 19 13:37:05 2002
@@ -1,15 +1,20 @@
 bin/sim
+bin/simctrl
 share/applnk/Internet/sim.desktop
 share/icons/locolor/32x32/apps/sim.png
 share/icons/locolor/16x16/apps/sim.png
 share/icons/hicolor/16x16/apps/sim.png
 share/icons/hicolor/32x32/apps/sim.png
+share/locale/cs/LC_MESSAGES/sim.mo
 share/locale/de/LC_MESSAGES/sim.mo
-share/locale/zh_TW/LC_MESSAGES/sim.mo
+share/locale/es/LC_MESSAGES/sim.mo
+share/locale/it/LC_MESSAGES/sim.mo
+share/locale/nl/LC_MESSAGES/sim.mo
+share/locale/pl/LC_MESSAGES/sim.mo
 share/locale/ru/LC_MESSAGES/sim.mo
 share/locale/tr/LC_MESSAGES/sim.mo
-share/locale/it/LC_MESSAGES/sim.mo
-share/apps/sim/pict/splash.png
+share/locale/uk/LC_MESSAGES/sim.mo
+share/locale/zh_TW/LC_MESSAGES/sim.mo
 share/apps/sim/sounds/auth.wav
 share/apps/sim/sounds/message.wav
 share/apps/sim/sounds/url.wav
@@ -19,7 +24,8 @@
 share/apps/sim/sounds/filedone.wav
 share/apps/sim/sounds/chat.wav
 share/apps/sim/sounds/startup.wav
+share/apps/sim/pict/splash.png
 @dirrm share/apps/sim/icons
-@dirrm share/apps/sim/pict
 @dirrm share/apps/sim/sounds
+@dirrm share/apps/sim/pict
 @dirrm share/apps/sim
--- simicq.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu Jan 2 09:43:35 PST 2003 
State-Changed-Why:  
Committed, thanks 

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