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:   taca
Date:           Sun Jun 18 13:46:51 UTC 2017

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
Add and enable ruby24 and ruby24-base.


To generate a diff of this commit:
cvs rdiff -u -r1.459 -r1.460 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.459 pkgsrc/lang/Makefile:1.460
--- pkgsrc/lang/Makefile:1.459  Wed May  3 23:37:47 2017
+++ pkgsrc/lang/Makefile        Sun Jun 18 13:46:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.459 2017/05/03 23:37:47 maya Exp $
+# $NetBSD: Makefile,v 1.460 2017/06/18 13:46:51 taca Exp $
 #
 
 COMMENT=       Programming languages
@@ -211,6 +211,8 @@ SUBDIR+=    ruby22
 SUBDIR+=       ruby22-base
 SUBDIR+=       ruby23
 SUBDIR+=       ruby23-base
+SUBDIR+=       ruby24
+SUBDIR+=       ruby24-base
 SUBDIR+=       runawk
 SUBDIR+=       rust
 SUBDIR+=       sablevm



Home | Main Index | Thread Index | Old Index