pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Oct 19 14:45:26 UTC 2016

Modified Files:
        pkgsrc/www/ruby-padrino: Makefile.common
        pkgsrc/www/ruby-padrino-admin: distinfo
        pkgsrc/www/ruby-padrino-cache: distinfo
        pkgsrc/www/ruby-padrino-core: PLIST distinfo
        pkgsrc/www/ruby-padrino-gen: PLIST distinfo
        pkgsrc/www/ruby-padrino-helpers: PLIST distinfo
        pkgsrc/www/ruby-padrino-mailer: Makefile PLIST distinfo
        pkgsrc/www/ruby-padrino-support: PLIST distinfo

Log Message:
Update ruby-padrino and related package to 0.13.3.2

0.13.3 (August 17th 2016)

    FIX #1785 Nested forms and helpers with ERB and Erubis (@ujifgc)

    FIX #1847 Shoulda on modern rubies

    NEW #1851 Remove RightJS, Riot, Steak support (@ujifgc)

    FIX #1872 Implement using partials without Sinatra (@ujifgc)

    NEW #1906 Allow shortened mailer render calls with default mailer and message names (@ujifgc)

    FIX #2013 Delegate padrino and padrino-gen to bundler binstubs (@ujifgc)

    FIX #2016 Escape urls in link_to and form_tag (@ujifgc)

    FIX #2042 Do not override access control object when registered in multiple apps (@nxs6)

    FIX #2045 Prevent overwriting params by given query (@namusyaka)

    NEW #2050 Update Moneta to 0.8.0 (@basex)

    FIX #2052 String#humanize compatibility with AS ~3.2

    NEW #2056 Allow Pry as Padrino console shell

    FIX #2066 fix reloader with native jruby classes

0.13.2 (May 9th 2016)

    FIX #1789 Relax Tilt version to allow Tilt 2 (>= 1.4.1, < 3) (@ujifgc)

    WARN #1989 Warn about coming behavior change (@ujifgc)

    NEW #1987 Generator now failes with invalid namespace (@ujifgc)

    NEW Remove many internal uses of ActiveSupport (@ujifgc)

    FIX #2007 Respect Regexp#names at the time of route search (@namusyaka)

    FIX #2004 Set default alt attribute for image_tag (@namusyaka)

    FIX #2008 Login button on the admin app now looks as expected (@namusyaka)

    FIX #2011 Update mongoid database configuration (@serradura)

    FIX Remove empty rows and cols from textarea tag (@ujifgc)

    FIX #2015 Update broken links in the README and docs (@mariozig)

    FIX #2023 Preserve `default_builder` set in configure_apps (@ujifgc)

    FIX #2025 Match plugin names with dashes in their names (@wikimatze)

    WARN Notice about removing ObjectSpace.classes and ObjectSpace.new_classes in 0.14 (@ujifgc)

    FIX #2027 Use Module#name instead of Module#to_s (@namusyaka)

    NEW Logger option :sanitize_encoding (@ujifgc)

    FIX #2006 load missing AR models before calling seeds.rb (@ujifgc)

    NEW #1921 Adds `–api` option for project generator (@ujifgc)

    NEW #2032 Adds new `config/initializers` folder loaded during boot (@ujifgc)

    FIX #2019 Removes deprecation warning for ActiveRecord (@wikimatze)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-admin/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-cache/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-padrino-core/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-core/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-padrino-gen/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-gen/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-padrino-helpers/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-helpers/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-padrino-mailer/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-padrino-mailer/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-padrino-mailer/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-padrino-support/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-padrino-support/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-padrino/Makefile.common
diff -u pkgsrc/www/ruby-padrino/Makefile.common:1.9 pkgsrc/www/ruby-padrino/Makefile.common:1.10
--- pkgsrc/www/ruby-padrino/Makefile.common:1.9 Tue Mar 15 16:41:49 2016
+++ pkgsrc/www/ruby-padrino/Makefile.common     Wed Oct 19 14:45:25 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2016/03/15 16:41:49 taca Exp $
+# $NetBSD: Makefile.common,v 1.10 2016/10/19 14:45:25 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.13.1
+RUBY_PADRINO_VERS=     0.13.3.2
 RUBY_PADRINO_SITE=     http://www.padrinorb.com/

