Received: by mail.netbsd.org (Postfix, from userid 605) id EC3A284D48; Sun, 7 Jun 2020 15:29:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7429A84D41 for ; Sun, 7 Jun 2020 15:29:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hTd5vcTWmtnN for ; Sun, 7 Jun 2020 15:29:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A65A984D36 for ; Sun, 7 Jun 2020 15:29:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A077AFB27; Sun, 7 Jun 2020 15:29:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591543788259530" MIME-Version: 1.0 Date: Sun, 7 Jun 2020 15:29:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-jekyll To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200607152948.A077AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591543788259530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jun 7 15:29:48 UTC 2020 Modified Files: pkgsrc/www/ruby-jekyll: Makefile PLIST distinfo Removed Files: pkgsrc/www/ruby-jekyll/patches: patch-.._jekyll-4.0.0.gemspec Log Message: www/ruby-jekyll: update to 4.1.0 Update ruby-jekyll to 4.1.0. 4.1.0 (2020-05-27) Minor Enhancements * serve: add support for ECC certificates (#7768) * Update item_property to recognize integers (#7878) * Include _config.yml in a new theme's gemspec (#7865) * Add an option to easily disable disk-cache (#7928) * Optimize markdown parsing with Kramdown by reusing the options and parser objects (#8013) * Add PageDrop to provide Liquid templates with data (#7992) * Optimize Kramdown::JekyllDocument#to_html calls (#8041) * Reduce Jekyll::Renderer instances during a build (#7570) * Configure default language for syntax-highlighting (#8035) * Remove dev dependencies from new theme-gem gemspec (#8042) * Allow disabling import of theme configuration (#8131) * Allow excerpts to be generated for Page objects (#7642) * Profile various stages of a site's build process (#6760) * Add find filters to optimize where-first chains (#8171) * Make number_of_words respect CJK characters (#7813) * Initialize static files' data hash only if needed (#8188) Bug Fixes * Memoize absolute_url and relative_url filters (#7793) * Fix documentation comment for Jekyll::Converters::Identity (#7883) * Optimize Jekyll::Filters#item_property (#7696) * Allow multiple binary operators in where_exp filter (#8047) * Fix documents custom-ordering logic (#8028) * Use layout.path when rendering the Liquid layout (#8069) * Reduce array allocations from StaticFile#path (#8083) * Simplify Jekyll::Renderer#validate_layout (#8064) * Add static file's basename to its url_placeholder (#7908) * Clear cached Liquid template scope before render (#7967) * Add slugified_categories URL placeholder (#8094) * Cache URLFilter results of string inputs per site (#7990) * Use platforms instead of install_if (#8140) * Config include trailing slash (#8113) * Allow extensionless document in a strict site (#7950) * Improve path normalization in liquid_renderer (#8075) * Switch slugify regex to support more Unicode character groups (#8167) * Check if entry is a directory once per enumerator (#8177) * Filter out exclusively excluded entries sooner (#7482) To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/ruby-jekyll/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-jekyll/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-jekyll/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/ruby-jekyll/patches/patch-.._jekyll-4.0.0.gemspec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591543788259530 Content-Disposition: inline Content-Length: 4445 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-jekyll/Makefile diff -u pkgsrc/www/ruby-jekyll/Makefile:1.37 pkgsrc/www/ruby-jekyll/Makefile:1.38 --- pkgsrc/www/ruby-jekyll/Makefile:1.37 Thu Oct 17 16:13:17 2019 +++ pkgsrc/www/ruby-jekyll/Makefile Sun Jun 7 15:29:48 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2019/10/17 16:13:17 taca Exp $ +# $NetBSD: Makefile,v 1.38 2020/06/07 15:29:48 taca Exp $ -DISTNAME= jekyll-4.0.0 -PKGREVISION= 1 +DISTNAME= jekyll-4.1.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,7 +17,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-watch DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=2.1<3:../../textproc/ruby-kramdown DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-parser-gfm>=1.0.1<2:../../textproc/ruby-kramdown-parser-gfm DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=4.0<5:../../www/ruby-liquid -DEPENDS+= ${RUBY_PKGPREFIX}-mercenary>=0.3.3<0.4:../../devel/ruby-mercenary +DEPENDS+= ${RUBY_PKGPREFIX}-mercenary>=0.4.0:../../devel/ruby-mercenary DEPENDS+= ${RUBY_PKGPREFIX}-pathutil>=0.9<1:../../devel/ruby-pathutil DEPENDS+= ${RUBY_PKGPREFIX}-rouge>=3.0<4:../../www/ruby-rouge DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=1.0<2:../../textproc/ruby-safe_yaml @@ -31,8 +30,7 @@ USE_LANGUAGES= # empty RUBYGEM_OPTIONS+= --format-executable +OVERRIDE_GEMSPEC+= mercenary>=0.3.6 + .include "../../lang/ruby/gem.mk" -.if ${RUBY_VER} != 26 -DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.7:../../misc/ruby-bundler -.endif .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/ruby-jekyll/PLIST diff -u pkgsrc/www/ruby-jekyll/PLIST:1.14 pkgsrc/www/ruby-jekyll/PLIST:1.15 --- pkgsrc/www/ruby-jekyll/PLIST:1.14 Sat Oct 5 05:10:12 2019 +++ pkgsrc/www/ruby-jekyll/PLIST Sun Jun 7 15:29:48 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2019/10/05 05:10:12 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.15 2020/06/07 15:29:48 taca Exp $ bin/jekyll${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.rubocop.yml @@ -40,6 +40,7 @@ ${GEM_LIBDIR}/lib/jekyll/drops/document_ ${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 @@ -55,6 +56,7 @@ ${GEM_LIBDIR}/lib/jekyll/filters/url_fil ${GEM_LIBDIR}/lib/jekyll/frontmatter_defaults.rb ${GEM_LIBDIR}/lib/jekyll/generator.rb ${GEM_LIBDIR}/lib/jekyll/hooks.rb +${GEM_LIBDIR}/lib/jekyll/inclusion.rb ${GEM_LIBDIR}/lib/jekyll/layout.rb ${GEM_LIBDIR}/lib/jekyll/liquid_extensions.rb ${GEM_LIBDIR}/lib/jekyll/liquid_renderer.rb @@ -63,10 +65,12 @@ ${GEM_LIBDIR}/lib/jekyll/liquid_renderer ${GEM_LIBDIR}/lib/jekyll/log_adapter.rb ${GEM_LIBDIR}/lib/jekyll/mime.types ${GEM_LIBDIR}/lib/jekyll/page.rb +${GEM_LIBDIR}/lib/jekyll/page_excerpt.rb ${GEM_LIBDIR}/lib/jekyll/page_without_a_file.rb ${GEM_LIBDIR}/lib/jekyll/path_manager.rb ${GEM_LIBDIR}/lib/jekyll/plugin.rb ${GEM_LIBDIR}/lib/jekyll/plugin_manager.rb +${GEM_LIBDIR}/lib/jekyll/profiler.rb ${GEM_LIBDIR}/lib/jekyll/publisher.rb ${GEM_LIBDIR}/lib/jekyll/reader.rb ${GEM_LIBDIR}/lib/jekyll/readers/collection_reader.rb Index: pkgsrc/www/ruby-jekyll/distinfo diff -u pkgsrc/www/ruby-jekyll/distinfo:1.20 pkgsrc/www/ruby-jekyll/distinfo:1.21 --- pkgsrc/www/ruby-jekyll/distinfo:1.20 Thu Oct 17 16:13:17 2019 +++ pkgsrc/www/ruby-jekyll/distinfo Sun Jun 7 15:29:48 2020 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.20 2019/10/17 16:13:17 taca Exp $ +$NetBSD: distinfo,v 1.21 2020/06/07 15:29:48 taca Exp $ -SHA1 (jekyll-4.0.0.gem) = 52e202e75b0d8abeeab2da31e0e97765148b5603 -RMD160 (jekyll-4.0.0.gem) = 855207891ecd3972f4fcc381e307ac45462fcd28 -SHA512 (jekyll-4.0.0.gem) = eef8d1a5d7aa019394dff8ac5a4a6133a046afedb3605b480e6c699155274cd2a9deaff72e26984ee1dd4a5bfd6f0c81a39e468eb1566dbf57245fdbf6bc0c97 -Size (jekyll-4.0.0.gem) = 119808 bytes -SHA1 (patch-.._jekyll-4.0.0.gemspec) = 6aff1a06d4e417160a7464e0f16e3834be9b813e +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 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7 --_----------=_1591543788259530--