View | Details | Raw Unified | Return to bug 46377
Collapse All | Expand All

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

Return to bug 46377