pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Apr 16 15:13:29 UTC 2025

Modified Files:
        pkgsrc/www/ruby-cgi: Makefile
        pkgsrc/www/ruby-uri: Makefile

Log Message:
These pacakges conflict with ruby34 (3.4.3)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-cgi/Makefile
cvs rdiff -u -r1.6 -r1.7 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-cgi/Makefile
diff -u pkgsrc/www/ruby-cgi/Makefile:1.1 pkgsrc/www/ruby-cgi/Makefile:1.2
--- pkgsrc/www/ruby-cgi/Makefile:1.1    Sun Mar  2 14:51:54 2025
+++ pkgsrc/www/ruby-cgi/Makefile        Wed Apr 16 15:13:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/03/02 14:51:54 taca Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/16 15:13:29 taca Exp $
 
 DISTNAME=      cgi-0.4.2
 CATEGORIES=    www
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 #USE_LANGUAGES=        # none
 
+# Ruby 3.4.3 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-uri/Makefile
diff -u pkgsrc/www/ruby-uri/Makefile:1.6 pkgsrc/www/ruby-uri/Makefile:1.7
--- pkgsrc/www/ruby-uri/Makefile:1.6    Sun Mar  2 14:56:44 2025
+++ pkgsrc/www/ruby-uri/Makefile        Wed Apr 16 15:13:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/03/02 14:56:44 taca Exp $
+# $NetBSD: Makefile,v 1.7 2025/04/16 15:13:29 taca Exp $
 
 DISTNAME=      uri-1.0.3
 CATEGORIES=    www
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
+# Ruby 3.4.3 has the same version as bundled gem.
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index