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:   tnn
Date:           Tue Apr 19 12:13:11 UTC 2022

Modified Files:
        pkgsrc/www/trac: Makefile

Log Message:
trac: force old version of jinja2


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 pkgsrc/www/trac/Makefile:1.94
--- pkgsrc/www/trac/Makefile:1.93       Wed Jan  5 15:41:32 2022
+++ pkgsrc/www/trac/Makefile    Tue Apr 19 12:13:11 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2022/01/05 15:41:32 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2022/04/19 12:13:11 tnn Exp $
 
 DISTNAME=      Trac-1.4.2
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www devel
 MASTER_SITES=  http://ftp.edgewall.org/pub/trac/
 
@@ -20,7 +20,7 @@ LICENSE=      modified-bsd
 # that use the other.
 
 DEPENDS+=      ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py27-jinja2
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index