diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-09 02:53:49 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-06-09 02:53:49 +0000 |
| commit | 8c5694c7eeb78a498b6eb43827ed26ab6e2bef4d (patch) | |
| tree | 45b597f03ff38a528c3b6b28fd68edea8d0c9b5b | |
| parent | - Update to 0.41 (diff) | |
- official site recommands the stable pysqlite23
- http://trac.edgewall.org/wiki/PySqlite
- bump PORTREVISION
Submitted by: Michael Neumann <mneuma2s_AT_smail dot inf dot fh-bonn-rhein-sieg dot de>
Notes
Notes:
svn path=/head/; revision=193071
| -rw-r--r-- | www/trac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index b7ac9f7499a5..738a0a767416 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -7,6 +7,7 @@ PORTNAME= trac PORTVERSION= 0.10.4 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ @@ -60,7 +61,7 @@ RUN_DEPENDS+= ${PREFIX}/bin/rst2html:${PORTSDIR}/textproc/py-docutils .if defined(WITH_PGSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 .else -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 .endif .if !defined(WITHOUT_SUBVERSION) |
