summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
committerkrion <krion@FreeBSD.org>2004-07-17 11:41:50 +0000
commitec9716fd9fc1078548e99412d94d68d743be69a5 (patch)
tree1a134cd9d86385a3f865ec2ee5a6fe4b527ca75f /net-im
parent5bdd95691f39a70400b5c9068e687e113a257f76 (diff)
downloadFreeBSD-ports-ec9716fd9fc1078548e99412d94d68d743be69a5.zip
FreeBSD-ports-ec9716fd9fc1078548e99412d94d68d743be69a5.tar.gz
Update to 1.33
PR: ports/69153 Submitted by: maintainer
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 b1f8955..780f3a3 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 26d935c..4dde273 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 0000000..79e4678
--- /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 511318a..c87f460 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
OpenPOWER on IntegriCloud