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