pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc ruby-oauth: does not support ruby 2.6 any longer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19fab430aea0
branches:  trunk
changeset: 384244:19fab430aea0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 14:20:56 2022 +0000

description:
ruby-oauth: does not support ruby 2.6 any longer

diffstat:

 net/rabbiter/Makefile                |  5 +++--
 net/ruby-rubytter/Makefile           |  4 +++-
 net/ruby-tw/Makefile                 |  4 +++-
 security/ruby-oauth/Makefile         |  4 +++-
 security/ruby-twitter_oauth/Makefile |  4 +++-
 www/termtter/Makefile                |  4 +++-
 6 files changed, 18 insertions(+), 7 deletions(-)

diffs (104 lines):

diff -r 27523224201c -r 19fab430aea0 net/rabbiter/Makefile
--- a/net/rabbiter/Makefile     Mon Aug 29 14:07:37 2022 +0000
+++ b/net/rabbiter/Makefile     Mon Aug 29 14:20:56 2022 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/07/21 14:40:30 taca Exp $
-#
+# $NetBSD: Makefile,v 1.14 2022/08/29 14:20:56 wiz Exp $
 
 DISTNAME=      rabbiter-2.0.1
 PKGREVISION=   2
@@ -25,6 +24,8 @@
                        --siterubyver=${PREFIX}/${RUBY_VENDORLIB} \
                        --siterubyverarch=${PREFIX}/${RUBY_VENDORARCHLIB}
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-oauth via ruby-twitter_oauth
+
 # let locale data to be installed with setup.rb
 post-extract:
        ${MKDIR} ${WRKSRC}/data
diff -r 27523224201c -r 19fab430aea0 net/ruby-rubytter/Makefile
--- a/net/ruby-rubytter/Makefile        Mon Aug 29 14:07:37 2022 +0000
+++ b/net/ruby-rubytter/Makefile        Mon Aug 29 14:20:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/07/30 22:32:20 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/29 14:20:56 wiz Exp $
 
 DISTNAME=      rubytter-1.5.1
 CATEGORIES=    net
@@ -10,5 +10,7 @@
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-oauth
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27523224201c -r 19fab430aea0 net/ruby-tw/Makefile
--- a/net/ruby-tw/Makefile      Mon Aug 29 14:07:37 2022 +0000
+++ b/net/ruby-tw/Makefile      Mon Aug 29 14:20:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/01/14 15:51:50 taca Exp $
+# $NetBSD: Makefile,v 1.26 2022/08/29 14:20:56 wiz Exp $
 
 DISTNAME=      tw-1.3.1
 CATEGORIES=    net
@@ -17,5 +17,7 @@
 
 OVERRIDE_GEMSPEC+=     json>=${RUBY_JSON_VER}
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-oauth
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27523224201c -r 19fab430aea0 security/ruby-oauth/Makefile
--- a/security/ruby-oauth/Makefile      Mon Aug 29 14:07:37 2022 +0000
+++ b/security/ruby-oauth/Makefile      Mon Aug 29 14:20:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/08/28 05:54:26 taca Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/29 14:20:56 wiz Exp $
 
 DISTNAME=      oauth-1.0.0
 CATEGORIES=    security
@@ -12,5 +12,7 @@
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    26
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27523224201c -r 19fab430aea0 security/ruby-twitter_oauth/Makefile
--- a/security/ruby-twitter_oauth/Makefile      Mon Aug 29 14:07:37 2022 +0000
+++ b/security/ruby-twitter_oauth/Makefile      Mon Aug 29 14:20:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/07/30 22:32:21 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/29 14:20:56 wiz Exp $
 
 DISTNAME=      twitter_oauth-0.4.94
 CATEGORIES=    security
@@ -11,5 +11,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
 DEPENDS+=      ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-oauth
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27523224201c -r 19fab430aea0 www/termtter/Makefile
--- a/www/termtter/Makefile     Mon Aug 29 14:07:37 2022 +0000
+++ b/www/termtter/Makefile     Mon Aug 29 14:20:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/01/14 16:22:17 taca Exp $
+# $NetBSD: Makefile,v 1.19 2022/08/29 14:20:57 wiz Exp $
 
 DISTNAME=      termtter-2.2.8
 PKGREVISION=   1
@@ -20,5 +20,7 @@
 OVERRIDE_GEMSPEC+=     termcolor>=1.0.0
 RUBYGEM_OPTIONS+=      --format-executable
 
+RUBY_VERSIONS_INCOMPATIBLE=    26 # ruby-oauth via ruby-rubytter
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index