From dsh@vlink.ru  Tue Jun 26 07:46:34 2007
Return-Path: <dsh@vlink.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8E19C16A46C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2007 07:46:34 +0000 (UTC)
	(envelope-from dsh@vlink.ru)
Received: from sagitta.internal.vlink.ru (sagitta.internal.vlink.ru [85.172.168.1])
	by mx1.freebsd.org (Postfix) with ESMTP id 3817D13C457
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Jun 2007 07:46:34 +0000 (UTC)
	(envelope-from dsh@vlink.ru)
Received: from sagitta.internal.vlink.ru (localhost [127.0.0.1])
	by sagitta.internal.vlink.ru (Postfix) with ESMTP id 2360A1F453D;
	Tue, 26 Jun 2007 11:46:33 +0400 (MSD)
Received: from neva.vlink.ru (neva.vlink.ru [85.172.168.250])
	by sagitta.internal.vlink.ru (Postfix) with ESMTP id F17A91F4507;
	Tue, 26 Jun 2007 11:46:32 +0400 (MSD)
Received: from neva.vlink.ru (localhost [127.0.0.1])
	by neva.vlink.ru (8.13.8/8.13.8) with ESMTP id l5Q7kW8U006015;
	Tue, 26 Jun 2007 11:46:32 +0400 (MSD)
	(envelope-from dsh@neva.vlink.ru)
Received: (from dsh@localhost)
	by neva.vlink.ru (8.13.8/8.13.8/Submit) id l5Q7kWht006011;
	Tue, 26 Jun 2007 11:46:32 +0400 (MSD)
	(envelope-from dsh)
Message-Id: <200706260746.l5Q7kWht006011@neva.vlink.ru>
Date: Tue, 26 Jun 2007 11:46:32 +0400 (MSD)
From: Denis Shaposhnikov <dsh@vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: net-im/gajim-devel (use latest version of pysqlite2)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114028
>Category:       ports
>Synopsis:       Update port: net-im/gajim-devel (use latest version of pysqlite2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 07:50:03 GMT 2007
>Closed-Date:    Wed Jun 27 09:46:52 GMT 2007
>Last-Modified:  Wed Jun 27 09:50:08 GMT 2007
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Thu May 24 14:16:52 MSD 2007 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

Change version of py-pysqlite2 in dependency line to latest stable
version. Thanks to Michael Neumann.

>How-To-Repeat:
	
>Fix:

diff -Nru --exclude=.svn /usr/ports/net-im/gajim-devel/Makefile gajim-devel/Makefile
--- /usr/ports/net-im/gajim-devel/Makefile	Sun Jun 24 14:13:26 2007
+++ gajim-devel/Makefile	Tue Jun 26 11:37:42 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	gajim
 PORTVERSION=	20070621
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/
 PKGNAMESUFFIX=	-devel
@@ -70,7 +71,7 @@
 .if ${PYTHON_REL} >= 250
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
 .else
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite21
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jun 27 07:36:04 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114028 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 27 09:46:50 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114028: commit references a PR
Date: Wed, 27 Jun 2007 09:46:52 +0000 (UTC)

 miwi        2007-06-27 09:46:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/gajim-devel   Makefile 
   Log:
   - Switch to py-pysqlite23
   - Bump PORTREVISION
   
   PR:             114028
   Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
   
   Revision  Changes    Path
   1.22      +2 -1      ports/net-im/gajim-devel/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
