pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-fiddle



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 14 15:31:55 UTC 2019

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

Log Message:
devel/ruby-fiddle: drop support for ruby23

Drop support for ruby23.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-fiddle/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-fiddle/Makefile
diff -u pkgsrc/devel/ruby-fiddle/Makefile:1.15 pkgsrc/devel/ruby-fiddle/Makefile:1.16
--- pkgsrc/devel/ruby-fiddle/Makefile:1.15      Sun Feb  3 22:20:35 2019
+++ pkgsrc/devel/ruby-fiddle/Makefile   Sun Apr 14 15:31:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/02/03 22:20:35 taca Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/14 15:31:55 taca Exp $
 #
 
 DISTNAME=              ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@ MAINTAINER=           taca%NetBSD.org@localhost
 HOMEPAGE=              ${RUBY_HOMEPAGE}
 COMMENT=               Ruby fiddle library to wrap libffi
 
-RUBY_VERSIONS_ACCEPTED=        24 25 26 23 22
+RUBY_VERSIONS_ACCEPTED=        24 25 26 22
 
 USE_RUBY_EXTCONF=      yes
 EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/fiddle ${RUBY_DISTNAME}/include \



Home | Main Index | Thread Index | Old Index