pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-observer



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan  2 06:29:52 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-observer: Makefile

Log Message:
devel/ruby-observer: restrict Ruby's version

Restrict Ruby's version (not for Ruby 3.4) since Ruby 3.3.6 and 3.4.1 have
this gem of the same version as default gem.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-observer/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-observer/Makefile
diff -u pkgsrc/devel/ruby-observer/Makefile:1.1 pkgsrc/devel/ruby-observer/Makefile:1.2
--- pkgsrc/devel/ruby-observer/Makefile:1.1     Mon Feb  5 15:47:12 2024
+++ pkgsrc/devel/ruby-observer/Makefile Thu Jan  2 06:29:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/02/05 15:47:12 taca Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/02 06:29:52 taca Exp $
 
 DISTNAME=      observer-0.1.2
 CATEGORIES=    devel
@@ -10,5 +10,8 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
+# Ruby 3.3.6 and Ruby 3.4.1 have observer 0.1.2 gem.
+RUBY_VERSIONS_ACCEPTED=        31 32
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index