pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc ruby-diva: does not support ruby 2.6, mark it as such



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2e35131d01c
branches:  trunk
changeset: 375800:f2e35131d01c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 27 06:45:51 2022 +0000

description:
ruby-diva: does not support ruby 2.6, mark it as such

diffstat:

 devel/ruby-diva/Makefile              |  4 +++-
 net/mikutter-plugins-twitter/Makefile |  4 +++-
 net/mikutter/Makefile                 |  5 +++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 21b788c2f733 -r f2e35131d01c devel/ruby-diva/Makefile
--- a/devel/ruby-diva/Makefile  Sun Mar 27 06:43:11 2022 +0000
+++ b/devel/ruby-diva/Makefile  Sun Mar 27 06:45:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/08 15:13:46 tsutsui Exp $
+# $NetBSD: Makefile,v 1.12 2022/03/27 06:45:51 wiz Exp $
 
 DISTNAME=      diva-2.0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@
 
 USE_LANGUAGES= # none
 
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 21b788c2f733 -r f2e35131d01c net/mikutter-plugins-twitter/Makefile
--- a/net/mikutter-plugins-twitter/Makefile     Sun Mar 27 06:43:11 2022 +0000
+++ b/net/mikutter-plugins-twitter/Makefile     Sun Mar 27 06:45:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/30 01:16:38 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2022/03/27 06:45:51 wiz Exp $
 
 PKGNAME=       ${RUBY_PKGPREFIX}-mikutter-plugins-twitter-5.0
 PKGREVISION=   1
@@ -63,5 +63,7 @@
        (cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' . \
            ${DESTDIR}${PREFIX}/share/mikutter/${PLUGINDIR})
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-diva via mikutter
+
 .include "../../lang/ruby/replace.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 21b788c2f733 -r f2e35131d01c net/mikutter/Makefile
--- a/net/mikutter/Makefile     Sun Mar 27 06:43:11 2022 +0000
+++ b/net/mikutter/Makefile     Sun Mar 27 06:45:51 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2022/01/30 01:23:58 tsutsui Exp $
-#
+# $NetBSD: Makefile,v 1.207 2022/03/27 06:45:51 wiz Exp $
 
 DISTNAME=      mikutter-5.0.4
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,6 +10,8 @@
 COMMENT=       Simple, powerful, and moeful twitter client
 LICENSE=       mit AND cc-by-sa-v3.0
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-diva
+
 .include "../../lang/ruby/rubyversion.mk"
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.8.0:../../net/ruby-addressable



Home | Main Index | Thread Index | Old Index