aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
commit7d17256509b1b1782a847efde88f9ade9d2a417d (patch)
tree56cc29457727dc2b1ca627d13ea1aadcd04c3d6d /net-im
parent1d3c9d0cba05c4b9adae642d5000f5f5dc665508 (diff)
downloadports-7d17256509b1b1782a847efde88f9ade9d2a417d.tar.gz
ports-7d17256509b1b1782a847efde88f9ade9d2a417d.zip
Update to 1.33
PR: ports/69153 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=113807
Diffstat (limited to 'net-im')
-rw-r--r--net-im/imcom/Makefile5
-rw-r--r--net-im/imcom/distinfo4
-rw-r--r--net-im/imcom/files/patch-configure20
-rw-r--r--net-im/imcom/pkg-plist1
4 files changed, 26 insertions, 4 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile
index b1f8955551df..780f3a3f7a12 100644
--- a/net-im/imcom/Makefile
+++ b/net-im/imcom/Makefile
@@ -5,9 +5,10 @@
# $FreeBSD$
PORTNAME= imcom
-PORTVERSION= 1.32
+PORTVERSION= 1.33
CATEGORIES= net
-MASTER_SITES= http://nafai.dyndns.org/files/
+MASTER_SITES= http://nafai.dyndns.org/files/ \
+ http://imcom.floobin.cx/files/
MAINTAINER= martijn@pacno.net
COMMENT= IMCom is a command-line Jabber client written in Python
diff --git a/net-im/imcom/distinfo b/net-im/imcom/distinfo
index 26d935c4085b..4dde273593dc 100644
--- a/net-im/imcom/distinfo
+++ b/net-im/imcom/distinfo
@@ -1,2 +1,2 @@
-MD5 (imcom-1.32.tar.gz) = fad725be0e61f9227d0181409ba8bc06
-SIZE (imcom-1.32.tar.gz) = 280507
+MD5 (imcom-1.33.tar.gz) = 37258996233ba8a3a3bdcbab179adf70
+SIZE (imcom-1.33.tar.gz) = 281661
diff --git a/net-im/imcom/files/patch-configure b/net-im/imcom/files/patch-configure
new file mode 100644
index 000000000000..79e46787b3ab
--- /dev/null
+++ b/net-im/imcom/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Fri Jul 16 15:52:26 2004
++++ configure Fri Jul 16 15:52:32 2004
+@@ -1277,7 +1277,7 @@
+ HAVE_PY_LIB_expat=$ac_cv_py_have_expat;
+
+ fi
+-if [ $HAVE_PY_LIB_expat == false ]; then
++if [ $HAVE_PY_LIB_expat = false ]; then
+ {
+ echo "expat is a required module... aborting.";
+ exit
+@@ -1325,7 +1325,7 @@
+ HAVE_PY_LIB_codecs=$ac_cv_py_have_codecs;
+
+ fi
+-if [ $HAVE_PY_LIB_codecs == false ]; then
++if [ $HAVE_PY_LIB_codecs = false ]; then
+ {
+ echo "codecs is a required module... aborting.";
+ exit
diff --git a/net-im/imcom/pkg-plist b/net-im/imcom/pkg-plist
index 511318a8f82c..c87f46033e75 100644
--- a/net-im/imcom/pkg-plist
+++ b/net-im/imcom/pkg-plist
@@ -3,6 +3,7 @@ share/imcom/modules/__init__.py
share/imcom/modules/awaylogmodule.py
share/imcom/modules/conferencecolorsmodule.py
share/imcom/modules/examplemodule.py
+share/imcom/modules/presenceErrorModule.py
share/imcom/modules/testmodule.py
share/imcom/AccountCreator.py
share/imcom/AutoStatus.py