pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-archives



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 11 15:12:17 UTC 2024

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

Log Message:
www/ruby-jekyll-archives: update to 2.3.0

2.3.0 (2024-12-05)

Minor Enhancements

* Simplify checking if an archive type is enabled (#149)
* Memoize relative_path attribute of archive pages (#153)
* Memoize date attribute of date-type archive pages (#154)
* Allow creating slugs for emoji characters. (#129)
* Use Liquid drop to expose attributes to templates (#158)

Bug Fixes

* Return unless 'jekyll-archives' config is a Hash (#139)
* Include LICENSE in built gem (#180)

Internal Refactors

* Initialize Archives generator with a hash (#135)
* Remove support for legacy Jekyll versions (#136)
* Read-in site's tags and categories attributes (#137)
* Use private helper to append enabled archive type (#150)
* Access nested Hash values with Hash#dig (#151)
* Generate custom post_attr_hash with private helper (#152)

Development Fixes

* Migrate CI to GitHub Actions (#177)
* Add style_check job to CI workflow (#178)
* Add workflow to release gem via GitHub Actions (#179)

Documentation Fixes

* Substitute 'gems' with 'plugins' (#143)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-jekyll-archives/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-jekyll-archives/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-jekyll-archives/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-archives/Makefile
diff -u pkgsrc/www/ruby-jekyll-archives/Makefile:1.12 pkgsrc/www/ruby-jekyll-archives/Makefile:1.13
--- pkgsrc/www/ruby-jekyll-archives/Makefile:1.12       Sun Sep 22 16:02:10 2024
+++ pkgsrc/www/ruby-jekyll-archives/Makefile    Wed Dec 11 15:12:17 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/09/22 16:02:10 taca Exp $
+# $NetBSD: Makefile,v 1.13 2024/12/11 15:12:17 taca Exp $
 
-DISTNAME=      jekyll-archives-2.2.1
-PKGREVISION=   1
+DISTNAME=      jekyll-archives-2.3.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll-archives/PLIST
diff -u pkgsrc/www/ruby-jekyll-archives/PLIST:1.2 pkgsrc/www/ruby-jekyll-archives/PLIST:1.3
--- pkgsrc/www/ruby-jekyll-archives/PLIST:1.2   Sun Jun  7 15:31:47 2020
+++ pkgsrc/www/ruby-jekyll-archives/PLIST       Wed Dec 11 15:12:17 2024
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/07 15:31:47 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/12/11 15:12:17 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/lib/jekyll-archives.rb
 ${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
+${GEM_LIBDIR}/lib/jekyll-archives/page_drop.rb
 ${GEM_LIBDIR}/lib/jekyll-archives/version.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-jekyll-archives/distinfo
diff -u pkgsrc/www/ruby-jekyll-archives/distinfo:1.5 pkgsrc/www/ruby-jekyll-archives/distinfo:1.6
--- pkgsrc/www/ruby-jekyll-archives/distinfo:1.5        Tue Oct 26 11:30:59 2021
+++ pkgsrc/www/ruby-jekyll-archives/distinfo    Wed Dec 11 15:12:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:59 nia Exp $
+$NetBSD: distinfo,v 1.6 2024/12/11 15:12:17 taca Exp $
 
-BLAKE2s (jekyll-archives-2.2.1.gem) = 6026d442f1bf4b29924902eff8ca8b8423dcc53d0446e71a83d3738c6f40ccd1
-SHA512 (jekyll-archives-2.2.1.gem) = 506450707d61746edd794de2f95a0215c417290a9434c00d0269029ab1e4b118d66456e30f57c607a7e73577c8eeabbf717376767ffc79a6fe2c4421d32bd755
-Size (jekyll-archives-2.2.1.gem) = 6656 bytes
+BLAKE2s (jekyll-archives-2.3.0.gem) = fc62145085fe39da3c8958b6f1969b1d2d64dc194808c769bbbe4b5388b85279
+SHA512 (jekyll-archives-2.3.0.gem) = 2f14a56aeb83ea533a0c7d1f5c2d035c002ab6481d2cbc3ba8f9649a2cbf5b7f0e09d6471748d11176af6db7fa0abaff5d9bed0f23d38ebce269b027fe5787a8
+Size (jekyll-archives-2.3.0.gem) = 7680 bytes



Home | Main Index | Thread Index | Old Index