pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: taca
Date: Mon Feb 20 13:30:43 UTC 2023
Modified Files:
pkgsrc/devel/ruby-activesupport52: Makefile
pkgsrc/devel/ruby-activesupport60: Makefile
pkgsrc/devel/ruby-activesupport61: Makefile
pkgsrc/devel/ruby-activesupport70: Makefile
Log Message:
devel/ruby-activesupport*: more strict dependency to ruby-concurrent-ruby
Restrict dependency for ruby-concurrent-ruby to below 1.2.
Reflects a report from wiz@, thanks much.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport52/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-activesupport60/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-activesupport61/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-activesupport70/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-activesupport52/Makefile
diff -u pkgsrc/devel/ruby-activesupport52/Makefile:1.3 pkgsrc/devel/ruby-activesupport52/Makefile:1.4
--- pkgsrc/devel/ruby-activesupport52/Makefile:1.3 Sat Feb 11 13:18:50 2023
+++ pkgsrc/devel/ruby-activesupport52/Makefile Mon Feb 20 13:30:42 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/02/11 13:18:50 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/02/20 13:30:42 taca Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,7 +11,7 @@ COMMENT= Toolkit of support libraries (p
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n
-DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2<1.2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1
# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
Index: pkgsrc/devel/ruby-activesupport60/Makefile
diff -u pkgsrc/devel/ruby-activesupport60/Makefile:1.5 pkgsrc/devel/ruby-activesupport60/Makefile:1.6
--- pkgsrc/devel/ruby-activesupport60/Makefile:1.5 Sat Feb 11 13:18:50 2023
+++ pkgsrc/devel/ruby-activesupport60/Makefile Mon Feb 20 13:30:42 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/02/11 13:18:50 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/20 13:30:42 taca Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -14,7 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:
# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1
-DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2<1.2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk
USE_LANGUAGES= # none
Index: pkgsrc/devel/ruby-activesupport61/Makefile
diff -u pkgsrc/devel/ruby-activesupport61/Makefile:1.5 pkgsrc/devel/ruby-activesupport61/Makefile:1.6
--- pkgsrc/devel/ruby-activesupport61/Makefile:1.5 Sat Feb 11 13:18:50 2023
+++ pkgsrc/devel/ruby-activesupport61/Makefile Mon Feb 20 13:30:43 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/02/11 13:18:50 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/02/20 13:30:43 taca Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.6:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo
-DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<1.2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-zeitwerk>=2.3<3:../../devel/ruby-zeitwerk
# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
Index: pkgsrc/devel/ruby-activesupport70/Makefile
diff -u pkgsrc/devel/ruby-activesupport70/Makefile:1.6 pkgsrc/devel/ruby-activesupport70/Makefile:1.7
--- pkgsrc/devel/ruby-activesupport70/Makefile:1.6 Sat Feb 11 13:18:50 2023
+++ pkgsrc/devel/ruby-activesupport70/Makefile Mon Feb 20 13:30:43 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/02/11 13:18:50 taca Exp $
+# $NetBSD: Makefile,v 1.7 2023/02/20 13:30:43 taca Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=1.6:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=2.0<3:../../time/ruby-tzinfo
-DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<1.2:../../devel/ruby-concurrent-ruby
# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
Home |
Main Index |
Thread Index |
Old Index