Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-kramdown textproc/ruby-rexml: drop depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89cabfb9c7a9
branches:  trunk
changeset: 430861:89cabfb9c7a9
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue May 05 06:18:02 2020 +0000

description:
textproc/ruby-rexml: drop dependency

Drop dependency to ruby-rexml since all current ruby*-base package have
rexml library.

diffstat:

 textproc/ruby-kramdown/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (20 lines):

diff -r 10c32e2ec95f -r 89cabfb9c7a9 textproc/ruby-kramdown/Makefile
--- a/textproc/ruby-kramdown/Makefile   Tue May 05 06:13:05 2020 +0000
+++ b/textproc/ruby-kramdown/Makefile   Tue May 05 06:18:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/05 06:13:05 taca Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/05 06:18:02 taca Exp $
 
 DISTNAME=      kramdown-2.2.1
 CATEGORIES=    textproc
@@ -12,10 +12,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} < 26
-DEPENDS+=      ${RUBY_PKGPREFIX}-rexml:../../textproc/ruby-rexml
-.endif
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index