pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/trac
Module Name: pkgsrc
Committed By: gdt
Date: Sun Sep 11 15:52:36 UTC 2016
Modified Files:
pkgsrc/www/trac: Makefile
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/trac/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/trac/Makefile
diff -u pkgsrc/www/trac/Makefile:1.79 pkgsrc/www/trac/Makefile:1.80
--- pkgsrc/www/trac/Makefile:1.79 Sun Sep 11 15:43:01 2016
+++ pkgsrc/www/trac/Makefile Sun Sep 11 15:52:36 2016
@@ -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:../
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
Home |
Main Index |
Thread Index |
Old Index