Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 22:39:13 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160161: [PATCH] deskutils/griffith: eliminate py-pysqlite2x dependency
Message-ID:  <201108242239.p7OMdD9r094096@red.freebsd.org>
Resent-Message-ID: <201108242240.p7OMe5wv024774@freefall.freebsd.org>

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

>Number:         160161
>Category:       ports
>Synopsis:       [PATCH] deskutils/griffith: 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 22:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
- bump USE_PYTHON to 2.5+, it's needed since 0.10-beta1 as stated in changelog
- depend on databases/py-sqlite3 instead of databases/py-pysqlite2x
- move license to it's own place
- change py-* with PYTHON_PKGNAMEPREFIX
- bump portrevision
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa griffith.orig/Makefile griffith/Makefile
--- griffith.orig/Makefile	2011-06-25 11:35:30.000000000 +0400
+++ griffith/Makefile	2011-08-25 02:18:47.000000000 +0400
@@ -7,27 +7,27 @@
 
 PORTNAME=	griffith
 PORTVERSION=	0.12.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	http://launchpadlibrarian.net/58153655/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Lightweight film collection manager
 
-RUN_DEPENDS=	py*-pysqlite>=2.0:${PORTSDIR}/databases/py-pysqlite23 \
-		py*-sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \
-		py*-imaging>=0:${PORTSDIR}/graphics/py-imaging \
-		py*-reportlab>=1.19:${PORTSDIR}/print/py-reportlab \
-		py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \
-		${PYXML}
-
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \
+		${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
+		${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab \
+		${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet \
+		${PYXML}
+
 USE_XZ=		yes
 USE_GNOME=	pygtk2
 WANT_GNOME=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	2.5+
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 NO_BUILD=	yes


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



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