Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2007 11:46:32 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114028: Update port: net-im/gajim-devel (use latest version of pysqlite2)
Message-ID:  <200706260746.l5Q7kWht006011@neva.vlink.ru>
Resent-Message-ID: <200706260750.l5Q7o3Jn008229@freefall.freebsd.org>

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

>Number:         114028
>Category:       ports
>Synopsis:       Update port: net-im/gajim-devel (use latest version of pysqlite2)
>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:03 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-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:
>Unformatted:



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