Index: pkgsrc/www/ruby-padrino-admin/distinfo
diff -u pkgsrc/www/ruby-padrino-admin/distinfo:1.9 pkgsrc/www/ruby-padrino-admin/distinfo:1.10
--- pkgsrc/www/ruby-padrino-admin/distinfo:1.9  Tue Mar 15 16:41:49 2016
+++ pkgsrc/www/ruby-padrino-admin/distinfo      Wed Oct 19 14:45:25 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:25 taca Exp $
 
-SHA1 (padrino-admin-0.13.1.gem) = 59920e37d18fc8b8abbebaeda38d0efda62efec9
-RMD160 (padrino-admin-0.13.1.gem) = 9e0a810289fa9b67ed7714d934ffc1980346d40e
-SHA512 (padrino-admin-0.13.1.gem) = 19d6b0630b913b18f572e7ea8b759e43dd9cd3f14b6eafd5d5173f0cbf32d9ecc7dbfcc15ddd7a5891daa911f2f7973ab1f6496f6a0f2c78708f3afa4d220cf2
-Size (padrino-admin-0.13.1.gem) = 685056 bytes
+SHA1 (padrino-admin-0.13.3.2.gem) = 397246a7887c60dfbe45d676c2e6236fef3d01ce
+RMD160 (padrino-admin-0.13.3.2.gem) = cf0448aacf34c8909d9e1ae52f7724fa0d5f749d
+SHA512 (padrino-admin-0.13.3.2.gem) = 74affcbc1cff9530e03601b4ae115b0b9cc59b7160bee920b7a16f2cbbc28e9cd71687377c49500c9cda7466c0adb79af019eda8f953fc68e8cbfcd723c607b3
+Size (padrino-admin-0.13.3.2.gem) = 685056 bytes

Index: pkgsrc/www/ruby-padrino-cache/distinfo
diff -u pkgsrc/www/ruby-padrino-cache/distinfo:1.9 pkgsrc/www/ruby-padrino-cache/distinfo:1.10
--- pkgsrc/www/ruby-padrino-cache/distinfo:1.9  Tue Mar 15 16:41:49 2016
+++ pkgsrc/www/ruby-padrino-cache/distinfo      Wed Oct 19 14:45:25 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:25 taca Exp $
 
-SHA1 (padrino-cache-0.13.1.gem) = c30e09f2bb8ec9a5db272d64a3436044bc2d3a70
-RMD160 (padrino-cache-0.13.1.gem) = 18d1a47c7347a6ceebc94dd972265650378f2f4c
-SHA512 (padrino-cache-0.13.1.gem) = a15165f8e8f00c5c371d9781f023dcf4080379308689cd77b3f3b1c1ad3ca645212808572ee4a5c686817cf6239d456c15c33bdb2ad7b323fed1fc5ea09b1e26
-Size (padrino-cache-0.13.1.gem) = 14848 bytes
+SHA1 (padrino-cache-0.13.3.2.gem) = 5b8371516034dbef1b9bd8fa527421dff3341645
+RMD160 (padrino-cache-0.13.3.2.gem) = da89c643cc68ca6cec873193c05c2ed35be1f26e
+SHA512 (padrino-cache-0.13.3.2.gem) = 986cf38e5fca752d3090cc4fe34be3daa4f8e354aa89a325a70cdc171be05b34bff94a4f7c69617411820bedc5dd9c9edd4dbfdd3da31a7777844c40c4c4d281
+Size (padrino-cache-0.13.3.2.gem) = 14848 bytes

