summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-11 21:22:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-11 21:22:51 +0000
commit500e33efb9ef658ec9a1d4a415b14b4ea08fd94f (patch)
treefc012fa6ab0a952d91465bb67dbc63306593ad52 /net-im
parent. Install manual pages for javavmwrapper. (diff)
- Update to 1.33p1
PR: ports/79795 Submitted by: Martijn Lina <martijn@pacno.net> (maintainer)
Notes
Notes: svn path=/head/; revision=133093
Diffstat (limited to 'net-im')
-rw-r--r--net-im/imcom/Makefile2
-rw-r--r--net-im/imcom/distinfo4
-rw-r--r--net-im/imcom/files/patch-IMCom.py26
3 files changed, 29 insertions, 3 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile
index 780f3a3f7a12..4375f6cf5a6b 100644
--- a/net-im/imcom/Makefile
+++ b/net-im/imcom/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= imcom
-PORTVERSION= 1.33
+DISTVERSION= 1.33p1
CATEGORIES= net
MASTER_SITES= http://nafai.dyndns.org/files/ \
http://imcom.floobin.cx/files/
diff --git a/net-im/imcom/distinfo b/net-im/imcom/distinfo
index 4dde273593dc..75fdc570b547 100644
--- a/net-im/imcom/distinfo
+++ b/net-im/imcom/distinfo
@@ -1,2 +1,2 @@
-MD5 (imcom-1.33.tar.gz) = 37258996233ba8a3a3bdcbab179adf70
-SIZE (imcom-1.33.tar.gz) = 281661
+MD5 (imcom-1.33p1.tar.gz) = 0397703023c86326961341a2394c1b34
+SIZE (imcom-1.33p1.tar.gz) = 282253
diff --git a/net-im/imcom/files/patch-IMCom.py b/net-im/imcom/files/patch-IMCom.py
new file mode 100644
index 000000000000..9d5fc4ee63de
--- /dev/null
+++ b/net-im/imcom/files/patch-IMCom.py
@@ -0,0 +1,26 @@
+--- IMCom.py.orig Sat Mar 26 00:34:55 2005
++++ IMCom.py Sat Mar 26 00:36:17 2005
+@@ -618,7 +618,7 @@
+
+ def sendPriority(self, priority):
+ self.priority = priority
+- tosend = "<presence type='available'>"\
++ tosend = "<presence>"\
+ "<show>"+self.currentStatus+"</show>"\
+ "<priority>"+str(priority)+"</priority>"
+ if(self.currentStatusReason != None or self.currentStatusReason != ""):
+@@ -640,12 +640,12 @@
+ self.currentStatus = "online"
+ self.currentStatusReason = reason
+ if(reason == None):
+- tosend = "<presence type='available'>"\
++ tosend = "<presence>"\
+ "<show>online</show>"\
+ "<priority>"+priority+"</priority>"\
+ "</presence>"
+ else:
+- tosend = "<presence type='available'>"\
++ tosend = "<presence>"\
+ "<show>online</show><status>"+self.normalize(reason)+"</status>"\
+ "<priority>"+priority+"</priority>"\
+ "</presence>"