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:   wiz
Date:           Tue May  9 18:02:21 UTC 2023

Modified Files:
        pkgsrc/www/trac: Makefile

Log Message:
trac: update DEPENDS

Use Python 3 version of jinja, and remove genshi dependency since
it's not used any longer

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 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.96 pkgsrc/www/trac/Makefile:1.97
--- pkgsrc/www/trac/Makefile:1.96       Mon May  8 14:21:56 2023
+++ pkgsrc/www/trac/Makefile    Tue May  9 18:02:21 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.96 2023/05/08 14:21:56 gdt Exp $
+# $NetBSD: Makefile,v 1.97 2023/05/09 18:02:21 wiz Exp $
 
 DISTNAME=      Trac-1.5.4
 PKGNAME=       ${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    www devel
 MASTER_SITES=  http://ftp.edgewall.org/pub/trac/
 
@@ -18,8 +19,7 @@ LICENSE=      modified-bsd
 # not depend on svn or git to avoid installing them for trac installs
 # that use the other.
 
-DEPENDS+=      ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi
-DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py27-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
 
 USE_TOOLS+=    pax
 



Home | Main Index | Thread Index | Old Index