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:   ryoon
Date:           Sat Oct  5 04:52:16 UTC 2019

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

Log Message:
Update to 0.12.1

Changelog:
0.12.1
Bug Fixes
    Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272)

0.12.0
    Allow Jekyll v4 (still alpha)

Development Fixes
    style: fix offenses in specs (#248)
    dev: update CI and style settings (#258)
    Enable testing for Windows platform (#265)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-feed/Makefile
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/www/ruby-jekyll-feed/Makefile:1.7
--- pkgsrc/www/ruby-jekyll-feed/Makefile:1.6    Mon Apr 15 06:11:32 2019
+++ pkgsrc/www/ruby-jekyll-feed/Makefile        Sat Oct  5 04:52:16 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/15 06:11:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/10/05 04:52:16 ryoon Exp $
 
-DISTNAME=      jekyll-feed-0.11.0
+DISTNAME=      jekyll-feed-0.12.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll-feed/PLIST
diff -u pkgsrc/www/ruby-jekyll-feed/PLIST:1.3 pkgsrc/www/ruby-jekyll-feed/PLIST:1.4
--- pkgsrc/www/ruby-jekyll-feed/PLIST:1.3       Sun Sep 23 17:13:09 2018
+++ pkgsrc/www/ruby-jekyll-feed/PLIST   Sat Oct  5 04:52:16 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/09/23 17:13:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/10/05 04:52:16 ryoon Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/History.markdown
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/jekyll-feed.gemspec
 ${GEM_LIBDIR}/lib/jekyll-feed.rb
 ${GEM_LIBDIR}/lib/jekyll-feed/feed.xml
Index: pkgsrc/www/ruby-jekyll-feed/distinfo
diff -u pkgsrc/www/ruby-jekyll-feed/distinfo:1.3 pkgsrc/www/ruby-jekyll-feed/distinfo:1.4
--- pkgsrc/www/ruby-jekyll-feed/distinfo:1.3    Sun Sep 23 17:13:09 2018
+++ pkgsrc/www/ruby-jekyll-feed/distinfo        Sat Oct  5 04:52:16 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/23 17:13:09 taca Exp $
+$NetBSD: distinfo,v 1.4 2019/10/05 04:52:16 ryoon Exp $
 
-SHA1 (jekyll-feed-0.11.0.gem) = 830e6d0431296845dd507bbebfe4763e86db73df
-RMD160 (jekyll-feed-0.11.0.gem) = ee7e989cb2509b9167ec28cb3c55da46c9a2d7ca
-SHA512 (jekyll-feed-0.11.0.gem) = 5962aee1dd781a7aed0d7bcb443c7793815e38218be36aa85ec6e7674cb852d773d6402c0b570da0fc8a0f719e99d463d3d517480a0ccfdb5a2dc62ed423ab62
-Size (jekyll-feed-0.11.0.gem) = 18944 bytes
+SHA1 (jekyll-feed-0.12.1.gem) = a8aa95207c60ecdeb123465de428cc19bd87292b
+RMD160 (jekyll-feed-0.12.1.gem) = 505ce118fd98cdf765b24b93e184e63a3dd77474
+SHA512 (jekyll-feed-0.12.1.gem) = f12b8371f3afe50481014a7229363f0a015c9524a332302804c489ff3d87efe348a8ca44dc7986ceeca3b351a7da09ef0846ce210f1afae605a12f0219497e94
+Size (jekyll-feed-0.12.1.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index