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 Feb 17 15:13:30 UTC 2026

Modified Files:
        pkgsrc/www/trac: Makefile

Log Message:
trac: mark as BROKEN, add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 pkgsrc/www/trac/Makefile:1.100
--- pkgsrc/www/trac/Makefile:1.99       Fri Nov 29 19:57:48 2024
+++ pkgsrc/www/trac/Makefile    Tue Feb 17 15:13:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2024/11/29 19:57:48 lloyd Exp $
+# $NetBSD: Makefile,v 1.100 2026/02/17 15:13:30 wiz Exp $
 
 DISTNAME=      Trac-1.6
 PKGNAME=       ${DISTNAME:tl}
@@ -11,6 +11,9 @@ HOMEPAGE=     https://trac.edgewall.org/
 COMMENT=       Repository browser, wiki, and issue tracking system
 LICENSE=       modified-bsd
 
+# https://trac.edgewall.org/ticket/13606
+BROKEN=                "uses removed pkg_resources API"
+
 # Updates to micro-releases along stable branches are commited without
 # testing.
 #



Home | Main Index | Thread Index | Old Index