summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 14:38:13 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 14:38:13 +0000
commitcdfcac1b4cb951d8ce308a778a4ce57d1951b4d8 (patch)
tree5ff93bfd449671172173a35d2cbb37b8ff0dd4d4 /net
parent- Update to 4.6.8 (diff)
- Update to version 0.9.1
- fixed USE_OPENSSL, USE_KDELIBS_VER usage (see PR 57502) PR: 59108 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=93657
Diffstat (limited to 'net')
-rw-r--r--net/simicq/Makefile7
-rw-r--r--net/simicq/distinfo2
-rw-r--r--net/simicq/files/patch-icqicmb.cpp20
-rw-r--r--net/simicq/files/patch-icqlogin.cpp11
-rw-r--r--net/simicq/pkg-plist4
5 files changed, 8 insertions, 36 deletions
diff --git a/net/simicq/Makefile b/net/simicq/Makefile
index a24178097fac..d6114b49a1c5 100644
--- a/net/simicq/Makefile
+++ b/net/simicq/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
-PORTVERSION= 0.9
+PORTVERSION= 0.9.1
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= Plugin-based instant messenger
+USE_BZIP2= yes
USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD= yes
@@ -23,8 +24,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.include <bsd.port.pre.mk>
-
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
PLIST_SUB+= SSL=""
@@ -56,4 +55,4 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net/simicq/distinfo b/net/simicq/distinfo
index 2477d926debd..983a778569c4 100644
--- a/net/simicq/distinfo
+++ b/net/simicq/distinfo
@@ -1 +1 @@
-MD5 (sim-0.9.tar.gz) = 3c2cd29c2150414d67c3882464416f1c
+MD5 (sim-0.9.1.tar.bz2) = e43dd850e41731cd95fbc9fc6a923511
diff --git a/net/simicq/files/patch-icqicmb.cpp b/net/simicq/files/patch-icqicmb.cpp
deleted file mode 100644
index 37ae9fc75289..000000000000
--- a/net/simicq/files/patch-icqicmb.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/icq/icqicmb.cpp.orig Mon Nov 3 01:18:29 2003
-+++ plugins/icq/icqicmb.cpp Mon Nov 3 02:27:56 2003
-@@ -1375,7 +1375,7 @@
- msgBuf.pack(cc[j].alias);
- m_send.id.id_l = rand();
- m_send.id.id_h = rand();
-- sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_AIM_BUDDYLIST, false, false, false);
-+ sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_AIM_BUDDYLIST, false, 0);
- return;
- }
- case MessageUrl:{
-@@ -1573,7 +1573,7 @@
- msgBuf.pack((unsigned long)(this->data.owner.Port));
- msgBuf.pack((unsigned short)8);
- msgBuf.pack((unsigned long)m_nMsgSequence);
-- sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_DIRECT, false, false, false);
-+ sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_DIRECT, false, 0);
- return;
- }
- if (m_send.flags == PLUGIN_AR){
diff --git a/net/simicq/files/patch-icqlogin.cpp b/net/simicq/files/patch-icqlogin.cpp
deleted file mode 100644
index 3fe4ac8d7f2a..000000000000
--- a/net/simicq/files/patch-icqlogin.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/icq/icqlogin.cpp.orig Tue Nov 4 12:58:23 2003
-+++ plugins/icq/icqlogin.cpp Tue Nov 4 13:05:21 2003
-@@ -139,7 +139,7 @@
- m_socket->writeBuffer.tlv(0x0017, 0x0014);
- m_socket->writeBuffer.tlv(0x0018, 0x0009);
- m_socket->writeBuffer.tlv(0x0019, 0x0000);
-- m_socket->writeBuffer.tlv(0x001A, 0x04E5);
-+ m_socket->writeBuffer.tlv(0x001A, 0x0515);
- m_socket->writeBuffer.tlv(0x0014, 0x0000043DL);
- m_socket->writeBuffer.tlv(0x000f, "en");
- m_socket->writeBuffer.tlv(0x000e, "us");
diff --git a/net/simicq/pkg-plist b/net/simicq/pkg-plist
index b06964a6e45c..0059bad4d9ad 100644
--- a/net/simicq/pkg-plist
+++ b/net/simicq/pkg-plist
@@ -20,6 +20,7 @@ share/apps/sim/plugins/dock.so
share/apps/sim/plugins/filter.so
share/apps/sim/plugins/floaty.so
share/apps/sim/plugins/forward.so
+share/apps/sim/plugins/gpg.so
share/apps/sim/plugins/icons.so
share/apps/sim/plugins/icq.so
share/apps/sim/plugins/jabber.so
@@ -59,6 +60,7 @@ share/locale/de/LC_MESSAGES/sim.mo
share/locale/es/LC_MESSAGES/sim.mo
share/locale/fr/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
+share/locale/hu/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
@@ -89,6 +91,8 @@ share/locale/zh_TW/LC_MESSAGES/sim.mo
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/it 2>/dev/null || true
+@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/hu 2>/dev/null || true
@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he 2>/dev/null || true
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true