From martijn@pacno.net  Thu Jul 15 16:24:03 2004
Return-Path: <martijn@pacno.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D190416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jul 2004 16:24:03 +0000 (GMT)
Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 58BC543D41
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jul 2004 16:23:59 +0000 (GMT)
	(envelope-from martijn@pacno.net)
Received: from hostage.demon.nl ([82.161.93.5]:55584)
	by post-23.mail.nl.demon.net with esmtp (Exim 4.34)
	id 1Bl91a-000KiD-E3
	for FreeBSD-gnats-submit@freebsd.org; Thu, 15 Jul 2004 16:23:58 +0000
Received: from localhost (localhost [127.0.0.1])
	by hostage.demon.nl (Postfix) with ESMTP id BF5954189
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jul 2004 18:23:55 +0200 (CEST)
Received: from hostage.demon.nl ([127.0.0.1])
 by localhost (drain.pacno.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 83854-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Thu, 15 Jul 2004 18:23:28 +0200 (CEST)
Received: by hostage.demon.nl (Postfix, from userid 1001)
	id 6B1A44085; Thu, 15 Jul 2004 18:23:25 +0200 (CEST)
Message-Id: <20040715162325.6B1A44085@hostage.demon.nl>
Date: Thu, 15 Jul 2004 18:23:25 +0200 (CEST)
From: Martijn Lina <martijn@pacno.net>
Reply-To: Martijn Lina <martijn@pacno.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Upgrade net/imcom to version 1.33
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69117
>Category:       ports
>Synopsis:       Upgrade net/imcom to version 1.33
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 16:30:31 GMT 2004
>Closed-Date:    Fri Jul 16 17:19:03 GMT 2004
>Last-Modified:  Fri Jul 16 17:19:35 GMT 2004
>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:
	Vsevolod Stakhov pointed out to me that imcom 1.32 (the current port
	version) is too buggy and crashes often. Since there is a new version
	available that fixes a lot of bugs, i upgraded this port.
	
>How-To-Repeat:
>Fix:

portlint complains that BUILD_DEPENDS doesn't have a semicolon because it's
set to the predefined ${PYEXPAT}. IMHO this in the right thing to do, so i
ignored the port lint warning.

Please patch and commit the following:


diff -rudN net/imcom.orig/Makefile net/imcom/Makefile
--- net/imcom.orig/Makefile	Sat Nov  8 04:36:10 2003
+++ net/imcom/Makefile	Thu Jul 15 18:18:02 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/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:

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, martijn@pacno.net
Cc:  
Subject: Re: ports/69117: Upgrade net/imcom to version 1.33
Date: Fri, 16 Jul 2004 15:33:46 +0200

 ===>  Configuring for imcom-1.33
 configure: WARNING: you should use --build, --host, --target
 checking Python module expat... true
 [: true: unexpected operator
 checking Python module codecs... true
 [: true: unexpected operator
 
 Most probably bashisms.
 
 Cheers,
    Volker
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jul 16 17:18:31 GMT 2004 
State-Changed-Why:  
Superceded by ports/69153. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69117 
>Unformatted:
