pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-net-pop net/ruby-net-pop: exclude ruby31



details:   https://anonhg.NetBSD.org/pkgsrc/rev/902fe5cd72bf
branches:  trunk
changeset: 389347:902fe5cd72bf
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 04 01:35:10 2022 +0000

description:
net/ruby-net-pop: exclude ruby31

Depending security/ruby-digest is not for ruby31.

diffstat:

 net/ruby-net-pop/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5499b901433d -r 902fe5cd72bf net/ruby-net-pop/Makefile
--- a/net/ruby-net-pop/Makefile Sat Dec 03 23:25:55 2022 +0000
+++ b/net/ruby-net-pop/Makefile Sun Dec 04 01:35:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/12/03 12:54:23 taca Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/04 01:35:10 taca Exp $
 
 DISTNAME=      net-pop-0.1.2
 CATEGORIES=    net mail
@@ -15,6 +15,9 @@
 
 USE_LANGUAGES= # none
 
+# Ruby 3.1 has the same version of ruby-digest.
+RUBY_VERSIONS_ACCEPTED=        27 30
+
 .include "../../lang/ruby/rubyversion.mk"
 
 .if "net-pop-${RUBY_NET_POP_VER}" == ${DISTNAME}



Home | Main Index | Thread Index | Old Index