1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 0.8.1

PR:		46377
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li> (maintainer)
This commit is contained in:
Tilman Keskinoz 2003-01-02 17:43:11 +00:00
parent 3a23114bdb
commit 47616dfcd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72239
18 changed files with 72 additions and 78 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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/}

View File

@ -1 +1 @@
MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb
MD5 (sim-0.8.1.tar.gz) = 5b00e474a71609f8d7e960acefcb9319

View File

@ -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);

View File

@ -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:

View File

@ -20,4 +20,4 @@ Special Features
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@gigolo.li
j.el-rayes@daemon.li

View File

@ -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/file.wav
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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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/}

View File

@ -1 +1 @@
MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb
MD5 (sim-0.8.1.tar.gz) = 5b00e474a71609f8d7e960acefcb9319

View File

@ -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);

View File

@ -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:

View File

@ -20,4 +20,4 @@ Special Features
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@gigolo.li
j.el-rayes@daemon.li

View File

@ -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/file.wav
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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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/}

View File

@ -1 +1 @@
MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb
MD5 (sim-0.8.1.tar.gz) = 5b00e474a71609f8d7e960acefcb9319

View File

@ -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);

View File

@ -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:

View File

@ -20,4 +20,4 @@ Special Features
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@gigolo.li
j.el-rayes@daemon.li

View File

@ -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/file.wav
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