pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan 26 02:44:19 UTC 2023

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
lang/Makefile: sort entries


To generate a diff of this commit:
cvs rdiff -u -r1.674 -r1.675 pkgsrc/lang/Makefile

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

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.674 pkgsrc/lang/Makefile:1.675
--- pkgsrc/lang/Makefile:1.674  Sat Jan 21 13:53:55 2023
+++ pkgsrc/lang/Makefile        Thu Jan 26 02:44:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.674 2023/01/21 13:53:55 taca Exp $
+# $NetBSD: Makefile,v 1.675 2023/01/26 02:44:19 gutteridge Exp $
 #
 
 COMMENT=       Programming languages
@@ -278,10 +278,10 @@ SUBDIR+=  ruby27
 SUBDIR+=       ruby27-base
 SUBDIR+=       ruby30
 SUBDIR+=       ruby30-base
-SUBDIR+=       ruby32
-SUBDIR+=       ruby32-base
 SUBDIR+=       ruby31
 SUBDIR+=       ruby31-base
+SUBDIR+=       ruby32
+SUBDIR+=       ruby32-base
 SUBDIR+=       runawk
 SUBDIR+=       rust
 SUBDIR+=       rust-bin



Home | Main Index | Thread Index | Old Index