summaryrefslogtreecommitdiff
path: root/databases/py-sqlobject/Makefile
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2007-02-04 12:07:53 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2007-02-04 12:07:53 +0000
commit81e667346ddea26790ae9cdee7169acc14a73592 (patch)
tree628515b631e81a5e8bdf2faa33d5d6c98b3f8c68 /databases/py-sqlobject/Makefile
parent- update to 1.1 (diff)
- update to 0.7.3
- add MASTER_SITE_LOCAL - depends on py-psycopg2 instead of py-psycopg Approved by: itetcu (mentor, implicit)
Notes
Notes: svn path=/head/; revision=184123
Diffstat (limited to 'databases/py-sqlobject/Makefile')
-rw-r--r--databases/py-sqlobject/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile
index 9a62f4dad4cb..6dadc290b8b1 100644
--- a/databases/py-sqlobject/Makefile
+++ b/databases/py-sqlobject/Makefile
@@ -6,10 +6,12 @@
#
PORTNAME= sqlobject
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.3
CATEGORIES= databases python
MASTER_SITES= http://cheeseshop.python.org/packages/source/S/SQLObject/ \
+ ${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
+MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SQLObject-${PORTVERSION}
@@ -54,7 +56,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-
.endif
.if defined(WITH_PGSQL)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2
.endif
.if defined(WITH_SQLITE)