pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 27 06:45:51 UTC 2022
Modified Files:
pkgsrc/devel/ruby-diva: Makefile
pkgsrc/net/mikutter: Makefile
pkgsrc/net/mikutter-plugins-twitter: Makefile
Log Message:
ruby-diva: does not support ruby 2.6, mark it as such
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-diva/Makefile
cvs rdiff -u -r1.206 -r1.207 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/mikutter-plugins-twitter/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-diva/Makefile
diff -u pkgsrc/devel/ruby-diva/Makefile:1.11 pkgsrc/devel/ruby-diva/Makefile:1.12
--- pkgsrc/devel/ruby-diva/Makefile:1.11 Sat Jan 8 15:13:46 2022
+++ pkgsrc/devel/ruby-diva/Makefile Sun Mar 27 06:45:51 2022
@@ -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>
USE_LANGUAGES= # none
+RUBY_VERSIONS_INCOMPATIBLE= 26
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.206 pkgsrc/net/mikutter/Makefile:1.207
--- pkgsrc/net/mikutter/Makefile:1.206 Sun Jan 30 01:23:58 2022
+++ pkgsrc/net/mikutter/Makefile Sun Mar 27 06:45:51 2022
@@ -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
Index: pkgsrc/net/mikutter-plugins-twitter/Makefile
diff -u pkgsrc/net/mikutter-plugins-twitter/Makefile:1.9 pkgsrc/net/mikutter-plugins-twitter/Makefile:1.10
--- pkgsrc/net/mikutter-plugins-twitter/Makefile:1.9 Sun Jan 30 01:16:38 2022
+++ pkgsrc/net/mikutter-plugins-twitter/Makefile Sun Mar 27 06:45:51 2022
@@ -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"
Home |
Main Index |
Thread Index |
Old Index