pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-uri
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 2 06:36:12 UTC 2025
Modified Files:
pkgsrc/www/ruby-uri: Makefile
Log Message:
www/ruby-uri: restrict Ruby's version
Restrict Ruby's version (not for Ruby 3.4) since 3.4.1 has the same version
of this gem as default gem.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-uri/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-uri/Makefile
diff -u pkgsrc/www/ruby-uri/Makefile:1.4 pkgsrc/www/ruby-uri/Makefile:1.5
--- pkgsrc/www/ruby-uri/Makefile:1.4 Wed Dec 11 15:43:58 2024
+++ pkgsrc/www/ruby-uri/Makefile Thu Jan 2 06:36:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/12/11 15:43:58 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/02 06:36:12 taca Exp $
DISTNAME= uri-1.0.2
CATEGORIES= www
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
+# Ruby 3.4.1 has uri 1.0.2 gem.
+RUBY_VERSIONS_ACCEPTED= 31 32 33
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index