summaryrefslogtreecommitdiff
path: root/www/trac
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
committerwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
commit4faa20286079b6833043b7bbd12c0e72039551f6 (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /www/trac
parent67a514f3391a0157a52f46664e69c897eb4b904e (diff)
downloadpkgsrc-4faa20286079b6833043b7bbd12c0e72039551f6.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'www/trac')
-rw-r--r--www/trac/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index df86157bdb2..2645067ef02 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2012/03/15 11:53:44 obache Exp $
+# $NetBSD: Makefile,v 1.57 2012/04/08 19:09:17 wiz Exp $
#
DISTNAME= Trac-0.12.3
@@ -57,12 +57,8 @@ PYTHON_PATCH_SCRIPTS+= trac/tests/functional/*.py
.include "../../lang/python/application.mk"
.if !empty(PKG_OPTIONS:Msqlite)
-.if defined(PYPACKAGE) && ${PYPACKAGE} == "python24"
-DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2:../../databases/py-sqlite2
-.else
DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
.endif
-.endif
# trac 0.12 dropped support for py-PgSQL. Switching to py-psycopg2 with
# an existing database that used to be accessed by py-PgSQL worked.
.if !empty(PKG_OPTIONS:Mpsycopg2)