pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac Drop redundant variable settings and improve ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad31a3af14eb
branches:  trunk
changeset: 352252:ad31a3af14eb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 11 15:52:36 2016 +0000

description:
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:

 www/trac/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 9773f5aeca03 -r ad31a3af14eb www/trac/Makefile
--- a/www/trac/Makefile Sun Sep 11 15:49:02 2016 +0000
+++ b/www/trac/Makefile Sun Sep 11 15:52:36 2016 +0000
@@ -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 @@
 
 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