pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 17:32:46 UTC 2018

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

Log Message:
www/ruby-jekyll-feed: update to 0.9.3

## 0.9.3 / 2018-02-04

  * Define path with __dir (#187)
  * Bump Ruby for Travis (#188)

### Documentation

  * Fix: Add note about using plugins instead of gems key (#197)
  * Add documentation for disabling smartify filter (#205)

### Development Fixes

  * Rubocop: Target Ruby 2.2 (#195)
  * Test feeds that have a `site.lang` (#164)
  * Test against Ruby 2.5 (#201)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-jekyll-feed/Makefile \
    pkgsrc/www/ruby-jekyll-feed/PLIST pkgsrc/www/ruby-jekyll-feed/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-feed/Makefile
diff -u pkgsrc/www/ruby-jekyll-feed/Makefile:1.1 pkgsrc/www/ruby-jekyll-feed/Makefile:1.2
--- pkgsrc/www/ruby-jekyll-feed/Makefile:1.1    Sat Apr 22 17:05:48 2017
+++ pkgsrc/www/ruby-jekyll-feed/Makefile        Tue Mar 13 17:32:46 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/22 17:05:48 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/13 17:32:46 taca Exp $
 
-DISTNAME=      jekyll-feed-0.9.2
+DISTNAME=      jekyll-feed-0.9.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-jekyll-feed/PLIST
diff -u pkgsrc/www/ruby-jekyll-feed/PLIST:1.1 pkgsrc/www/ruby-jekyll-feed/PLIST:1.2
--- pkgsrc/www/ruby-jekyll-feed/PLIST:1.1       Sat Apr 22 17:05:48 2017
+++ pkgsrc/www/ruby-jekyll-feed/PLIST   Tue Mar 13 17:32:46 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/22 17:05:48 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:32:46 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -15,9 +15,12 @@ ${GEM_LIBDIR}/lib/jekyll-feed/feed.xml
 ${GEM_LIBDIR}/lib/jekyll-feed/generator.rb
 ${GEM_LIBDIR}/lib/jekyll-feed/meta-tag.rb
 ${GEM_LIBDIR}/lib/jekyll-feed/page-without-a-file.rb
+${GEM_LIBDIR}/lib/jekyll-feed/version.rb
 ${GEM_LIBDIR}/script/bootstrap
 ${GEM_LIBDIR}/script/cibuild
+${GEM_LIBDIR}/script/fmt
 ${GEM_LIBDIR}/script/release
+${GEM_LIBDIR}/script/test
 ${GEM_LIBDIR}/spec/fixtures/_config.yml
 ${GEM_LIBDIR}/spec/fixtures/_data/authors.yml
 ${GEM_LIBDIR}/spec/fixtures/_drafts/2015-01-12-a-draft.md
Index: pkgsrc/www/ruby-jekyll-feed/distinfo
diff -u pkgsrc/www/ruby-jekyll-feed/distinfo:1.1 pkgsrc/www/ruby-jekyll-feed/distinfo:1.2
--- pkgsrc/www/ruby-jekyll-feed/distinfo:1.1    Sat Apr 22 17:05:48 2017
+++ pkgsrc/www/ruby-jekyll-feed/distinfo        Tue Mar 13 17:32:46 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/22 17:05:48 taca Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 17:32:46 taca Exp $
 
-SHA1 (jekyll-feed-0.9.2.gem) = ebce057b7cfa24a7fbab01e54f5eef3fc0f67a8b
-RMD160 (jekyll-feed-0.9.2.gem) = 9584e392ceac3a33546fb3dbaa56b02d48e98060
-SHA512 (jekyll-feed-0.9.2.gem) = 7babd976a507f0b0c13f251f3b46119566daf632295c747da5fba8b60fc9482789557cd55b9e913dc99e267957ec9c47a1aec030d1df93d0872ab378957c8363
-Size (jekyll-feed-0.9.2.gem) = 15872 bytes
+SHA1 (jekyll-feed-0.9.3.gem) = ce87d8f2aa6afaae4cccf8ee559f3c0964d376df
+RMD160 (jekyll-feed-0.9.3.gem) = d8130d2386571d0ddefc4bb3f9e3f23013dcf85a
+SHA512 (jekyll-feed-0.9.3.gem) = e3839955d9787747aa789973a7aacf218126ba8f224219aab11fa2e1c4d55cb43fe7299c83eddcc76b5c90438fb42e04f7146400c311d3ec394ea019371bc50f
+Size (jekyll-feed-0.9.3.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index