Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2007 11:44:49 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114027: Update port: net-im/gajim (depends on py-pysqlite23)
Message-ID:  <200706260744.l5Q7inQ8005927@neva.vlink.ru>
Resent-Message-ID: <200706260750.l5Q7o3k7008192@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114027
>Category:       ports
>Synopsis:       Update port: net-im/gajim (depends on py-pysqlite23)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 26 07:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>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/Makefile gajim/Makefile
--- /usr/ports/net-im/gajim/Makefile	Sun May 20 00:19:26 2007
+++ gajim/Makefile	Tue Jun 26 11:23:59 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	gajim
 PORTVERSION=	0.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.gajim.org/downloads/ \
 		http://ports.internal.vlink.ru/distfiles/
@@ -77,7 +77,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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706260744.l5Q7inQ8005927>