pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Drop use of RUBY_RDOC_REQD. Since current all r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/387ed0bc3fc9
branches:  trunk
changeset: 362060:387ed0bc3fc9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 04 07:37:09 2017 +0000

description:
Drop use of RUBY_RDOC_REQD.  Since current all ruby*-base packages
contains rdoc version 4.1.0 or later, there is no reason to require
sepatate devel/ruby-rdoc pacakge.

So, RUBY_RDOC_REQD is already noop, no PKGREVISION bump.

diffstat:

 devel/ruby-eet/Makefile        |  3 +--
 devel/ruby-railties42/Makefile |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 32f40d46645e -r 387ed0bc3fc9 devel/ruby-eet/Makefile
--- a/devel/ruby-eet/Makefile   Wed May 03 23:37:47 2017 +0000
+++ b/devel/ruby-eet/Makefile   Thu May 04 07:37:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/04/14 21:35:34 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2017/05/04 07:37:09 taca Exp $
 
 DISTNAME=      ruby-eet-0.1.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,7 +11,6 @@
 COMMENT=       Ruby module to read and write EET files
 LICENSE=       mit
 
-RUBY_RDOC_REQD=        2.0.0
 USE_RAKE=      YES
 USE_TOOLS+=    pkg-config
 
diff -r 32f40d46645e -r 387ed0bc3fc9 devel/ruby-railties42/Makefile
--- a/devel/ruby-railties42/Makefile    Wed May 03 23:37:47 2017 +0000
+++ b/devel/ruby-railties42/Makefile    Thu May 04 07:37:09 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/22 10:17:30 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/04 07:37:09 taca Exp $
 
 DISTNAME=      railties-${RUBY_RAILS_VERSION}
 CATEGORIES=    databases
@@ -14,7 +14,6 @@
 
 RUBY_RAILS_SUPPORTED=  42
 RUBY_RAILS_STRICT_DEP= yes
-RUBY_RDOC_REQD=                3.4
 USE_RAKE=              RUN
 OVERRIDE_GEMSPEC+=     rack-ssl>=1.3.2 rdoc>=3.4
 



Home | Main Index | Thread Index | Old Index