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:   wiz
Date:           Thu Dec  7 07:50:10 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel/Makefile: sort


To generate a diff of this commit:
cvs rdiff -u -r1.4144 -r1.4145 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.4144 pkgsrc/devel/Makefile:1.4145
--- pkgsrc/devel/Makefile:1.4144        Fri Dec  1 11:28:24 2023
+++ pkgsrc/devel/Makefile       Thu Dec  7 07:50:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4144 2023/12/01 11:28:24 pin Exp $
+# $NetBSD: Makefile,v 1.4145 2023/12/07 07:50:09 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2633,8 +2633,8 @@ SUBDIR+=  py-jaraco.envs
 SUBDIR+=       py-jaraco.functools
 SUBDIR+=       py-jaraco.itertools
 SUBDIR+=       py-jaraco.path
-SUBDIR+=       py-jaraco.versioning
 SUBDIR+=       py-jaraco.vcs
+SUBDIR+=       py-jaraco.versioning
 SUBDIR+=       py-jaraco_util
 SUBDIR+=       py-joblib
 SUBDIR+=       py-jupyter-console



Home | Main Index | Thread Index | Old Index