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:   pin
Date:           Thu Oct 12 10:55:36 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
Add cargo-modules


To generate a diff of this commit:
cvs rdiff -u -r1.4066 -r1.4067 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.4066 pkgsrc/devel/Makefile:1.4067
--- pkgsrc/devel/Makefile:1.4066        Wed Oct 11 13:20:50 2023
+++ pkgsrc/devel/Makefile       Thu Oct 12 10:55:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4066 2023/10/11 13:20:50 bouyer Exp $
+# $NetBSD: Makefile,v 1.4067 2023/10/12 10:55:36 pin Exp $
 #
 
 COMMENT=       Development utilities
@@ -206,6 +206,7 @@ SUBDIR+=    capstone
 SUBDIR+=       cargo-binutils
 SUBDIR+=       cargo-bloat
 SUBDIR+=       cargo-c
+SUBDIR+=       cargo-modules
 SUBDIR+=       cargo-outdated
 SUBDIR+=       cargo-upgrades
 SUBDIR+=       catch



Home | Main Index | Thread Index | Old Index