pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel *: fix typo in comment
details: https://anonhg.NetBSD.org/pkgsrc/rev/46338fdd9b04
branches: trunk
changeset: 375798:46338fdd9b04
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Mar 27 06:31:56 2022 +0000
description:
*: fix typo in comment
diffstat:
devel/ruby-activesupport52/Makefile | 4 ++--
devel/ruby-activesupport60/Makefile | 4 ++--
devel/ruby-activesupport61/Makefile | 4 ++--
devel/ruby-activesupport70/Makefile | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r a25a4dfdd973 -r 46338fdd9b04 devel/ruby-activesupport52/Makefile
--- a/devel/ruby-activesupport52/Makefile Sun Mar 27 06:29:57 2022 +0000
+++ b/devel/ruby-activesupport52/Makefile Sun Mar 27 06:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/03 14:44:26 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/27 06:31:56 wiz Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -12,7 +12,7 @@
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}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1
-# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
USE_LANGUAGES= # none
diff -r a25a4dfdd973 -r 46338fdd9b04 devel/ruby-activesupport60/Makefile
--- a/devel/ruby-activesupport60/Makefile Sun Mar 27 06:29:57 2022 +0000
+++ b/devel/ruby-activesupport60/Makefile Sun Mar 27 06:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/05/21 16:04:22 taca Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/27 06:31:56 wiz Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -10,7 +10,7 @@
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n
-# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+# 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
diff -r a25a4dfdd973 -r 46338fdd9b04 devel/ruby-activesupport61/Makefile
--- a/devel/ruby-activesupport61/Makefile Sun Mar 27 06:29:57 2022 +0000
+++ b/devel/ruby-activesupport61/Makefile Sun Mar 27 06:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/27 06:29:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -13,7 +13,7 @@
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}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk
-# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
USE_LANGUAGES= # none
diff -r a25a4dfdd973 -r 46338fdd9b04 devel/ruby-activesupport70/Makefile
--- a/devel/ruby-activesupport70/Makefile Sun Mar 27 06:29:57 2022 +0000
+++ b/devel/ruby-activesupport70/Makefile Sun Mar 27 06:31:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/27 06:29:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/27 06:31:56 wiz Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
@@ -12,7 +12,7 @@
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
-# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+# minitest 5.4.3 is bundled with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index