pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rails-dom-testing textproc/ruby-rails-do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bf4b35e242b
branches:  trunk
changeset: 330555:2bf4b35e242b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 03 17:30:38 2019 +0000

description:
textproc/ruby-rails-dom-testing: fix RUBY_RAILS_ACCEPTED

Fix RUBY_RAILS_ACCEPTED to 51 and 52, drop 42 here.

diffstat:

 textproc/ruby-rails-dom-testing/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fef637dc3f70 -r 2bf4b35e242b textproc/ruby-rails-dom-testing/Makefile
--- a/textproc/ruby-rails-dom-testing/Makefile  Sun Mar 03 17:29:02 2019 +0000
+++ b/textproc/ruby-rails-dom-testing/Makefile  Sun Mar 03 17:30:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/03/21 09:36:55 taca Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/03 17:30:38 taca Exp $
 
 DISTNAME=      rails-dom-testing-2.0.3
 CATEGORIES=    textproc
@@ -11,7 +11,7 @@
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.6.0:../../textproc/ruby-nokogiri
 
-RUBY_RAILS_ACCEPTED=   51 42
+RUBY_RAILS_ACCEPTED=   51 52
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index