pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-pry Needs rdoc 4.0.0 or newer. Fixes build w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e90a360dde60
branches:  trunk
changeset: 639683:e90a360dde60
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Sep 23 08:51:00 2014 +0000

description:
Needs rdoc 4.0.0 or newer. Fixes build with RUBY_VERSION_DEFAULT=193,
no change on newer Ruby versions.

diffstat:

 misc/ruby-pry/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 99b9b6659507 -r e90a360dde60 misc/ruby-pry/Makefile
--- a/misc/ruby-pry/Makefile    Tue Sep 23 08:31:14 2014 +0000
+++ b/misc/ruby-pry/Makefile    Tue Sep 23 08:51:00 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/06/03 15:08:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/23 08:51:00 fhajny Exp $
 
 DISTNAME=      pry-0.9.12.6
 CATEGORIES=    misc
@@ -13,5 +13,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-slop>=3.5.0<4.0:../../misc/ruby-slop
 DEPENDS+=      ${RUBY_PKGPREFIX}-coderay>=1.1.0<2.0:../../textproc/ruby-coderay
 
+RUBY_RDOC_REQD=        4.0.0
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index