pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ruby-zlib



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar 12 15:37:53 UTC 2026

Modified Files:
        pkgsrc/archivers/ruby-zlib: Makefile

Log Message:
archivers/ruby-zlib: exclude ruby34


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/ruby-zlib/Makefile

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

Modified files:

Index: pkgsrc/archivers/ruby-zlib/Makefile
diff -u pkgsrc/archivers/ruby-zlib/Makefile:1.7 pkgsrc/archivers/ruby-zlib/Makefile:1.8
--- pkgsrc/archivers/ruby-zlib/Makefile:1.7     Sat Mar  7 13:19:17 2026
+++ pkgsrc/archivers/ruby-zlib/Makefile Thu Mar 12 15:37:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2026/03/07 13:19:17 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/03/12 15:37:52 taca Exp $
 
 DISTNAME=      zlib-3.2.3
 CATEGORIES=    archivers
@@ -8,6 +8,9 @@ HOMEPAGE=       https://github.com/ruby/zlib
 COMMENT=       Ruby interface for the zlib library
 LICENSE=       2-clause-bsd OR ruby-license
 
+# Ruby 3.4.9 contains the same version as bundled gem
+RUBY_VERSIONS_ACCEPTED=        32 33 40
+
 .include "../../lang/ruby/gem.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index