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: Sun Mar 22 13:21:38 UTC 2026
Modified Files:
pkgsrc/archivers/ruby-zlib: Makefile
Log Message:
archivers/ruby-zlib: exclude ruby40
Now Ruby 4.0.2 has zlib 3.2.3 gem.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/archivers/ruby-zlib/Makefile:1.9
--- pkgsrc/archivers/ruby-zlib/Makefile:1.8 Thu Mar 12 15:37:52 2026
+++ pkgsrc/archivers/ruby-zlib/Makefile Sun Mar 22 13:21:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2026/03/12 15:37:52 taca Exp $
+# $NetBSD: Makefile,v 1.9 2026/03/22 13:21:38 taca Exp $
DISTNAME= zlib-3.2.3
CATEGORIES= archivers
@@ -8,8 +8,8 @@ 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
+# Ruby 3.4.9 and 4.0.2 contains the same version as bundled gem
+RUBY_VERSIONS_ACCEPTED= 32 33
.include "../../lang/ruby/gem.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index