From root@work1.lehis.ru  Mon May 15 09:47:54 2006
Return-Path: <root@work1.lehis.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4FC3016A409
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2006 09:47:54 +0000 (UTC)
	(envelope-from root@work1.lehis.ru)
Received: from work1.lehis.ru (work.lehis.ru [217.172.18.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 696F043D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 May 2006 09:47:52 +0000 (GMT)
	(envelope-from root@work1.lehis.ru)
Received: from work1.lehis.ru (localhost.starnet.ru [127.0.0.1])
	by work1.lehis.ru (8.13.4/8.13.4) with ESMTP id k4F9lkXq041677;
	Mon, 15 May 2006 13:47:46 +0400 (MSD)
	(envelope-from root@work1.lehis.ru)
Received: (from root@localhost)
	by work1.lehis.ru (8.13.4/8.13.4/Submit) id k4F9lkJN041676;
	Mon, 15 May 2006 13:47:46 +0400 (MSD)
	(envelope-from root)
Message-Id: <200605150947.k4F9lkJN041676@work1.lehis.ru>
Date: Mon, 15 May 2006 13:47:46 +0400 (MSD)
From: "Alexey V. Panfilov" <sim-im@lehis.ru>
Reply-To: "Alexey V. Panfilov" <sim-im@lehis.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Subject: [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.474
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97296
>Category:       ports
>Synopsis:       [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.474
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 09:50:14 GMT 2006
>Closed-Date:    Mon Jun 12 14:28:48 GMT 2006
>Last-Modified:  Mon Jun 12 14:28:48 GMT 2006
>Originator:     Alexey V. Panfilov
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD work1.lehis.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Fri Jan 13 21:26:25 MSK 2006 root@work1.lehis.ru:/usr/src/sys/i386/compile/lehis i386


>Description:
	Update version of sim-im-devel
	Fix Makefile (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/97207)
>How-To-Repeat:
	N/A
>Fix:

Index: ports/net-im/sim-im-devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/sim-im-devel/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
8c8
< PORTVERSION=	0.9.5.432
---
> PORTVERSION=	0.9.5.474
19a20
> USE_AUTOTOOLS=	libtool:15
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon May 15 09:56:11 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97296 

From: "Alexey V. Panfilov" <sim-im@lehis.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Subject: Re: ports/97296: [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.474
Date: Mon, 15 May 2006 14:47:44 +0400 (MSD)

 >Submitter-Id:	current-users
 >Originator:	Alexey V. Panfilov
 >Organization:	none
 >Confidential:	no
 >Synopsis:	Re: ports/97296: [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.474
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		change-request
 >Release:	FreeBSD 6.0-RELEASE i386
 >Environment:
 System: FreeBSD work1.lehis.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Fri Jan 13 21:26:25 MSK 2006 root@work1.lehis.ru:/usr/src/sys/i386/compile/lehis i386
 
 
 >Description:
 	Update version of sim-im-devel
 	Fix Makefile (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/97207)
 >How-To-Repeat:
 	Previous diffs wasn't comlete.
 >Fix:
 
 Index: ports/net-im/sim-im-devel/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/net-im/sim-im-devel/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- ports/net-im/sim-im-devel/Makefile	27 Apr 2006 01:03:35 -0000	1.1
 +++ ports/net-im/sim-im-devel/Makefile	15 May 2006 10:05:14 -0000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/net-im/sim-im-devel/Makefile,v 1.1 2006/04/27 01:03:35 edwin Exp $
  
  PORTNAME=	sim-im-devel
 -PORTVERSION=	0.9.5.432
 +PORTVERSION=	0.9.5.474
  CATEGORIES=	net-im
  MASTER_SITES=	http://sim-im.lehis.ru/dist/
  
 @@ -17,6 +17,7 @@
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 +USE_AUTOTOOLS=	libtool:15
  USE_QT_VER=	3
  USE_OPENSSL=	yes
  USE_PERL5_BUILD=	yes
 Index: ports/net-im/sim-im-devel/distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/net-im/sim-im-devel/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- ports/net-im/sim-im-devel/distinfo	27 Apr 2006 01:03:35 -0000	1.1
 +++ ports/net-im/sim-im-devel/distinfo	15 May 2006 10:05:14 -0000
 @@ -1,3 +1,3 @@
 -MD5 (sim-im-devel-0.9.5.432.tar.bz2) = 393862225ff2060f40a4b34ddb2578e3
 -SHA256 (sim-im-devel-0.9.5.432.tar.bz2) = e56019e39d0f5923935bd2b8270841c8e3e26b8ad19e7c9e538f1a1cb9655e43
 -SIZE (sim-im-devel-0.9.5.432.tar.bz2) = 2412783
 +MD5 (sim-im-devel-0.9.5.474.tar.bz2) = de7770affbc5b99b64c628e3e581fb1d
 +SHA256 (sim-im-devel-0.9.5.474.tar.bz2) = 64abe937da8cde9cae7ec16bc7d595c17298ec614cf07e426a1bf7641a760eaa
 +SIZE (sim-im-devel-0.9.5.474.tar.bz2) = 2415077
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue May 16 15:08:32 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97296 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Tue May 16 16:12:21 UTC 2006 
State-Changed-Why:  
'incloplete plist, fails on 4.x, please see 
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=172' 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97296 

From: "Alexey V. Panfilov" <sim-im@lehis.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/97296: [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.456
Date: Thu, 25 May 2006 13:41:57 +0400 (MSD)

 >Submitter-Id:	current-users
 >Originator:	Alexey V. Panfilov
 >Organization:	none
 >Confidential:	no
 >Synopsis:	Re: ports/97296: [UPDATE PORT]: net-im/sim-im-devel to 0.9.5.456
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		change-request
 >Release:	FreeBSD 6.0-RELEASE i386
 >Environment:
 System: FreeBSD work1.lehis.ru 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Fri Jan 13 21:26:25 MSK 2006 root@work1.lehis.ru:/usr/src/sys/i386/compile/lehis i386
 
 
 >Description:
 	Update version of sim-im-devel
 	Fix Makefile (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/97202)
 >How-To-Repeat:
 	N/A.
 >Fix:
 
 Index: ports/net-im/sim-im-devel/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/net-im/sim-im-devel/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- ports/net-im/sim-im-devel/Makefile	27 Apr 2006 01:03:35 -0000	1.1
 +++ ports/net-im/sim-im-devel/Makefile	24 May 2006 13:49:18 -0000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/net-im/sim-im-devel/Makefile,v 1.1 2006/04/27 01:03:35 edwin Exp $
  
  PORTNAME=	sim-im-devel
 -PORTVERSION=	0.9.5.432
 +PORTVERSION=	0.9.5.456
  CATEGORIES=	net-im
  MASTER_SITES=	http://sim-im.lehis.ru/dist/
  
 @@ -17,6 +17,7 @@
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 +USE_AUTOTOOLS=	libtool:15
  USE_QT_VER=	3
  USE_OPENSSL=	yes
  USE_PERL5_BUILD=	yes
 Index: ports/net-im/sim-im-devel/distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/net-im/sim-im-devel/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- ports/net-im/sim-im-devel/distinfo	27 Apr 2006 01:03:35 -0000	1.1
 +++ ports/net-im/sim-im-devel/distinfo	24 May 2006 13:49:18 -0000
 @@ -1,3 +1,3 @@
 -MD5 (sim-im-devel-0.9.5.432.tar.bz2) = 393862225ff2060f40a4b34ddb2578e3
 -SHA256 (sim-im-devel-0.9.5.432.tar.bz2) = e56019e39d0f5923935bd2b8270841c8e3e26b8ad19e7c9e538f1a1cb9655e43
 -SIZE (sim-im-devel-0.9.5.432.tar.bz2) = 2412783
 +MD5 (sim-im-devel-0.9.5.456.tar.bz2) = 7b42622ced70a38729636c3f24f9f74d
 +SHA256 (sim-im-devel-0.9.5.456.tar.bz2) = fb4f2c48f0c09e6a76a6b644cc4d859e1af1ec6c5067c88c7ad5abf5ced54da3
 +SIZE (sim-im-devel-0.9.5.456.tar.bz2) = 2412978
 Index: ports/net-im/sim-im-devel/pkg-descr
 ===================================================================
 RCS file: /home/ncvs/ports/net-im/sim-im-devel/pkg-descr,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-descr
 --- ports/net-im/sim-im-devel/pkg-descr	27 Apr 2006 01:03:35 -0000	1.1
 +++ ports/net-im/sim-im-devel/pkg-descr	24 May 2006 13:49:18 -0000
 @@ -1,8 +1,7 @@
 -This is a SIM-project's fork.
 +This is a SIM-ICQ project's fork.
  
 -SIM (Simple Instant Messenger) is a plugin-based instant messenger
 -with support for various protocols (QT is needed, can be build for
 -KDE).
 +SIM-IM is a plugin-based instant messenger with support for various 
 +protocols (QT is needed, can be build for KDE).
  
  All protocols support richtext-messages, file transfer, typing
  notification, server-side contact list (with postponed synchronization
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Mon Jun 12 14:28:44 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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