CVS commit: pkgsrc/devel

"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 17:47:48 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785779268296320
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Aug  3 17:47:48 UTC 2026

Modified Files:
	pkgsrc/devel: Makefile

Log Message:
devel/Makefiel: + 2


To generate a diff of this commit:
cvs rdiff -u -r1.4668 -r1.4669 pkgsrc/devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--_----------=_1785779268296320
Content-Disposition: inline
Content-Length: 837
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4668 pkgsrc/devel/Makefile:1.4669
--- pkgsrc/devel/Makefile:1.4668	Mon Aug  3 15:33:29 2026
+++ pkgsrc/devel/Makefile	Mon Aug  3 17:47:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4668 2026/08/03 15:33:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4669 2026/08/03 17:47:48 wiz Exp $
 #
 
 COMMENT=	Development utilities
@@ -3160,6 +3160,7 @@ SUBDIR+=	py-test-doctestplus
 SUBDIR+=	py-test-env
 SUBDIR+=	py-test-examples
 SUBDIR+=	py-test-expect
+SUBDIR+=	py-test-factoryboy
 SUBDIR+=	py-test-fixture-config
 SUBDIR+=	py-test-flake8
 SUBDIR+=	py-test-forked
@@ -3209,6 +3210,7 @@ SUBDIR+=	py-testscenarios
 SUBDIR+=	py-testtools
 SUBDIR+=	py-thrift
 SUBDIR+=	py-timeout-decorator
+SUBDIR+=	py-titlecase
 SUBDIR+=	py-tlsh
 SUBDIR+=	py-tlv8
 SUBDIR+=	py-toolconfig


--_----------=_1785779268296320--