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: joerg
Date: Fri Mar 20 00:58:00 UTC 2020
Modified Files:
pkgsrc/databases/ruby-activeldap: Makefile
pkgsrc/devel/ruby-gettext: Makefile
pkgsrc/devel/ruby-gettext-activerecord: Makefile
pkgsrc/devel/ruby-gettext-setup: Makefile
pkgsrc/graphics/rabbit: Makefile
pkgsrc/net/mikutter: Makefile
pkgsrc/net/mikutter-plugins-twitter: Makefile
pkgsrc/net/rabbiter: Makefile
Log Message:
ruby-gettext doesn't support Ruby 2.4.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/ruby-activeldap/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/ruby-gettext/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-gettext-activerecord/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-gettext-setup/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/rabbit/Makefile
cvs rdiff -u -r1.190 -r1.191 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/mikutter-plugins-twitter/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/rabbiter/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ruby-activeldap/Makefile
diff -u pkgsrc/databases/ruby-activeldap/Makefile:1.18 pkgsrc/databases/ruby-activeldap/Makefile:1.19
--- pkgsrc/databases/ruby-activeldap/Makefile:1.18 Sat Jan 18 23:30:20 2020
+++ pkgsrc/databases/ruby-activeldap/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/20 00:57:59 joerg Exp $
DISTNAME= activeldap-5.2.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/activeldap-/activeldap${RUBY_RAILS}-/}
@@ -15,6 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=0:.
DEPENDS+= ${RUBY_PKGPREFIX}-gettext_i18n_rails>=0:../../devel/ruby-gettext_i18n_rails
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=0:../../textproc/ruby-builder
+RUBY_VERSIONS_INCOMPATIBLE= 24
RUBY_RAILS_ACCEPTED= # defined
.include "../../lang/ruby/gem.mk"
Index: pkgsrc/devel/ruby-gettext/Makefile
diff -u pkgsrc/devel/ruby-gettext/Makefile:1.39 pkgsrc/devel/ruby-gettext/Makefile:1.40
--- pkgsrc/devel/ruby-gettext/Makefile:1.39 Sun Feb 16 04:05:30 2020
+++ pkgsrc/devel/ruby-gettext/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/02/16 04:05:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.40 2020/03/20 00:57:59 joerg Exp $
DISTNAME= gettext-3.3.5
CATEGORIES= devel
@@ -14,5 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-text>=1.3.0:
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-gettext-activerecord/Makefile
diff -u pkgsrc/devel/ruby-gettext-activerecord/Makefile:1.11 pkgsrc/devel/ruby-gettext-activerecord/Makefile:1.12
--- pkgsrc/devel/ruby-gettext-activerecord/Makefile:1.11 Sun Mar 18 14:21:20 2018
+++ pkgsrc/devel/ruby-gettext-activerecord/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2018/03/18 14:21:20 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/20 00:57:59 joerg Exp $
DISTNAME= gettext_activerecord-2.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
@@ -13,6 +13,7 @@ LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=2.1.0:../../devel/ruby-gettext
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
+RUBY_VERSIONS_INCOMPATIBLE= 24
RUBY_RAILS_ACCEPTED= # defined
post-extract:
Index: pkgsrc/devel/ruby-gettext-setup/Makefile
diff -u pkgsrc/devel/ruby-gettext-setup/Makefile:1.5 pkgsrc/devel/ruby-gettext-setup/Makefile:1.6
--- pkgsrc/devel/ruby-gettext-setup/Makefile:1.5 Wed Oct 30 14:10:46 2019
+++ pkgsrc/devel/ruby-gettext-setup/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/10/30 14:10:46 taca Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/20 00:57:59 joerg Exp $
DISTNAME= gettext-setup-0.31
CATEGORIES= devel
@@ -12,5 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.2:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=0:../../devel/ruby-locale
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/rabbit/Makefile
diff -u pkgsrc/graphics/rabbit/Makefile:1.61 pkgsrc/graphics/rabbit/Makefile:1.62
--- pkgsrc/graphics/rabbit/Makefile:1.61 Sun Jan 26 17:31:23 2020
+++ pkgsrc/graphics/rabbit/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2020/01/26 17:31:23 rillig Exp $
+# $NetBSD: Makefile,v 1.62 2020/03/20 00:57:59 joerg Exp $
#
DISTNAME= rabbit-3.0.0
@@ -24,6 +24,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-rouge-[0-9]*:../../www/ruby-rouge
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes
Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.190 pkgsrc/net/mikutter/Makefile:1.191
--- pkgsrc/net/mikutter/Makefile:1.190 Fri Feb 21 02:53:19 2020
+++ pkgsrc/net/mikutter/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2020/02/21 02:53:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.191 2020/03/20 00:57:59 joerg Exp $
#
DISTNAME= mikutter.4.0.4
@@ -11,6 +11,8 @@ HOMEPAGE= https://mikutter.hachune.net/
COMMENT= Simple, powerful, and moeful twitter client
LICENSE= mit AND cc-by-sa-v3.0
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
.include "../../lang/ruby/rubyversion.mk"
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.7.0:../../net/ruby-addressable
Index: pkgsrc/net/mikutter-plugins-twitter/Makefile
diff -u pkgsrc/net/mikutter-plugins-twitter/Makefile:1.2 pkgsrc/net/mikutter-plugins-twitter/Makefile:1.3
--- pkgsrc/net/mikutter-plugins-twitter/Makefile:1.2 Fri Feb 21 06:44:35 2020
+++ pkgsrc/net/mikutter-plugins-twitter/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/21 06:44:35 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/20 00:57:59 joerg Exp $
PKGNAME= ${RUBY_PKGPREFIX}-mikutter-plugins-twitter-4.0
DIST_SUBDIR= mikutter-plugins
@@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/mikutter/tw
COMMENT= Plugins for mikutter to use Twitter
LICENSE= mit
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
PLUGIN_DISTNAME+= api_request_file_cache-1.0
# XXX direct message doesn't work after Twitter API changes
#PLUGIN_DISTNAME+= direct_message-1.1
Index: pkgsrc/net/rabbiter/Makefile
diff -u pkgsrc/net/rabbiter/Makefile:1.10 pkgsrc/net/rabbiter/Makefile:1.11
--- pkgsrc/net/rabbiter/Makefile:1.10 Sun Jan 26 17:31:54 2020
+++ pkgsrc/net/rabbiter/Makefile Fri Mar 20 00:57:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:54 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/20 00:57:59 joerg Exp $
#
DISTNAME= rabbiter-2.0.1
@@ -18,6 +18,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stre
CONFLICTS+= ${RUBY_PKGPREFIX}-rabbit<2.0.0
+RUBY_VERSIONS_INCOMPATIBLE= 24
+
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes
Home |
Main Index |
Thread Index |
Old Index