pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-irb
Module Name: pkgsrc
Committed By: taca
Date: Thu May 22 13:36:41 UTC 2025
Modified Files:
pkgsrc/devel/ruby-irb: Makefile
Log Message:
devel/ruby-irb: require ruby-pp except Ruby 3.4
ruby-irb 1.15.2 require ruby-pp 0.6.0 or later.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-irb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-irb/Makefile
diff -u pkgsrc/devel/ruby-irb/Makefile:1.5 pkgsrc/devel/ruby-irb/Makefile:1.6
--- pkgsrc/devel/ruby-irb/Makefile:1.5 Sat May 17 06:36:25 2025
+++ pkgsrc/devel/ruby-irb/Makefile Thu May 22 13:36:41 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2025/05/17 06:36:25 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/05/22 13:36:41 taca Exp $
DISTNAME= irb-1.15.2
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -23,8 +24,12 @@ FILES_SUBST+= PKGVERSION_NOREV=${PKGVER
PLIST_SUBST+= PKGVERSION_NOREV=${PKGVERSION_NOREV}
.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} < 33
+
+.if ${RUBY_VER} < 34
+DEPENDS+= ${RUBY_PKGPREFIX}-pp>=0.6.0:../../textproc/ruby-pp
+. if ${RUBY_VER} < 33
DEPENDS+= ${RUBY_PKGPREFIX}-reline>=0.4.2:../../devel/ruby-reline
+. endif
.endif
pre-configure:
Home |
Main Index |
Thread Index |
Old Index