Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll ruby-jekyll: Update to 4.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f554ea910b64
branches:  trunk
changeset: 436993:f554ea910b64
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 14 04:49:21 2020 +0000

description:
ruby-jekyll: Update to 4.1.1

Changelog:
Development Fixes

    Bump RuboCop to v0.85.x (#8223)
    Expect drive letter only on vanilla windows (#8227)

Bug Fixes

    Disable page excerpts by default (#8222)
    Revert introduction of PageDrop (#8221)
    Don't generate excerpts for non-html pages (#8234)
    Make page excerpts consistent with doc excerpts (#8236)

Documentation

    Replace deprecated 'show' command with 'info' (#8235)
    Change name to Vercel (#8247)
    Add language and examples to describe how to use the configuration op... (#8249)
    Fix missing yaml front matter colon and adjust/add clarifying language. (#8250)
    correct typo (#8261)
    Allow hyperlinks to specific filter documentation (#8231)
    Update link to Netlify step-by-step guide (#8264)

Site Enhancements

    Including correct Sketch website (#8241)
    Release post for v4.1.1 (#8243)

diffstat:

 www/ruby-jekyll/Makefile |   4 ++--
 www/ruby-jekyll/PLIST    |   3 +--
 www/ruby-jekyll/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 01359bb842e4 -r f554ea910b64 www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile  Fri Aug 14 04:48:54 2020 +0000
+++ b/www/ruby-jekyll/Makefile  Fri Aug 14 04:49:21 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/06/07 15:29:48 taca Exp $
+# $NetBSD: Makefile,v 1.39 2020/08/14 04:49:21 ryoon Exp $
 
-DISTNAME=      jekyll-4.1.0
+DISTNAME=      jekyll-4.1.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 01359bb842e4 -r f554ea910b64 www/ruby-jekyll/PLIST
--- a/www/ruby-jekyll/PLIST     Fri Aug 14 04:48:54 2020 +0000
+++ b/www/ruby-jekyll/PLIST     Fri Aug 14 04:49:21 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/06/07 15:29:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/08/14 04:49:21 ryoon Exp $
 bin/jekyll${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.rubocop.yml
@@ -40,7 +40,6 @@
 ${GEM_LIBDIR}/lib/jekyll/drops/drop.rb
 ${GEM_LIBDIR}/lib/jekyll/drops/excerpt_drop.rb
 ${GEM_LIBDIR}/lib/jekyll/drops/jekyll_drop.rb
-${GEM_LIBDIR}/lib/jekyll/drops/page_drop.rb
 ${GEM_LIBDIR}/lib/jekyll/drops/site_drop.rb
 ${GEM_LIBDIR}/lib/jekyll/drops/static_file_drop.rb
 ${GEM_LIBDIR}/lib/jekyll/drops/unified_payload_drop.rb
diff -r 01359bb842e4 -r f554ea910b64 www/ruby-jekyll/distinfo
--- a/www/ruby-jekyll/distinfo  Fri Aug 14 04:48:54 2020 +0000
+++ b/www/ruby-jekyll/distinfo  Fri Aug 14 04:49:21 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2020/06/07 15:29:48 taca Exp $
+$NetBSD: distinfo,v 1.22 2020/08/14 04:49:21 ryoon Exp $
 
-SHA1 (jekyll-4.1.0.gem) = a68f34db83126d418cddd7013c2763e58b6c64f6
-RMD160 (jekyll-4.1.0.gem) = 17c91245d6b908692e83f8f1badb5be0a8de6a14
-SHA512 (jekyll-4.1.0.gem) = e4daba3c5100e05a9cc1c0841ea975eabf8ab64210bb4a523482d69c6b600b3e0497143858d5ad1f337be581c7fe3b72ea4c5f4fc0d912d9d3b65c0cf1d3a727
-Size (jekyll-4.1.0.gem) = 123392 bytes
+SHA1 (jekyll-4.1.1.gem) = 7a2a35f50047d12fe3b89a38dea91c0fc314685c
+RMD160 (jekyll-4.1.1.gem) = 69318fc3f2628d41eab135a8891803eb81749715
+SHA512 (jekyll-4.1.1.gem) = 1718aba3c94662c3de3a644a3169847e51d711736fc9ab166e459f94b1c03a0f3a8678892481b935475455cab461a3c0625354aa0998b1bf0040fda1185f153a
+Size (jekyll-4.1.1.gem) = 122880 bytes
 SHA1 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7



Home | Main Index | Thread Index | Old Index