pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-net-pop



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  4 01:35:10 UTC 2022

Modified Files:
        pkgsrc/net/ruby-net-pop: Makefile

Log Message:
net/ruby-net-pop: exclude ruby31

Depending security/ruby-digest is not for ruby31.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/ruby-net-pop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-net-pop/Makefile
diff -u pkgsrc/net/ruby-net-pop/Makefile:1.5 pkgsrc/net/ruby-net-pop/Makefile:1.6
--- pkgsrc/net/ruby-net-pop/Makefile:1.5        Sat Dec  3 12:54:23 2022
+++ pkgsrc/net/ruby-net-pop/Makefile    Sun Dec  4 01:35:10 2022
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-digest>=0:..
 
 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