summaryrefslogtreecommitdiff
path: root/www/trac
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-09-11 15:52:36 +0000
committergdt <gdt@pkgsrc.org>2016-09-11 15:52:36 +0000
commit2f39d21fc42fcd4b2573eb872bc87f040ae7284f (patch)
treee833ccb5c157cbc158d2430f012abb37dc41937a /www/trac
parent00d3331bf59b1757db9909cbb3b48e93900aeda5 (diff)
downloadpkgsrc-2f39d21fc42fcd4b2573eb872bc87f040ae7284f.tar.gz
Drop redundant variable settings and improve comments
There were muliple variables set from before the egg/distutils files were improved years ago, which are now redundant. Separate pyversion.mk, application.mk and egg.mk settings. (This commit has no functional change.)
Diffstat (limited to 'www/trac')
-rw-r--r--www/trac/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 16d44b87a34..423acd8d18b 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2016/09/11 15:43:01 gdt Exp $
+# $NetBSD: Makefile,v 1.80 2016/09/11 15:52:36 gdt Exp $
DISTNAME= Trac-1.0.13
PKGNAME= ${DISTNAME:tl}
@@ -23,12 +23,11 @@ DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi
USE_TOOLS+= pax
-PYDISTUTILSPKG= YES
-PY_PATCHPLIST= YES
+# The Trac 1.0 series does not support python 3.
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+
REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook
REPLACE_PYTHON+= trac/tests/functional/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0
-
.include "../../lang/python/application.mk"
EGDIR= ${PREFIX}/share/examples/trac