From 500e33efb9ef658ec9a1d4a415b14b4ea08fd94f Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 11 Apr 2005 21:22:51 +0000 Subject: - Update to 1.33p1 PR: ports/79795 Submitted by: Martijn Lina (maintainer) --- net-im/imcom/Makefile | 2 +- net-im/imcom/distinfo | 4 ++-- net-im/imcom/files/patch-IMCom.py | 26 ++++++++++++++++++++++++++ net/imcom/Makefile | 2 +- net/imcom/distinfo | 4 ++-- net/imcom/files/patch-IMCom.py | 26 ++++++++++++++++++++++++++ 6 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 net-im/imcom/files/patch-IMCom.py create mode 100644 net/imcom/files/patch-IMCom.py 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 = ""\ ++ tosend = ""\ + ""+self.currentStatus+""\ + ""+str(priority)+"" + if(self.currentStatusReason != None or self.currentStatusReason != ""): +@@ -640,12 +640,12 @@ + self.currentStatus = "online" + self.currentStatusReason = reason + if(reason == None): +- tosend = ""\ ++ tosend = ""\ + "online"\ + ""+priority+""\ + "" + else: +- tosend = ""\ ++ tosend = ""\ + "online"+self.normalize(reason)+""\ + ""+priority+""\ + "" diff --git a/net/imcom/Makefile b/net/imcom/Makefile index 780f3a3f7a12..4375f6cf5a6b 100644 --- a/net/imcom/Makefile +++ b/net/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/imcom/distinfo b/net/imcom/distinfo index 4dde273593dc..75fdc570b547 100644 --- a/net/imcom/distinfo +++ b/net/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/imcom/files/patch-IMCom.py b/net/imcom/files/patch-IMCom.py new file mode 100644 index 000000000000..9d5fc4ee63de --- /dev/null +++ b/net/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 = ""\ ++ tosend = ""\ + ""+self.currentStatus+""\ + ""+str(priority)+"" + if(self.currentStatusReason != None or self.currentStatusReason != ""): +@@ -640,12 +640,12 @@ + self.currentStatus = "online" + self.currentStatusReason = reason + if(reason == None): +- tosend = ""\ ++ tosend = ""\ + "online"\ + ""+priority+""\ + "" + else: +- tosend = ""\ ++ tosend = ""\ + "online"+self.normalize(reason)+""\ + ""+priority+""\ + "" -- cgit v1.2.3