summaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-21 11:25:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-21 11:25:33 +0000
commit0aedc99d68a38ed568746be4aaf4832b6333284e (patch)
tree95df85d97ecf28dff2cbe857bce5152feb1af953 /net-im/licq
parent- Fix a SIGSEGV problem when unsubscribing IMAP folders. (diff)
- update to 1.3.9
Notes
Notes: svn path=/head/; revision=254720
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile.inc9
-rw-r--r--net-im/licq/distinfo6
-rw-r--r--net-im/licq/files/patch-socket.cpp32
-rw-r--r--net-im/licq/pkg-plist2
4 files changed, 8 insertions, 41 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc
index e603991de4f8..2e60c902fdc3 100644
--- a/net-im/licq/Makefile.inc
+++ b/net-im/licq/Makefile.inc
@@ -2,11 +2,10 @@
# $FreeBSD$
PKGNAMEPREFIX= licq-
-LICQ_VER= 1.3.6
-QT_LICQ_VER= 1.3.6
-OSD_LICQ_VER= 1.3.2.1
-RMS_LICQ_VER= 1.3.2
-CONSOLE_LICQ_VER= 1.3.6
+LICQ_VER= 1.3.9
+QT_LICQ_VER= 1.3.9
+OSD_LICQ_VER= 1.3.9
+CONSOLE_LICQ_VER= 1.3.9
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
.endif
diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo
index 3e410b12f1ff..06a813ae58c5 100644
--- a/net-im/licq/distinfo
+++ b/net-im/licq/distinfo
@@ -1,3 +1,3 @@
-MD5 (licq-1.3.6.tar.bz2) = 9a2842dceba565601d0339347e6e203d
-SHA256 (licq-1.3.6.tar.bz2) = ad6ea66301923e5d106111a6b4654aaa72131d8b5c499d16dc9fbbc8cd29845e
-SIZE (licq-1.3.6.tar.bz2) = 4777777
+MD5 (licq-1.3.9.tar.bz2) = 5285efd538fc5540cc85bc8979b8efae
+SHA256 (licq-1.3.9.tar.bz2) = 67c300a3b7045a1d6f182f4824a9c6815f9b71db1816885fc83bf9937fffd056
+SIZE (licq-1.3.9.tar.bz2) = 4507409
diff --git a/net-im/licq/files/patch-socket.cpp b/net-im/licq/files/patch-socket.cpp
deleted file mode 100644
index be0b88a6038b..000000000000
--- a/net-im/licq/files/patch-socket.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/socket.cpp.orig Mon Jun 16 19:09:46 2003
-+++ src/socket.cpp Mon Aug 2 16:05:55 2004
-@@ -20,6 +20,9 @@
- #include <netdb.h>
- #include <fcntl.h>
- #include <unistd.h>
-+#ifdef __FreeBSD__
-+#include <osreldate.h>
-+#endif
-
- #ifdef HAVE_INET_ATON
- #include <arpa/inet.h>
-@@ -49,7 +52,6 @@
- #ifdef USE_SOCKS5
-
- #define SOCKS
--#define INCLUDE_PROTOTYPES
- extern "C" {
- #include <socks.h>
- }
-@@ -489,7 +491,11 @@
- m_sRemoteAddr.sin_family = AF_INET;
-
- // if connect fails then call CloseConnection to clean up before returning
-+#if defined(__FreeBSD__) && __FreeBSD_version < 400013
-+ int sizeofSockaddr = sizeof(struct sockaddr);
-+#else
- socklen_t sizeofSockaddr = sizeof(struct sockaddr);
-+#endif
- if (connect(m_nDescriptor, (struct sockaddr *)&m_sRemoteAddr, sizeofSockaddr) < 0)
- {
- // errno has been set
diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist
index 3786c84d40e2..7ed57094eeab 100644
--- a/net-im/licq/pkg-plist
+++ b/net-im/licq/pkg-plist
@@ -25,6 +25,7 @@ include/licq/licq_interestcodes.h
include/licq/licq_languagecodes.h
include/licq/licq_log.h
include/licq/licq_message.h
+include/licq/licq_mutex.h
include/licq/licq_occupationcodes.h
include/licq/licq_onevent.h
include/licq/licq_organizationcodes.h
@@ -41,7 +42,6 @@ include/licq/licq_socket.h
include/licq/licq_translate.h
include/licq/licq_user.h
include/licq/licq_utility.h
-include/licq/pthread_rdwr.h
share/licq/sounds/Monty-Python.wav
share/licq/sounds/fun/Auth.wav
share/licq/sounds/fun/Chat.wav