pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www www/ruby-padrino: update to 0.15.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2148e3e3ee9
branches:  trunk
changeset: 391174:e2148e3e3ee9
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jan 04 15:33:36 2023 +0000

description:
www/ruby-padrino: update to 0.15.2

0.15.2 (2022-12-23)

* FIX #2261 Resolve failures in CI Build and update Circle config (@jkowens)
* FIX #2263 Padrino-gen fix for ActiveRecord 6.1 (@jkowens)
* FIX #2260 Pin HAML to newer version 5 (@jkowens)
* NEW #2259 Add Sinatra 3 compatibility (@jkowens)
* NEW #2251 Sets up CircleCI for new builds (@wikimatze)
* FIX #2243 for cascading mailer path when using partials (@HR-Partner)
* FIX #2250 I18n translation issue on Ruby 3.0 (@jinshen1983)
* FIX #2246 Various routing upgrades and fixes (@takeshi-yashiro)

diffstat:

 www/ruby-padrino-admin/Makefile   |  4 +++-
 www/ruby-padrino-admin/distinfo   |  8 ++++----
 www/ruby-padrino-cache/Makefile   |  4 +++-
 www/ruby-padrino-cache/distinfo   |  8 ++++----
 www/ruby-padrino-core/Makefile    |  6 ++++--
 www/ruby-padrino-core/distinfo    |  8 ++++----
 www/ruby-padrino-gen/Makefile     |  7 +++++--
 www/ruby-padrino-gen/PLIST        |  3 ++-
 www/ruby-padrino-gen/distinfo     |  8 ++++----
 www/ruby-padrino-helpers/Makefile |  6 ++++--
 www/ruby-padrino-helpers/distinfo |  8 ++++----
 www/ruby-padrino-mailer/Makefile  |  4 +++-
 www/ruby-padrino-mailer/distinfo  |  8 ++++----
 www/ruby-padrino-support/Makefile |  4 +++-
 www/ruby-padrino-support/distinfo |  8 ++++----
 www/ruby-padrino/Makefile.common  |  4 ++--
 16 files changed, 57 insertions(+), 41 deletions(-)

diffs (261 lines):

diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-admin/Makefile
--- a/www/ruby-padrino-admin/Makefile   Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-admin/Makefile   Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/11 14:32:42 taca Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/04 15:33:36 taca Exp $
 
 DISTNAME=      padrino-admin-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -11,6 +11,8 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-helpers>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-helpers
 
+USE_LANGUAGES= # empty
+
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-admin/distinfo
--- a/www/ruby-padrino-admin/distinfo   Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-admin/distinfo   Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:01 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:36 taca Exp $
 
-BLAKE2s (padrino-admin-0.15.1.gem) = 77c8403a19491fe042d5910dc126de75622719d0484407ef37198530255914bc
-SHA512 (padrino-admin-0.15.1.gem) = d9a1ff96a639c480a69122026ad90b6efec0411dd59abb7a12d4173658e68f4cbd3948148853e8b2cad4061041e2a070cf0ddb1d5657c06ca411e70b1b387b34
-Size (padrino-admin-0.15.1.gem) = 685056 bytes
+BLAKE2s (padrino-admin-0.15.2.gem) = f9c2b5176877f4f62d9c3fe145f55f6b684b6c4b81fd86325ef803db826d1391
+SHA512 (padrino-admin-0.15.2.gem) = 29b4b38f46dfec0a30519ed92dc19b4ce6bf3bf15182322087b1b54f2c8fbafbecb9f12f3b81d9e46b1aa580d9891459afa14c038aae78ef8429a35e40325303
+Size (padrino-admin-0.15.2.gem) = 685056 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-cache/Makefile
--- a/www/ruby-padrino-cache/Makefile   Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-cache/Makefile   Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/06/02 15:09:53 taca Exp $
+# $NetBSD: Makefile,v 1.10 2023/01/04 15:33:36 taca Exp $
 
 DISTNAME=      padrino-cache-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -12,6 +12,8 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-helpers>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-helpers
 DEPENDS+=      ${RUBY_PKGPREFIX}-moneta>=1.1.0:../../databases/ruby-moneta
 
