From webmaster@kibab.com  Mon Jul 14 09:18:32 2008
Return-Path: <webmaster@kibab.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BA8311065682
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jul 2008 09:18:32 +0000 (UTC)
	(envelope-from webmaster@kibab.com)
Received: from smtp.spaceweb.ru (smtp.spaceweb.ru [77.222.41.7])
	by mx1.freebsd.org (Postfix) with ESMTP id 503F08FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Jul 2008 09:18:32 +0000 (UTC)
	(envelope-from webmaster@kibab.com)
Received: from [78.110.49.60] (helo=kibab.ht-systems.ru)
	by smtp.spaceweb.ru with esmtpa (Exim 4.63)
	(envelope-from <webmaster@kibab.com>)
	id 1KIKDI-0002mD-Mh
	for FreeBSD-gnats-submit@freebsd.org; Mon, 14 Jul 2008 13:19:20 +0400
Received: by kibab.ht-systems.ru (Postfix, from userid 1001)
	id 7BF2B22BE5; Mon, 14 Jul 2008 13:17:54 +0400 (MSD)
Message-Id: <20080714091754.7BF2B22BE5@kibab.ht-systems.ru>
Date: Mon, 14 Jul 2008 13:17:54 +0400 (MSD)
From: Bakulin Ilya <webmaster@kibab.com>
Reply-To: Bakulin Ilya <webmaster@kibab.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] qutim-devel: development version of qutIM
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         125593
>Category:       ports
>Synopsis:       [new port] net-im/qutim-devel: development version of qutIM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 14 09:20:07 UTC 2008
>Closed-Date:    Mon Aug 18 12:39:34 UTC 2008
>Last-Modified:  Mon Aug 18 12:39:34 UTC 2008
>Originator:     Bakulin Ilya
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kibab.ht-systems.ru 7.0-STABLE FreeBSD 7.0-STABLE #3: Sun Jun 8 14:07:01 MSD 2008 root@kibab.ht-systems.ru:/usr/_OBJDIR/usr/src/sys/KIBAB_WORK i386


	
>Description:
	qutIM is a frequently-updating piece of software; revisions that are considered stable are periodically placed at official site as source tarballs. This port will help users track stable versios of qutIM.
>How-To-Repeat:
	
>Fix:

	

--- qutim-devel.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qutim-devel
#	qutim-devel/Makefile
#	qutim-devel/distinfo
#	qutim-devel/pkg-descr
#
echo c - qutim-devel
mkdir -p qutim-devel > /dev/null 2>&1
echo x - qutim-devel/Makefile
sed 's/^X//' >qutim-devel/Makefile << 'END-of-qutim-devel/Makefile'
X# New ports collection makefile for:	qutim-devel
X# Date created:		Mon Jul 14 13:12:11 MSD 2008
X# Whom:			webmaster@kibab.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qutim
XPORTVERSION=	0.1
XCATEGORIES=	net-im
XMASTER_SITES=	http://qutim.org/download/ \
X		http://kibab.com/distfiles/
XPKGNAMESUFFIX=	-devel
XDISTNAME=	qutim_r${QUTIM_REV}
X
XMAINTAINER=	webmaster@kibab.com
XCOMMENT=	A Qt4-based lightweight ICQ client with advanced features
X
XQUTIM_REV=	154
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
XUSE_GMAKE=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui network rcc_build uic_build moc_build qmake_build
X
XPLIST_FILES=	bin/qutIM
X
Xpost-patch:
X	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qutIM.pro
X
Xpost-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/build/bin/qutIM ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-qutim-devel/Makefile
echo x - qutim-devel/distinfo
sed 's/^X//' >qutim-devel/distinfo << 'END-of-qutim-devel/distinfo'
XMD5 (qutim_r154.tar.gz) = ed33b483d77773188234a545e3ef347a
XSHA256 (qutim_r154.tar.gz) = a4573def2ef1d2170f1dd37577b56b5926e4f9ff27edb6fc3321d3d7b99e2032
XSIZE (qutim_r154.tar.gz) = 1596054
END-of-qutim-devel/distinfo
echo x - qutim-devel/pkg-descr
sed 's/^X//' >qutim-devel/pkg-descr << 'END-of-qutim-devel/pkg-descr'
XqutIM is an ICQ client. It offers a shiny QT4-based look
Xand extra features like ICQ X-statuses, spam control,
Xtabbed chat windows and others.
XThis is a development version of qutIM.
X
XAuthor: Rustam Chakin qtim.develop@gmail.com
XWWW: http://qutim.org
END-of-qutim-devel/pkg-descr
exit
--- qutim-devel.shar ends here ---


>Release-Note:
>Audit-Trail:

From: Stanislav Sedov <stas@FreeBSD.org>
To: Bakulin Ilya <webmaster@kibab.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/125593: [new port] net-im/qutim-devel: development
 version of qutIM
Date: Mon, 14 Jul 2008 21:15:53 +0400

 Hi!
 
 1) PORTVERSION should be changed to something more meaningful,
 it's supposed to represent the products versions and will be
 updated with the each new release, so the packages management
 software like portupgrade might track the software updates.
 
 2) You should specify CONFLICTS section, as currently the
 development version will conflict with the stable one as they
 share the common executable. It's considered to be a good
 practice to install development version files under the
 different layout if possible - this way users will be
 able to have both the development and stable version
 installed.
 
 3) What is the current release cycle of net-im/qutim? Does
 it makes sense to have a development version of this software
 in ports?
 
 -- 
 Stanislav Sedov
 ST4096-RIPE
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: stas 
Responsible-Changed-When: Mon Jul 28 16:04:41 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125593 
State-Changed-From-To: open->feedback 
State-Changed-By: stas 
State-Changed-When: Mon Jul 28 16:05:37 UTC 2008 
State-Changed-Why:  
- Awaiting submitter feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125593 
State-Changed-From-To: feedback->closed 
State-Changed-By: stas 
State-Changed-When: Mon Aug 18 12:39:33 UTC 2008 
State-Changed-Why:  
Close PR per submitter request. The upstream release schedule has been 
changed, so the port is no longer relevant. 

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