Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 20:40:54 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160157: [PATCH] sysutils/flyback: eliminate py-pysqlite2x dependency
Message-ID:  <201108242040.p7OKes48081865@red.freebsd.org>
Resent-Message-ID: <201108242050.p7OKo1ZV023346@freefall.freebsd.org>

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

>Number:         160157
>Category:       ports
>Synopsis:       [PATCH] sysutils/flyback: eliminate py-pysqlite2x dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 20:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
This port doesn't need databases/py-pysqlite2x dependency. Actually it doesn't use any database backend at all, so remove this. 
I also checked deps for debian packages on mastersite (but for more fresh flyback version) - there is no pysqlite too:

Depends: python, python-glade2, python-gnome2, git-core

While here use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} as mastersite.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa flyback.orig/Makefile flyback/Makefile
--- flyback.orig/Makefile	2010-03-28 10:43:37.000000000 +0400
+++ flyback/Makefile	2011-08-25 00:26:33.000000000 +0400
@@ -7,16 +7,15 @@
 
 PORTNAME=	flyback
 PORTVERSION=	0.4.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	A backup frontend like Apple's Time Machine
 
-RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \
-		${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
+RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}


>Release-Note:
>Audit-Trail:
>Unformatted:



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