Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/trac www/trac: remove nonexistent files from REPLA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f28d1cb7f87
branches:  trunk
changeset: 432511:0f28d1cb7f87
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 21:24:29 2020 +0000

description:
www/trac: remove nonexistent files from REPLACE_PYTHON

diffstat:

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

diffs (20 lines):

diff -r bcde753df236 -r 0f28d1cb7f87 www/trac/Makefile
--- a/www/trac/Makefile Fri May 22 21:21:10 2020 +0000
+++ b/www/trac/Makefile Fri May 22 21:24:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2020/01/26 17:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.89 2020/05/22 21:24:29 rillig Exp $
 
 DISTNAME=      Trac-1.2.3
 PKGNAME=       ${DISTNAME:tl}
@@ -25,8 +25,9 @@
 # The Trac 1.2 series does not support python 3.
 PYTHON_VERSIONS_ACCEPTED=      27
 
-REPLACE_PYTHON=        contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook
+REPLACE_PYTHON=                contrib/*.py contrib/*-hook
 REPLACE_PYTHON+=       trac/tests/functional/*.py
+
 .include "../../lang/python/application.mk"
 
 EGDIR=         ${PREFIX}/share/examples/trac



Home | Main Index | Thread Index | Old Index