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:   rillig
Date:           Fri May 22 21:24:29 UTC 2020

Modified Files:
        pkgsrc/www/trac: Makefile

Log Message:
www/trac: remove nonexistent files from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 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.88 pkgsrc/www/trac/Makefile:1.89
--- pkgsrc/www/trac/Makefile:1.88       Sun Jan 26 17:32:25 2020
+++ pkgsrc/www/trac/Makefile    Fri May 22 21:24:29 2020
@@ -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 @@ USE_TOOLS+=   pax
 # 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