pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-sary



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan  3 02:43:58 UTC 2025

Modified Files:
        pkgsrc/textproc/ruby-sary: Makefile

Log Message:
textproc/ruby-sary: restrict to Ruby version

Not compatible with Ruby 3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/ruby-sary/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-sary/Makefile
diff -u pkgsrc/textproc/ruby-sary/Makefile:1.25 pkgsrc/textproc/ruby-sary/Makefile:1.26
--- pkgsrc/textproc/ruby-sary/Makefile:1.25     Wed Dec  8 16:06:46 2021
+++ pkgsrc/textproc/ruby-sary/Makefile  Fri Jan  3 02:43:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/12/08 16:06:46 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/01/03 02:43:58 taca Exp $
 #
 
 DISTNAME=      sary-ruby-1.2.0
@@ -12,6 +12,8 @@ HOMEPAGE=     http://sary.sourceforge.net/
 COMMENT=       Ruby Binding of Sary
 LICENSE=       gnu-lgpl-v2.1
 
+RUBY_VERSIONS_ACCEPTED=        31 32 33
+
 USE_RUBY_EXTCONF=      yes
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index