Index: pkgsrc/www/ruby-padrino-core/PLIST
diff -u pkgsrc/www/ruby-padrino-core/PLIST:1.7 pkgsrc/www/ruby-padrino-core/PLIST:1.8
--- pkgsrc/www/ruby-padrino-core/PLIST:1.7      Tue Mar 15 16:41:49 2016
+++ pkgsrc/www/ruby-padrino-core/PLIST  Wed Oct 19 14:45:25 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/03/15 16:41:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/10/19 14:45:25 taca Exp $
 bin/padrino${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
@@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/padrino-core/applicati
 ${GEM_LIBDIR}/lib/padrino-core/caller.rb
 ${GEM_LIBDIR}/lib/padrino-core/cli/adapter.rb
 ${GEM_LIBDIR}/lib/padrino-core/cli/base.rb
+${GEM_LIBDIR}/lib/padrino-core/cli/binstub.rb
 ${GEM_LIBDIR}/lib/padrino-core/cli/console.rb
 ${GEM_LIBDIR}/lib/padrino-core/cli/launcher.rb
 ${GEM_LIBDIR}/lib/padrino-core/cli/rake.rb
@@ -53,6 +54,8 @@ ${GEM_LIBDIR}/test/fixtures/app_gem/app_
 ${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem.rb
 ${GEM_LIBDIR}/test/fixtures/app_gem/lib/app_gem/version.rb
 ${GEM_LIBDIR}/test/fixtures/apps/complex.rb
+${GEM_LIBDIR}/test/fixtures/apps/concerned/app.rb
+${GEM_LIBDIR}/test/fixtures/apps/concerned/models/mixins/badmodule.rb
 ${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/custom_dependencies.rb
 ${GEM_LIBDIR}/test/fixtures/apps/custom_dependencies/my_dependencies/my_dependency.rb
 ${GEM_LIBDIR}/test/fixtures/apps/demo_app.rb
@@ -64,7 +67,6 @@ ${GEM_LIBDIR}/test/fixtures/apps/externa
 ${GEM_LIBDIR}/test/fixtures/apps/external_apps/fake_root.rb
 ${GEM_LIBDIR}/test/fixtures/apps/helpers/class_methods_helpers.rb
 ${GEM_LIBDIR}/test/fixtures/apps/helpers/instance_methods_helpers.rb
-${GEM_LIBDIR}/test/fixtures/apps/helpers/support.rb
 ${GEM_LIBDIR}/test/fixtures/apps/helpers/system_helpers.rb
 ${GEM_LIBDIR}/test/fixtures/apps/kiq.rb
 ${GEM_LIBDIR}/test/fixtures/apps/lib/myklass.rb
@@ -106,6 +108,7 @@ ${GEM_LIBDIR}/test/test_params_protectio
 ${GEM_LIBDIR}/test/test_reloader_complex.rb
 ${GEM_LIBDIR}/test/test_reloader_external.rb
 ${GEM_LIBDIR}/test/test_reloader_simple.rb
+${GEM_LIBDIR}/test/test_reloader_storage.rb
 ${GEM_LIBDIR}/test/test_reloader_system.rb
 ${GEM_LIBDIR}/test/test_restful_routing.rb
 ${GEM_LIBDIR}/test/test_router.rb

Index: pkgsrc/www/ruby-padrino-core/distinfo
diff -u pkgsrc/www/ruby-padrino-core/distinfo:1.9 pkgsrc/www/ruby-padrino-core/distinfo:1.10
--- pkgsrc/www/ruby-padrino-core/distinfo:1.9   Tue Mar 15 16:41:49 2016
+++ pkgsrc/www/ruby-padrino-core/distinfo       Wed Oct 19 14:45:25 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:49 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:25 taca Exp $
 
-SHA1 (padrino-core-0.13.1.gem) = dd9b071cf1093bab5466eeb043b7eafa6914bd96
-RMD160 (padrino-core-0.13.1.gem) = f86d1af0619b9dbe97441dbd5a27c78d45df9ce2
-SHA512 (padrino-core-0.13.1.gem) = ee89ea825588d823af989381400725d26cba1a5488c82513e05986f21869caa00f77d272e7c969799c9fc52db1b03562766e5464875b9d08ea5e9f3d16d9164c
-Size (padrino-core-0.13.1.gem) = 136704 bytes
+SHA1 (padrino-core-0.13.3.2.gem) = 76717ca34e60bcef23dfa80c69181be00943a45e
+RMD160 (padrino-core-0.13.3.2.gem) = ac78d04be563ca5a5b08ea816b4c19adb17a0e0c
+SHA512 (padrino-core-0.13.3.2.gem) = 95e8695d37e1c9f68f6e87fd36147be63f1b599c8023ed0176afb1d5134074828cd17d144c948c7cfffff5a9c415cc67749a7d231e4fddf64600a1febb7d6ab2
+Size (padrino-core-0.13.3.2.gem) = 138752 bytes

Index: pkgsrc/www/ruby-padrino-gen/PLIST
diff -u pkgsrc/www/ruby-padrino-gen/PLIST:1.6 pkgsrc/www/ruby-padrino-gen/PLIST:1.7
--- pkgsrc/www/ruby-padrino-gen/PLIST:1.6       Sun Dec 13 15:52:14 2015
+++ pkgsrc/www/ruby-padrino-gen/PLIST   Wed Oct 19 14:45:26 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/12/13 15:52:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/10/19 14:45:26 taca Exp $
 bin/padrino-gen${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
@@ -10,6 +10,7 @@ ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/padrino-gen
 ${GEM_LIBDIR}/lib/padrino-gen.rb
 ${GEM_LIBDIR}/lib/padrino-gen/command.rb
+${GEM_LIBDIR}/lib/padrino-gen/core_ext/string.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/actions.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/app.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/app/app.rb.tt
@@ -38,7 +39,6 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/scripts/jquery.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/scripts/mootools.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/scripts/prototype.rb
-${GEM_LIBDIR}/lib/padrino-gen/generators/components/scripts/rightjs.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/stylesheets/compass.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/stylesheets/compass/application.scss
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/stylesheets/compass/partials/_base.scss
@@ -48,10 +48,8 @@ ${GEM_LIBDIR}/lib/padrino-gen/generators
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/bacon.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/cucumber.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/minitest.rb
-${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/riot.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/rspec.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/shoulda.rb
-${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/steak.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/components/tests/testunit.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/controller.rb
 ${GEM_LIBDIR}/lib/padrino-gen/generators/helper.rb

Index: pkgsrc/www/ruby-padrino-gen/distinfo
diff -u pkgsrc/www/ruby-padrino-gen/distinfo:1.9 pkgsrc/www/ruby-padrino-gen/distinfo:1.10
--- pkgsrc/www/ruby-padrino-gen/distinfo:1.9    Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-gen/distinfo        Wed Oct 19 14:45:26 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:26 taca Exp $
 
-SHA1 (padrino-gen-0.13.1.gem) = cb4e432955871728370fdc032c2105a20eb17fd4
-RMD160 (padrino-gen-0.13.1.gem) = e92a67dce8f4605ca35b5d7be60da0a7dc7ed02d
-SHA512 (padrino-gen-0.13.1.gem) = c84e838a102d33101dd68904c5609d0f80cbc524f3f0bca63c058431c0b0f5460e22132fd2991d1e7e66fbc56a45de0eca3464f8f679d84dd8b6bc2c4c978cb3
-Size (padrino-gen-0.13.1.gem) = 650240 bytes
+SHA1 (padrino-gen-0.13.3.2.gem) = 893d658b1399dbc108bd58e709ad123e0bd84b49
+RMD160 (padrino-gen-0.13.3.2.gem) = d166d19ca1df4ebf64be9028687b859444e43d85
+SHA512 (padrino-gen-0.13.3.2.gem) = 7c0169036dc4a1012116fbaf45eb9454566fd098ac45c6607c7500d0b4069f208a857f13892d63efb233d11ad446598b27481d2f1fa39848e2cc1b9cd5f5bea6
+Size (padrino-gen-0.13.3.2.gem) = 649728 bytes

Index: pkgsrc/www/ruby-padrino-helpers/PLIST
diff -u pkgsrc/www/ruby-padrino-helpers/PLIST:1.6 pkgsrc/www/ruby-padrino-helpers/PLIST:1.7
--- pkgsrc/www/ruby-padrino-helpers/PLIST:1.6   Sun Dec 13 15:52:14 2015
+++ pkgsrc/www/ruby-padrino-helpers/PLIST       Wed Oct 19 14:45:26 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/12/13 15:52:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/10/19 14:45:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
@@ -45,11 +45,13 @@ ${GEM_LIBDIR}/lib/padrino-helpers/output
 ${GEM_LIBDIR}/lib/padrino-helpers/render_helpers.rb
 ${GEM_LIBDIR}/lib/padrino-helpers/tag_helpers.rb
 ${GEM_LIBDIR}/lib/padrino-helpers/translation_helpers.rb
+${GEM_LIBDIR}/lib/padrino/core_ext/output_safety.rb
 ${GEM_LIBDIR}/lib/padrino/rendering.rb
 ${GEM_LIBDIR}/lib/padrino/rendering/erb_template.rb
 ${GEM_LIBDIR}/lib/padrino/rendering/erubis_template.rb
 ${GEM_LIBDIR}/lib/padrino/rendering/haml_template.rb
 ${GEM_LIBDIR}/lib/padrino/rendering/slim_template.rb
+${GEM_LIBDIR}/lib/padrino/safe_buffer.rb
 ${GEM_LIBDIR}/padrino-helpers.gemspec
 ${GEM_LIBDIR}/test/fixtures/apps/.components
 ${GEM_LIBDIR}/test/fixtures/apps/.gitignore

Index: pkgsrc/www/ruby-padrino-helpers/distinfo
diff -u pkgsrc/www/ruby-padrino-helpers/distinfo:1.9 pkgsrc/www/ruby-padrino-helpers/distinfo:1.10
--- pkgsrc/www/ruby-padrino-helpers/distinfo:1.9        Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-helpers/distinfo    Wed Oct 19 14:45:26 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:26 taca Exp $
 
-SHA1 (padrino-helpers-0.13.1.gem) = 21aa4d632d5b2ccec6e2d20f44c0c09bed92088b
-RMD160 (padrino-helpers-0.13.1.gem) = 685a6376f3aec0c296fdfbb764062ad5a2b22b40
-SHA512 (padrino-helpers-0.13.1.gem) = 1a614c81de6b6d034839d2a768359d0810028d060e8b2dfe403f569ff9dafa2e8437f573a00f62c785ea3e568610a68871b5c39090f668b8ce542ff0ef0a683b
-Size (padrino-helpers-0.13.1.gem) = 85504 bytes
+SHA1 (padrino-helpers-0.13.3.2.gem) = e8968d5912bcca7708ee02637158dce7b552f876
+RMD160 (padrino-helpers-0.13.3.2.gem) = ba45f803a389e8f0f003bee19785444a54cd7e75
+SHA512 (padrino-helpers-0.13.3.2.gem) = 44f49393c1b2e00ee10e351930ba2b242fdacfdbf03235491c07ec523fd2ee7697fafdc59c5f217ace5e3b57d6867a36a7412f568e332da2cb92caf0fd7d9fa9
+Size (padrino-helpers-0.13.3.2.gem) = 88064 bytes

Index: pkgsrc/www/ruby-padrino-mailer/Makefile
diff -u pkgsrc/www/ruby-padrino-mailer/Makefile:1.4 pkgsrc/www/ruby-padrino-mailer/Makefile:1.5
--- pkgsrc/www/ruby-padrino-mailer/Makefile:1.4 Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-mailer/Makefile     Wed Oct 19 14:45:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/03/15 16:41:50 taca Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/19 14:45:26 taca Exp $
 
 DISTNAME=      padrino-mailer-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -9,7 +9,8 @@ COMMENT=        Mailer system for padrino
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
-DEPENDS+=      ${RUBY_PKGPREFIX}-mail25>=2.5<3:../../mail/ruby-mail
+DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types2>=2.6<3:../../mail/ruby-mime-types2
+DEPENDS+=      ${RUBY_PKGPREFIX}-mail>=2.6<3:../../mail/ruby-mail
 
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/www/ruby-padrino-mailer/PLIST
diff -u pkgsrc/www/ruby-padrino-mailer/PLIST:1.2 pkgsrc/www/ruby-padrino-mailer/PLIST:1.3
--- pkgsrc/www/ruby-padrino-mailer/PLIST:1.2    Sun Dec 13 15:52:14 2015
+++ pkgsrc/www/ruby-padrino-mailer/PLIST        Wed Oct 19 14:45:26 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/13 15:52:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/10/19 14:45:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
@@ -18,6 +18,8 @@ ${GEM_LIBDIR}/test/fixtures/padrino_app/
 ${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/demo/sample_mail.erb
 ${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/anniversary.erb
 ${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/birthday.erb
+${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/default_mailer_email_name.erb
+${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/default_mailer_name.erb
 ${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/foo_message.erb
 ${GEM_LIBDIR}/test/fixtures/padrino_app/views/mailers/sample/helper_message.erb
 ${GEM_LIBDIR}/test/fixtures/sinatra_app/app.rb

Index: pkgsrc/www/ruby-padrino-mailer/distinfo
diff -u pkgsrc/www/ruby-padrino-mailer/distinfo:1.9 pkgsrc/www/ruby-padrino-mailer/distinfo:1.10
--- pkgsrc/www/ruby-padrino-mailer/distinfo:1.9 Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-mailer/distinfo     Wed Oct 19 14:45:26 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/03/15 16:41:50 taca Exp $
+$NetBSD: distinfo,v 1.10 2016/10/19 14:45:26 taca Exp $
 
-SHA1 (padrino-mailer-0.13.1.gem) = 6310e269bace7a069617dd4983591761f6717f02
-RMD160 (padrino-mailer-0.13.1.gem) = 42a66926e7476742ad95972a5b351348905fff8c
-SHA512 (padrino-mailer-0.13.1.gem) = 9456a1d286ec166a707862f9bad767e1b20d5c5c51af9dd3c73128d5ca9ff1bd73cdccd4dc714d4f81b9032a17604a2e491462cbcf48687ce6e7502942c3938b
-Size (padrino-mailer-0.13.1.gem) = 17408 bytes
+SHA1 (padrino-mailer-0.13.3.2.gem) = aceb7f9671461d4b76df61f2fb036a9fb43166e9
+RMD160 (padrino-mailer-0.13.3.2.gem) = da6879eb9c7c500d36a284aaf42c1e3d13fd9636
+SHA512 (padrino-mailer-0.13.3.2.gem) = b698616070ed011f2910935a88364c451fc6502fdf06e27fad2180eae0f8ffeb8129e2d3a602453cfbd7ddcf8d89107d89e58ad6fea6da918d8f397376dbde8f
+Size (padrino-mailer-0.13.3.2.gem) = 17408 bytes

Index: pkgsrc/www/ruby-padrino-support/PLIST
diff -u pkgsrc/www/ruby-padrino-support/PLIST:1.3 pkgsrc/www/ruby-padrino-support/PLIST:1.4
--- pkgsrc/www/ruby-padrino-support/PLIST:1.3   Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-support/PLIST       Wed Oct 19 14:45:26 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/03/15 16:41:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/10/19 14:45:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.gitignore
@@ -8,8 +8,9 @@ ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/padrino-support.rb
 ${GEM_LIBDIR}/lib/padrino-support/core_ext/object_space.rb
 ${GEM_LIBDIR}/lib/padrino-support/core_ext/string/colorize.rb
-${GEM_LIBDIR}/lib/padrino-support/core_ext/string/inflections.rb
+${GEM_LIBDIR}/lib/padrino-support/default_inflections.rb
 ${GEM_LIBDIR}/lib/padrino-support/file_set.rb
+${GEM_LIBDIR}/lib/padrino-support/inflections.rb
 ${GEM_LIBDIR}/lib/padrino-support/locale/cs.yml
 ${GEM_LIBDIR}/lib/padrino-support/locale/da.yml
 ${GEM_LIBDIR}/lib/padrino-support/locale/de.yml
@@ -35,6 +36,5 @@ ${GEM_LIBDIR}/lib/padrino-support/utils.
 ${GEM_LIBDIR}/padrino-support.gemspec
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/test_colorize.rb
-${GEM_LIBDIR}/test/test_support_lite.rb
 ${GEM_LIBDIR}/test/test_utils.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-padrino-support/distinfo
diff -u pkgsrc/www/ruby-padrino-support/distinfo:1.5 pkgsrc/www/ruby-padrino-support/distinfo:1.6
--- pkgsrc/www/ruby-padrino-support/distinfo:1.5        Tue Mar 15 16:41:50 2016
+++ pkgsrc/www/ruby-padrino-support/distinfo    Wed Oct 19 14:45:26 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/03/15 16:41:50 taca Exp $
+$NetBSD: distinfo,v 1.6 2016/10/19 14:45:26 taca Exp $
 
-SHA1 (padrino-support-0.13.1.gem) = cbec3a6b117b867fd9043996d834d4ae9413b3a6
-RMD160 (padrino-support-0.13.1.gem) = 1732efc331aa7a5bcb679d9579b690ac7dde87c1
-SHA512 (padrino-support-0.13.1.gem) = 8aab881ca19c2fc9943abc3a8eed92dff387fffd53086cad4cc65e474a7fe70228cebf6a3f9ddb531b646600b44d74df4dcdedc2291656d03719185bc00e4b20
-Size (padrino-support-0.13.1.gem) = 14848 bytes
+SHA1 (padrino-support-0.13.3.2.gem) = d641a65cc5e40619fa1df4370ba63da9bd1e97fa
+RMD160 (padrino-support-0.13.3.2.gem) = 6a1f7ceb8bb53515fbbb0d79e181f53dc75c9b55
+SHA512 (padrino-support-0.13.3.2.gem) = 1dbadce72f3d4160cd47b112fb2e2f04351718cac3ece67000eab3c8a2f461865867ba54519b12491539e14f3fc13c85985ee0bc65de4374357f8522cbf76300
+Size (padrino-support-0.13.3.2.gem) = 16896 bytes



Home | Main Index | Thread Index | Old Index