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)
This commit is contained in:
parent
bbb9becc70
commit
7db08ee1c2
3 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2020/03/15 21:13:35 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2020/06/07 15:31:47 taca Exp $
|
||||
|
||||
DISTNAME= jekyll-archives-2.1.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= jekyll-archives-2.2.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -11,5 +10,7 @@ LICENSE= mit
|
|||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=2.4:../../www/ruby-jekyll
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/05/29 02:33:13 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2020/06/07 15:31:47 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/lib/jekyll-archives.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-archives/archive.rb
|
||||
${GEM_LIBDIR}/lib/jekyll-archives/version.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2016/10/24 14:23:01 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2020/06/07 15:31:47 taca Exp $
|
||||
|
||||
SHA1 (jekyll-archives-2.1.1.gem) = 4fb3a3f4fbe168908bb0e6cc733c219ce17794f9
|
||||
RMD160 (jekyll-archives-2.1.1.gem) = 8580dd74df13bef0f6726c79adc140a832bf37d4
|
||||
SHA512 (jekyll-archives-2.1.1.gem) = fd12f79d1ac3259f653f440aaec7c6bcb6d6a7a314592ea4a54e08e1a97468fdb9f12505d3d44452cb67d650e72501690f345a4a6fc823ec8239d83e3e1bf3da
|
||||
Size (jekyll-archives-2.1.1.gem) = 6656 bytes
|
||||
SHA1 (jekyll-archives-2.2.1.gem) = f4f5c5d216d0b093825b0ec146215be258d9a98d
|
||||
RMD160 (jekyll-archives-2.2.1.gem) = 57af52c6f0b04cba5f9ab7f240e44d77335d8130
|
||||
SHA512 (jekyll-archives-2.2.1.gem) = 506450707d61746edd794de2f95a0215c417290a9434c00d0269029ab1e4b118d66456e30f57c607a7e73577c8eeabbf717376767ffc79a6fe2c4421d32bd755
|
||||
Size (jekyll-archives-2.2.1.gem) = 6656 bytes
|
||||
|
|
Loading…
Reference in a new issue