aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-07-02 18:28:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-07-02 18:28:42 +0000
commit6f55f1ad5019161615d4d5b0c779211d9b17ef3d (patch)
tree7c038cd19230400680f3df366e8b5483277e9cd8 /net-im/licq
parentdca7744e052bba0e84ca69bba576befca7589a96 (diff)
downloadports-6f55f1ad5019161615d4d5b0c779211d9b17ef3d.tar.gz
ports-6f55f1ad5019161615d4d5b0c779211d9b17ef3d.zip
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile2
-rw-r--r--net-im/licq/files/patch-icqpacket.cpp11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index eda56afe275c..4b39f8fef86c 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -7,7 +7,7 @@
PORTNAME= base
PORTVERSION= ${LICQ_VER}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im
PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2}
diff --git a/net-im/licq/files/patch-icqpacket.cpp b/net-im/licq/files/patch-icqpacket.cpp
new file mode 100644
index 000000000000..874d1c82b52d
--- /dev/null
+++ b/net-im/licq/files/patch-icqpacket.cpp
@@ -0,0 +1,11 @@
+--- src/icqpacket.cpp.orig 2007-09-28 22:11:35.000000000 +0200
++++ src/icqpacket.cpp 2008-07-02 20:09:19.000000000 +0200
+@@ -821,7 +821,7 @@
+
+ // Static versioning
+ buffer->PackUnsignedLongBE(0x00160002);
+- buffer->PackUnsignedShortBE(0x010A);
++ buffer->PackUnsignedShortBE(0x010B);
+ // Client version major (4 == ICQ2000, 5 == ICQ2001)
+ buffer->PackUnsignedLongBE(0x00170002);
+ buffer->PackUnsignedShortBE(0x0014);