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:           Sun Jan 19 13:42:26 UTC 2025

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

Log Message:
devel/ruby-observer: update Ruby's version in comment

Ruby 3.3.7 still have the same version of observer gem.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/ruby-observer/Makefile:1.3
--- pkgsrc/devel/ruby-observer/Makefile:1.2     Thu Jan  2 06:29:52 2025
+++ pkgsrc/devel/ruby-observer/Makefile Sun Jan 19 13:42:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/02 06:29:52 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/19 13:42:25 taca Exp $
 
 DISTNAME=      observer-0.1.2
 CATEGORIES=    devel
@@ -10,7 +10,7 @@ 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 3.3.7 and Ruby 3.4.1 have observer 0.1.2 gem.
 RUBY_VERSIONS_ACCEPTED=        31 32
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index