Date: Thu, 15 Jul 2004 18:23:25 +0200 (CEST) From: Martijn Lina <martijn@pacno.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69117: Upgrade net/imcom to version 1.33 Message-ID: <20040715162325.6B1A44085@hostage.demon.nl> Resent-Message-ID: <200407151630.i6FGUVUY074682@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040715162325.6B1A44085>