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

This commit is contained in:
wiz 2022-03-27 06:45:51 +00:00
parent 8384282680
commit 593e6c5ea8
3 changed files with 9 additions and 4 deletions

View file

@ -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 @@ DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5.2<3.0:../../net/ruby-addressable
USE_LANGUAGES= # none
RUBY_VERSIONS_INCOMPATIBLE= 26
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -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 @@ do-install:
(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"

View file

@ -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 @@ HOMEPAGE= https://mikutter.hachune.net/
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