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:           Mon Sep 11 16:02:12 UTC 2017

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

Log Message:
Update ruby-jekyll to 3.5.2.

3.5.2 (2017/8/18)

* Backport #6281 for v3.5.x: Fix Drop#key? so it can handle a nil argument (#6288)
* Backport #6280 for v3.5.x: Guard against type error in absolute_url (#6287)
* Backport #6266 for v3.5.x: Memoize the return value of Document#url (#6301)
* Backport #6273 for v3.5.x: delegate StaticFile#to_json to StaticFile#to_liquid (#6302)
* Backport #6226 for v3.5.x: Reader#read_directories: guard against an entry not being a directory (#6304)
* Backport #6247 for v3.5.x: kramdown: symbolize keys in-place (#6303)

3.5.1 (2017/7/18)

Minor Enhancements

* Use Warn for deprecation messages (#6192)
* site template: Use plugins key instead of gems (#6045)

Bug Fixes

* Backward compatiblize URLFilters module (#6163)
* Static files contain front matter default keys when to_liquid'd (#6162)
* Always normalize the result of the relative_url filter (#6185)

Documentation

* Update reference to trouble with OS X/macOS (#6139)
* added BibSonomy plugin (#6143)
* add plugins for multiple page pagination (#6055)
* Update minimum Ruby version in installation.md (#6164)
* [docs] Add information about finding a collection in site.collections (#6165)
* Add {%raw%} to Liquid example on site (#6179)
* Added improved Pug plugin - removed 404 Jade plugin (#6174)
* Linking the link (#6210)
* Small correction in documentation for includes (#6193)
* Fix docs site page margin (#6214)

Development Fixes

* Add jekyll doctor to GitHub Issue Template (#6169)
* Test with Ruby 2.4.1-1 on AppVeyor (#6176)
* set minimum requirement for jekyll-feed (#6184)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.13 -r1.14 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.25 pkgsrc/www/ruby-jekyll/Makefile:1.26
--- pkgsrc/www/ruby-jekyll/Makefile:1.25        Wed Jun 21 13:52:09 2017
+++ pkgsrc/www/ruby-jekyll/Makefile     Mon Sep 11 16:02:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/06/21 13:52:09 taca Exp $
+# $NetBSD: Makefile,v 1.26 2017/09/11 16:02:12 taca Exp $
 
-DISTNAME=      jekyll-3.5.0
+DISTNAME=      jekyll-3.5.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll/distinfo
diff -u pkgsrc/www/ruby-jekyll/distinfo:1.13 pkgsrc/www/ruby-jekyll/distinfo:1.14
--- pkgsrc/www/ruby-jekyll/distinfo:1.13        Wed Jun 21 13:52:09 2017
+++ pkgsrc/www/ruby-jekyll/distinfo     Mon Sep 11 16:02:12 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2017/06/21 13:52:09 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/09/11 16:02:12 taca Exp $
 
-SHA1 (jekyll-3.5.0.gem) = 89eca673e918605472a86d6973abb9832432a528
-RMD160 (jekyll-3.5.0.gem) = 3f03f92a7fabe0c8c08c72bb4bcba68cbac2a9f6
-SHA512 (jekyll-3.5.0.gem) = d5c751555decc5a01aa94941e87f16ca71807032bfcfd1d9aff669aea1a2622df28fbd507fbfc414cab57d872d34cc76dc6349940c80990ccf89015aa66bbd40
-Size (jekyll-3.5.0.gem) = 92672 bytes
+SHA1 (jekyll-3.5.2.gem) = 102044f3f3fad5ec87360c45f24bd3bec38833ff
+RMD160 (jekyll-3.5.2.gem) = 3de16f599e9463a5eb7f4282e7273cb829bdf6ee
+SHA512 (jekyll-3.5.2.gem) = e1695811c1bba737c3e07776c140da82a48156d8d590152deeeb52fc585486de04eed4e3184a577e1dcf34f68badbdc9ba887bc162d95a82a24e95a23d54f80d
+Size (jekyll-3.5.2.gem) = 92672 bytes
 SHA1 (patch-lib_jekyll_commands_new.rb) = eed3af934584debec177a58b916464ff536b7178



Home | Main Index | Thread Index | Old Index