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:   wiz
Date:           Sun Mar 27 06:31:56 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-activesupport52: Makefile
        pkgsrc/devel/ruby-activesupport60: Makefile
        pkgsrc/devel/ruby-activesupport61: Makefile
        pkgsrc/devel/ruby-activesupport70: Makefile

Log Message:
*: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport52/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport60/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport61/Makefile
cvs rdiff -u -r1.2 -r1.3 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.1 pkgsrc/devel/ruby-activesupport52/Makefile:1.2
--- pkgsrc/devel/ruby-activesupport52/Makefile:1.1      Sun Mar  3 14:44:26 2019
+++ pkgsrc/devel/ruby-activesupport52/Makefile  Sun Mar 27 06:31:56 2022
@@ -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 @@ 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}-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

Index: pkgsrc/devel/ruby-activesupport60/Makefile
diff -u pkgsrc/devel/ruby-activesupport60/Makefile:1.3 pkgsrc/devel/ruby-activesupport60/Makefile:1.4
--- pkgsrc/devel/ruby-activesupport60/Makefile:1.3      Thu May 21 16:04:22 2020
+++ pkgsrc/devel/ruby-activesupport60/Makefile  Sun Mar 27 06:31:56 2022
@@ -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 @@ COMMENT=      Toolkit of support libraries (p
 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

Index: pkgsrc/devel/ruby-activesupport61/Makefile
diff -u pkgsrc/devel/ruby-activesupport61/Makefile:1.2 pkgsrc/devel/ruby-activesupport61/Makefile:1.3
--- pkgsrc/devel/ruby-activesupport61/Makefile:1.2      Sun Mar 27 06:29:57 2022
+++ pkgsrc/devel/ruby-activesupport61/Makefile  Sun Mar 27 06:31:56 2022
@@ -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}-i18n>=1.6:..
 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

Index: pkgsrc/devel/ruby-activesupport70/Makefile
diff -u pkgsrc/devel/ruby-activesupport70/Makefile:1.2 pkgsrc/devel/ruby-activesupport70/Makefile:1.3
--- pkgsrc/devel/ruby-activesupport70/Makefile:1.2      Sun Mar 27 06:29:59 2022
+++ pkgsrc/devel/ruby-activesupport70/Makefile  Sun Mar 27 06:31:56 2022
@@ -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 @@ 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
-# 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