+USE_LANGUAGES= # empty
+
 OVERRIDE_GEMSPEC+=     moneta>=1.1.0
 
 .include "../../www/ruby-padrino/Makefile.common"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-cache/distinfo
--- a/www/ruby-padrino-cache/distinfo   Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-cache/distinfo   Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:01 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:36 taca Exp $
 
-BLAKE2s (padrino-cache-0.15.1.gem) = 4dc45595a7da53f3919041f50e820051e67426e76e91bd35c9abd18bc0b257ed
-SHA512 (padrino-cache-0.15.1.gem) = 8dc847ec3551eb2eaf1dc359a54f35c6f58cac32475edf82c3bb163b7d4208f2af830208f13d3e393681d87cbcf327abb92c387d3aa5db0f925d4fa9de5394a1
-Size (padrino-cache-0.15.1.gem) = 14848 bytes
+BLAKE2s (padrino-cache-0.15.2.gem) = 878205d5d4d83ee9b198b84703e165acc321a1fb219daf1a6d810b5035cf7e64
+SHA512 (padrino-cache-0.15.2.gem) = 23d46d553c46fb560e2fadf1533fa81210b63fbd916cfb289686a3f7005ee16d36ad3a6b1022067dc64baf9f4c7829c98071d348d200d8dce172f82d924886d6
+Size (padrino-cache-0.15.2.gem) = 14848 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-core/Makefile
--- a/www/ruby-padrino-core/Makefile    Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-core/Makefile    Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/06/02 15:09:52 taca Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/04 15:33:36 taca Exp $
 
 DISTNAME=      padrino-core-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -9,9 +9,11 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-sinatra>=2.0.0:../../www/ruby-sinatra
+DEPENDS+=      ${RUBY_PKGPREFIX}-sinatra>=2.2.4:../../www/ruby-sinatra
 DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=1.0<2:../../devel/ruby-thor
 
+USE_LANGUAGES= # empty
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../www/ruby-padrino/Makefile.common"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-core/distinfo
--- a/www/ruby-padrino-core/distinfo    Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-core/distinfo    Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:01 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:36 taca Exp $
 
-BLAKE2s (padrino-core-0.15.1.gem) = d0b8d0bbbca01d3c64703c0bd9561b733d330e814bd5879c827d81c3e36527ef
-SHA512 (padrino-core-0.15.1.gem) = 628174d286a070977517a8b0397822eb31b1225844dedfd530a9a49fb072a17ffb0c0c211e23291ba609f2c0824e0f1390f09bc433ba4885ec218d4229384975
-Size (padrino-core-0.15.1.gem) = 139776 bytes
+BLAKE2s (padrino-core-0.15.2.gem) = f0d87420a2f5d926cc360d3cb52e03be0e90889916bf38d0bae6a4626ba28828
+SHA512 (padrino-core-0.15.2.gem) = d9d7eb225dec1fe0e72cafef2d8b5915f636bfdd82e11fcedf3eaa096106f76a4189dd216cdfd405136f5a25dd02e8595e77c83e813ab71c3c623daa9ae5ff3e
+Size (padrino-core-0.15.2.gem) = 139776 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-gen/Makefile
--- a/www/ruby-padrino-gen/Makefile     Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-gen/Makefile     Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/06/02 15:09:53 taca Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/04 15:33:36 taca Exp $
 
 DISTNAME=      padrino-gen-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -9,7 +9,10 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
-DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.0:../../misc/ruby-bundler
+# bundlerd with ruby*-base
+#DEPENDS+=     ${RUBY_PKGPREFIX}-bundler>=1.0:../../misc/ruby-bundler
+
+USE_LANGUAGES= # empty
 
 RUBYGEM_OPTIONS+=      --format-executable
 
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-gen/PLIST
--- a/www/ruby-padrino-gen/PLIST        Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-gen/PLIST        Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/06/02 15:09:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/01/04 15:33:36 taca Exp $
 bin/padrino-gen${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
@@ -101,6 +101,7 @@
 ${GEM_LIBDIR}/lib/padrino-gen/padrino-tasks/sql-helpers.rb
 ${GEM_LIBDIR}/padrino-gen.gemspec
 ${GEM_LIBDIR}/test/fixtures/admin_template.rb
+${GEM_LIBDIR}/test/fixtures/database_template.rb
 ${GEM_LIBDIR}/test/fixtures/example_template.rb
 ${GEM_LIBDIR}/test/fixtures/git_template.rb
 ${GEM_LIBDIR}/test/fixtures/plugin_template.rb
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-gen/distinfo
--- a/www/ruby-padrino-gen/distinfo     Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-gen/distinfo     Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:36 taca Exp $
 
-BLAKE2s (padrino-gen-0.15.1.gem) = 347309f58fdab6bdbfc6f63ad3ff4f3e24e1c67071f750fd748499bb7bc6d163
-SHA512 (padrino-gen-0.15.1.gem) = 6bf21fac2e68926c1e01b1966b028b5c2aff16aa174a4b24a55c8a819d987349836a1576f19de0d9b9c4961e3c42168b37348dabc8988e7e259753bbf8e86aba
-Size (padrino-gen-0.15.1.gem) = 650752 bytes
+BLAKE2s (padrino-gen-0.15.2.gem) = 2046426f3aeafe83be0678386169d4f9e50fa362195137f72bc967516c66b55e
+SHA512 (padrino-gen-0.15.2.gem) = 4d29aa719d469012fa14567df6064aa767e99968524ae34affe6400c267f16ca415dfaad3f068c69c7a2f033b72004fa605ef726b5a9094bcdc0c22fe7f9e137
+Size (padrino-gen-0.15.2.gem) = 651776 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-helpers/Makefile
--- a/www/ruby-padrino-helpers/Makefile Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-helpers/Makefile Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/03/20 16:17:55 taca Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/04 15:33:36 taca Exp $
 
 DISTNAME=      padrino-helpers-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -9,9 +9,11 @@
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-tilt<3:../../textproc/ruby-tilt
+DEPENDS+=      ${RUBY_PKGPREFIX}-tilt>=1.4.1:../../textproc/ruby-tilt
 DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.6.7:../../devel/ruby-i18n
 
+USE_LANGUAGES= # empty
+
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-helpers/distinfo
--- a/www/ruby-padrino-helpers/distinfo Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-helpers/distinfo Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:36 taca Exp $
 
-BLAKE2s (padrino-helpers-0.15.1.gem) = ef2212b5523c68b722a4785d14fc4072dec840aa1c53eb956aafb7abd5609bec
-SHA512 (padrino-helpers-0.15.1.gem) = 384e1a1a2c063420b5f5ed00ad53ae0168f830e4b0de8f49278cce073570708c3c9af43e5853be83b2651b694c58b8ab2f9ddd3b20ccb76cca33989860b8eb5d
-Size (padrino-helpers-0.15.1.gem) = 89088 bytes
+BLAKE2s (padrino-helpers-0.15.2.gem) = 76dcd58c7c600bb3bfe0de72d1d72dcddd2abeeb43bf11f68bff84f5447a99c8
+SHA512 (padrino-helpers-0.15.2.gem) = bd74116690d23e1c768bd5d13e2ce1a43eea1018d50aa5e15a8f66c03867a72043824d7c54774eb5365fbebbb7267bb267e356951bc6b20cd1867d4d2a7b387a
+Size (padrino-helpers-0.15.2.gem) = 89088 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-mailer/Makefile
--- a/www/ruby-padrino-mailer/Makefile  Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-mailer/Makefile  Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/06/02 15:09:53 taca Exp $
+# $NetBSD: Makefile,v 1.7 2023/01/04 15:33:37 taca Exp $
 
 DISTNAME=      padrino-mailer-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -12,6 +12,8 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.3.1<4:../../mail/ruby-mime-types
 DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.6<3:../../mail/ruby-mail
 
+USE_LANGUAGES= # empty
+
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-mailer/distinfo
--- a/www/ruby-padrino-mailer/distinfo  Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-mailer/distinfo  Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.20 2023/01/04 15:33:37 taca Exp $
 
-BLAKE2s (padrino-mailer-0.15.1.gem) = 75f45fb7d64c29868d83a2b6c1d427e1b3096a050b0ae731dfd3685dc5578bec
-SHA512 (padrino-mailer-0.15.1.gem) = 1b78324f62f5b7499daf5da21e965a488682c3663a36cc8fb1f4c1a20ce8e86e1a939683db0bef71ff7a377e44f742a3c981010329b0f0fc602d98b4673acf0d
-Size (padrino-mailer-0.15.1.gem) = 17920 bytes
+BLAKE2s (padrino-mailer-0.15.2.gem) = c0ae915092488dfadb5b4cee0cf024f42cefeff066770111c4cd45cd7c8133d8
+SHA512 (padrino-mailer-0.15.2.gem) = fd41b5c4dde70c9722a812c8bf7aa3c6ea24720da0d49c05e6afa3b1c719d5ea235c2c4f7e4ad929ee92878e7c7ffdd6c5a5c5dcb8bae3392f78da1ffdaa7d10
+Size (padrino-mailer-0.15.2.gem) = 17920 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-support/Makefile
--- a/www/ruby-padrino-support/Makefile Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-support/Makefile Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/06/04 15:41:39 taca Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/04 15:33:37 taca Exp $
 
 DISTNAME=      padrino-support-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -8,6 +8,8 @@
 COMMENT=       Support for padrino
 LICENSE=       mit
 
+USE_LANGUAGES= # empty
+
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino-support/distinfo
--- a/www/ruby-padrino-support/distinfo Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino-support/distinfo Wed Jan 04 15:33:36 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:31:02 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/01/04 15:33:37 taca Exp $
 
-BLAKE2s (padrino-support-0.15.1.gem) = 09d043f3a580425b21e0a90087b84928df032b835c8c6d6ee7a846086815f55b
-SHA512 (padrino-support-0.15.1.gem) = 384d05a41467312eb979c788601e878481fb969b40fc0110fa012f15e20a20b151439593d1a39c4553f989c4da41911eb6a4761d259614ec95ea5073d76e6ff6
-Size (padrino-support-0.15.1.gem) = 16384 bytes
+BLAKE2s (padrino-support-0.15.2.gem) = 144630d4c2bf22ef45d4df4b09630fc1820684513992f47339fcf39d6bb2494c
+SHA512 (padrino-support-0.15.2.gem) = c4423380053e95e1b73a6f5ff378c861b84c67f2fe8558cf748cc748f55091bb6fa69ba916f1d734c2f7b45fe5567c968d813a5b23d2eea5808fd053855097f4
+Size (padrino-support-0.15.2.gem) = 16384 bytes
diff -r 8ba2322f2dce -r e2148e3e3ee9 www/ruby-padrino/Makefile.common
--- a/www/ruby-padrino/Makefile.common  Wed Jan 04 15:30:11 2023 +0000
+++ b/www/ruby-padrino/Makefile.common  Wed Jan 04 15:33:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2021/06/02 15:09:53 taca Exp $
+# $NetBSD: Makefile.common,v 1.21 2023/01/04 15:33:36 taca Exp $
 #
 # used by www/ruby-padrino/Makefile
 # used by www/ruby-padrino-admin/Makefile
@@ -9,5 +9,5 @@
 # used by www/ruby-padrino-mailer/Makefile
 # used by www/ruby-padrino-support/Makefile
 
-RUBY_PADRINO_VERS=     0.15.1
+RUBY_PADRINO_VERS=     0.15.2
 RUBY_PADRINO_SITE=     http://www.padrinorb.com/



Home | Main Index | Thread Index | Old Index