Date: Fri, 16 Jul 2004 15:59:42 +0200 (CEST) From: Martijn Lina <martijn@pacno.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69153: Beatified (and therefore superseded) ports/69117 Message-ID: <20040716135942.3F9D04794@hostage.demon.nl> Resent-Message-ID: <200407161400.i6GE0mY0021084@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69153 >Category: ports >Synopsis: Beatified (and therefore superseded) ports/69117 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 16 14:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Martijn Lina >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD drain.pacno.net 5.2.1-RELEASE-p8 i386 >Description: Volker Stolz pointed out some harmeless but nonetheless ugly checks that failed in configure. Lazy me, i should have patched it in the first place.... This port upgrade includes that patch. >How-To-Repeat: >Fix: Please apply and commit this patch: diff -rudN net/imcom.orig/Makefile net/imcom/Makefile --- net/imcom.orig/Makefile Sat Nov 8 04:36:10 2003 +++ net/imcom/Makefile Fri Jul 16 15:53:31 2004 @@ -5,9 +5,10 @@ # $FreeBSD: ports/net/imcom/Makefile,v 1.7 2003/11/04 18:08:47 perky Exp $ 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 -rudN net/imcom.orig/distinfo net/imcom/distinfo --- net/imcom.orig/distinfo Thu Apr 1 14:40:35 2004 +++ net/imcom/distinfo Thu Jul 15 18:13:57 2004 @@ -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 -rudN net/imcom.orig/files/patch-configure net/imcom/files/patch-configure --- net/imcom.orig/files/patch-configure Thu Jan 1 01:00:00 1970 +++ net/imcom/files/patch-configure Fri Jul 16 15:52:42 2004 @@ -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 -rudN net/imcom.orig/pkg-plist net/imcom/pkg-plist --- net/imcom.orig/pkg-plist Thu Oct 30 13:48:49 2003 +++ net/imcom/pkg-plist Thu Jul 15 18:16:35 2004 @@ -3,6 +3,7 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716135942.3F9D04794>