Sun Jun 7 15:31:47 2020 UTC ()
www/ruby-jekyll-archives: update to 2.2.1

Update ruby-jekyll-archives to 2.2.1.

2.2.1 (2019-03-23)

Minor Enhancements

* Make Archive subclass of Page (#67)
* Don't limit slugs/title to strings (#41)
* Enable incremental operation (#58)
* Remove deprecated defs (#89)

Development Fixes

* Target Ruby 2.3
* Allow testing and using with Jekyll 4.x (#133)
* Update Travis config and Gemfile for Ruby < 2.2.2 support (#68)
* Consolidate History file to work with jekyllbot (#80)
* Remove Travis test for Ruby 1.9 (#87)
* Inherit Jekyll's rubocop config for consistency (#65)
* Bump travis ruby versions (#91)
* Fix Travis build error (#93)
* Define path with dir (#105)
* Appease Rubocop (#104)
* update Rubocop and Travis config (#110)
* Update .travis.yml (#111)
* Modernize tests & linting (#114)
* Test against Ruby 2.5 (#118)
* Lint with rubocop-jekyll (#128)

Documentation

* Update Installation Guide (#116)
* docs/configuration: GitHub table display was messed up (#96)
* Small updates for consistency across document (#130)


(taca)
diff -r1.9 -r1.10 pkgsrc/www/ruby-jekyll-archives/Makefile
diff -r1.1 -r1.2 pkgsrc/www/ruby-jekyll-archives/PLIST
diff -r1.2 -r1.3 pkgsrc/www/ruby-jekyll-archives/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/ruby-jekyll-archives/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-jekyll-archives/Makefile 2020/03/15 21:13:35 1.9
+++ pkgsrc/www/ruby-jekyll-archives/Makefile 2020/06/07 15:31:47 1.10
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2020/03/15 21:13:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2020/06/07 15:31:47 taca Exp $
2 2
3DISTNAME= jekyll-archives-2.1.1 3DISTNAME= jekyll-archives-2.2.1
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/jekyll/jekyll-archives/ 7HOMEPAGE= https://github.com/jekyll/jekyll-archives/
9COMMENT= Automatically generates post archives by dates, tags, and categories 8COMMENT= Automatically generates post archives by dates, tags, and categories
10LICENSE= mit 9LICENSE= mit
11 10
12DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll 11DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
13 12
 13USE_LANGUAGES= # none
 14
14.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-jekyll-archives/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ruby-jekyll-archives/PLIST 2016/05/29 02:33:13 1.1
+++ pkgsrc/www/ruby-jekyll-archives/PLIST 2020/06/07 15:31:47 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1@comment $NetBSD: PLIST,v 1.1 2016/05/29 02:33:13 jmmv Exp $ 1@comment $NetBSD: PLIST,v 1.2 2020/06/07 15:31:47 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/lib/jekyll-archives.rb 3${GEM_LIBDIR}/lib/jekyll-archives.rb
4${GEM_LIBDIR}/lib/jekyll-archives/archive.rb 4${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
 5${GEM_LIBDIR}/lib/jekyll-archives/version.rb
5${GEM_HOME}/specifications/${GEM_NAME}.gemspec 6${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.2 -r1.3 pkgsrc/www/ruby-jekyll-archives/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-jekyll-archives/distinfo 2016/10/24 14:23:01 1.2
+++ pkgsrc/www/ruby-jekyll-archives/distinfo 2020/06/07 15:31:47 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2016/10/24 14:23:01 taca Exp $ 1$NetBSD: distinfo,v 1.3 2020/06/07 15:31:47 taca Exp $
2 2
3SHA1 (jekyll-archives-2.1.1.gem) = 4fb3a3f4fbe168908bb0e6cc733c219ce17794f9 3SHA1 (jekyll-archives-2.2.1.gem) = f4f5c5d216d0b093825b0ec146215be258d9a98d
4RMD160 (jekyll-archives-2.1.1.gem) = 8580dd74df13bef0f6726c79adc140a832bf37d4 4RMD160 (jekyll-archives-2.2.1.gem) = 57af52c6f0b04cba5f9ab7f240e44d77335d8130
5SHA512 (jekyll-archives-2.1.1.gem) = fd12f79d1ac3259f653f440aaec7c6bcb6d6a7a314592ea4a54e08e1a97468fdb9f12505d3d44452cb67d650e72501690f345a4a6fc823ec8239d83e3e1bf3da 5SHA512 (jekyll-archives-2.2.1.gem) = 506450707d61746edd794de2f95a0215c417290a9434c00d0269029ab1e4b118d66456e30f57c607a7e73577c8eeabbf717376767ffc79a6fe2c4421d32bd755
6Size (jekyll-archives-2.1.1.gem) = 6656 bytes 6Size (jekyll-archives-2.2.1.gem) = 6656 bytes