1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 1.33

PR:		ports/69153
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-07-17 11:41:50 +00:00
parent 1d3c9d0cba
commit 7d17256509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113807
8 changed files with 52 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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