pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  4 07:47:22 UTC 2017

Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

Log Message:
Remove RUBY_RDOC_PKGSRC_VERS.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/lang/ruby/rubyversion.mk

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

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.174 pkgsrc/lang/ruby/rubyversion.mk:1.175
--- pkgsrc/lang/ruby/rubyversion.mk:1.174       Sun Apr 23 14:21:23 2017
+++ pkgsrc/lang/ruby/rubyversion.mk     Thu May  4 07:47:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.174 2017/04/23 14:21:23 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.175 2017/05/04 07:47:22 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -115,9 +115,6 @@
 # RUBY_VERSION_FULL
 #      Version of Ruby including patchlevel.
 #
-# RUBY_RDOC_PKGSRC_VERS
-#      Version of rdoc provided by devel/rdoc.
-#
 # RUBY_BASE
 #      Name of ruby base package's name.
 #
@@ -234,9 +231,6 @@ RUBY21_API_VERSION= 2.1.0
 RUBY22_API_VERSION=    2.2.0
 RUBY23_API_VERSION=    2.3.0
 
-# pkgsrc's rdoc's version
-RUBY_RDOC_PKGSRC_VERS= 4.2.2
-
 #
 RUBY_VERSION_DEFAULT?= 23
 



Home | Main Index | Thread Index | Old Index