diff options
author | krion <krion@FreeBSD.org> | 2004-07-17 19:41:50 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-17 19:41:50 +0800 |
commit | ec9716fd9fc1078548e99412d94d68d743be69a5 (patch) | |
tree | 1a134cd9d86385a3f865ec2ee5a6fe4b527ca75f /net | |
parent | 5bdd95691f39a70400b5c9068e687e113a257f76 (diff) | |
download | freebsd-ports-gnome-ec9716fd9fc1078548e99412d94d68d743be69a5.tar.gz freebsd-ports-gnome-ec9716fd9fc1078548e99412d94d68d743be69a5.tar.zst freebsd-ports-gnome-ec9716fd9fc1078548e99412d94d68d743be69a5.zip |
Update to 1.33
PR: ports/69153
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/imcom/Makefile | 5 | ||||
-rw-r--r-- | net/imcom/distinfo | 4 | ||||
-rw-r--r-- | net/imcom/files/patch-configure | 20 | ||||
-rw-r--r-- | net/imcom/pkg-plist | 1 |
4 files changed, 26 insertions, 4 deletions
diff --git a/net/imcom/Makefile b/net/imcom/Makefile index b1f8955551df..780f3a3f7a12 100644 --- a/net/imcom/Makefile +++ b/net/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/imcom/distinfo b/net/imcom/distinfo index 26d935c4085b..4dde273593dc 100644 --- a/net/imcom/distinfo +++ b/net/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/imcom/files/patch-configure b/net/imcom/files/patch-configure new file mode 100644 index 000000000000..79e46787b3ab --- /dev/null +++ b/net/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/imcom/pkg-plist b/net/imcom/pkg-plist index 511318a8f82c..c87f46033e75 100644 --- a/net/imcom/pkg-plist +++ b/net/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 |