pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   iquiw
Date:           Sun Nov 10 05:14:56 UTC 2024

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
Add devel/task

Task-runner / simpler Make alternative written in Go


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

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4358 pkgsrc/devel/Makefile:1.4359
--- pkgsrc/devel/Makefile:1.4358        Tue Nov  5 17:08:40 2024
+++ pkgsrc/devel/Makefile       Sun Nov 10 05:14:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4358 2024/11/05 17:08:40 adam Exp $
+# $NetBSD: Makefile,v 1.4359 2024/11/10 05:14:56 iquiw Exp $
 #
 
 COMMENT=       Development utilities
@@ -3557,6 +3557,7 @@ SUBDIR+=  tack
 SUBDIR+=       tailor
 SUBDIR+=       talloc
 SUBDIR+=       taplo-lsp
+SUBDIR+=       task
 SUBDIR+=       tavrasm
 SUBDIR+=       tcl-tclcl
 SUBDIR+=       tclap



Home | Main Index | Thread Index | Old Index