aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlobject
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-09-09 03:26:37 +0000
committerWen Heping <wen@FreeBSD.org>2011-09-09 03:26:37 +0000
commit3fe8c022100786d743fdbed1a83f0227798e7073 (patch)
tree6f5525483679120280fce3142fbf8c83d7214b7d /databases/py-sqlobject
parent4b57d1689e9e94e9490b9ddac1976ec7574997f5 (diff)
downloadports-3fe8c022100786d743fdbed1a83f0227798e7073.tar.gz
ports-3fe8c022100786d743fdbed1a83f0227798e7073.zip
- Use databases/py-sqlite3 instead of databases/py-pysqlite2x
PR: ports/160059 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes: svn path=/head/; revision=281473
Diffstat (limited to 'databases/py-sqlobject')
-rw-r--r--databases/py-sqlobject/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile
index 7ed2c8d00437..3d67872a0862 100644
--- a/databases/py-sqlobject/Makefile
+++ b/databases/py-sqlobject/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sqlobject
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ COMMENT= A python object for manipulation with SQL table row
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_PYTHON= yes
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= SQLObject
PYDISTUTILS_NOEGGINFO= yes
@@ -45,7 +46,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py
.endif
.if defined(WITH_SQLITE)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
.endif
.if defined(WITH_MSSQL)