From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 15 16:30:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49CD16A4CF for ; Thu, 15 Jul 2004 16:30:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A72843D45 for ; Thu, 15 Jul 2004 16:30:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6FGUVk0074683 for ; Thu, 15 Jul 2004 16:30:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6FGUVUY074682; Thu, 15 Jul 2004 16:30:31 GMT (envelope-from gnats) Resent-Date: Thu, 15 Jul 2004 16:30:31 GMT Resent-Message-Id: <200407151630.i6FGUVUY074682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martijn Lina Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D190416A4CE for ; 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69117: Upgrade net/imcom to version 1.33 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martijn Lina List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 16:30:31 -0000 >Number: 69117 >Category: ports >Synopsis: Upgrade net/imcom to version 1.33 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 16:30:31 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: 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: >Unformatted: