pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 21 14:36:08 UTC 2023

Modified Files:
        pkgsrc/www/ruby-jekyll: Makefile PLIST distinfo

Log Message:
www/ruby-jekyll: update to 4.3.2

4.3.2 (2023-01-20)

Bug Fixes

* Backport #9257 for v4.3.x: Rename sass partial created for new blank site
  (#9262)
* Backport #9187 for v4.3.x: Optimize Site#each_site_file (#9256)
* Backport #9186 for v4.3.x: Remove totals in profile table properly (#9255)

Development Fixes

* Backport #9223 for 4.3.x: Update sass related tests for
  jekyll-sass-converter 3.x (#9254)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-jekyll/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/ruby-jekyll/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-jekyll/Makefile
diff -u pkgsrc/www/ruby-jekyll/Makefile:1.44 pkgsrc/www/ruby-jekyll/Makefile:1.45
--- pkgsrc/www/ruby-jekyll/Makefile:1.44        Sun Dec  4 16:20:26 2022
+++ pkgsrc/www/ruby-jekyll/Makefile     Sat Jan 21 14:36:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2022/12/04 16:20:26 taca Exp $
+# $NetBSD: Makefile,v 1.45 2023/01/21 14:36:08 taca Exp $
 
-DISTNAME=      jekyll-4.3.1
+DISTNAME=      jekyll-4.3.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll/PLIST
diff -u pkgsrc/www/ruby-jekyll/PLIST:1.17 pkgsrc/www/ruby-jekyll/PLIST:1.18
--- pkgsrc/www/ruby-jekyll/PLIST:1.17   Sun Dec  4 16:20:26 2022
+++ pkgsrc/www/ruby-jekyll/PLIST        Sat Jan 21 14:36:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/12/04 16:20:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/01/21 14:36:08 taca Exp $
 bin/jekyll${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.rubocop.yml
@@ -7,7 +7,7 @@ ${GEM_LIBDIR}/README.markdown
 ${GEM_LIBDIR}/exe/jekyll
 ${GEM_LIBDIR}/lib/blank_template/_config.yml
 ${GEM_LIBDIR}/lib/blank_template/_layouts/default.html
-${GEM_LIBDIR}/lib/blank_template/_sass/main.scss
+${GEM_LIBDIR}/lib/blank_template/_sass/base.scss
 ${GEM_LIBDIR}/lib/blank_template/assets/css/main.scss
 ${GEM_LIBDIR}/lib/blank_template/index.md
 ${GEM_LIBDIR}/lib/jekyll.rb

Index: pkgsrc/www/ruby-jekyll/distinfo
diff -u pkgsrc/www/ruby-jekyll/distinfo:1.29 pkgsrc/www/ruby-jekyll/distinfo:1.30
--- pkgsrc/www/ruby-jekyll/distinfo:1.29        Sun Dec  4 16:20:26 2022
+++ pkgsrc/www/ruby-jekyll/distinfo     Sat Jan 21 14:36:08 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2022/12/04 16:20:26 taca Exp $
+$NetBSD: distinfo,v 1.30 2023/01/21 14:36:08 taca Exp $
 
-BLAKE2s (jekyll-4.3.1.gem) = e02e460f33b52ef46dd7f3017b2afc30d71d7a0a621f6a0e723c833bb1074a5d
-SHA512 (jekyll-4.3.1.gem) = f7c456d0fbfde80ea7f0c1bcb194404362cd11e1a580830826dfb56b9bc76181481e5e5a944758322f920a3a0e968709f30850e7d8b8858aa73557e9f258d942
-Size (jekyll-4.3.1.gem) = 127488 bytes
+BLAKE2s (jekyll-4.3.2.gem) = d8b95d57af4775b9049d7971c8cae70f008b2f7fd4a29e0bb4a668b4a4d86815
+SHA512 (jekyll-4.3.2.gem) = ca631fcb06a4a7d981b431936e3f85f044ae80dfed706784dd60e5b554a28277959a3b12d2627ecc5268ba0ea68c0097e8900a3806568a80248d89a7ca195bb0
+Size (jekyll-4.3.2.gem) = 127488 bytes
 SHA1 (patch-lib_jekyll_commands_new.rb) = 5a58a44fe851fb95d03a86a9df4f5671f2b73502
 SHA1 (patch-lib_jekyll_commands_serve.rb) = ac115a7a8f85487105b62a44d0746912892dd8b5



Home | Main Index | Thread Index | Old Index