pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-jekyll-gist
Module Name: pkgsrc
Committed By: taca
Date: Tue Mar 13 17:39:48 UTC 2018
Modified Files:
pkgsrc/www/ruby-jekyll-gist: Makefile PLIST distinfo
Log Message:
www/ruby-jekyll-gist: update to 1.5.0
1.5.0 2017/12/03
Documentation
* replace 'plugins' key in config with 'gems' (#46)
* Docs: Remove username in gist (#54)
Development Fixes
* Remove testing for Jekyll 2.x
* Requires Ruby > 2.1
* Add release script
* Inherit Jekyll's rubocop config for consistency (#48)
* define path with dir (#47)
1.4.1 2017/06/21
* Don't ask .empty? until it's a String. (#38)
* rename Liquid 4 has_key? to key? to add compatibility for liquid 4 (#41)
* Test against Ruby 2.1 to 2.4 (#45)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-jekyll-gist/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-jekyll-gist/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-gist/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-gist/Makefile
diff -u pkgsrc/www/ruby-jekyll-gist/Makefile:1.5 pkgsrc/www/ruby-jekyll-gist/Makefile:1.6
--- pkgsrc/www/ruby-jekyll-gist/Makefile:1.5 Mon Sep 11 16:03:17 2017
+++ pkgsrc/www/ruby-jekyll-gist/Makefile Tue Mar 13 17:39:48 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/11 16:03:17 taca Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/13 17:39:48 taca Exp $
-DISTNAME= jekyll-gist-1.4.1
+DISTNAME= jekyll-gist-1.5.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,9 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-octokit>=4.2<5:../../devel/ruby-octokit
+USE_TOOLS+= bash:run
+
+REPLACE_BASH+= script/bootstrap script/cibuild script/fmt script/release
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-jekyll-gist/PLIST
diff -u pkgsrc/www/ruby-jekyll-gist/PLIST:1.4 pkgsrc/www/ruby-jekyll-gist/PLIST:1.5
--- pkgsrc/www/ruby-jekyll-gist/PLIST:1.4 Mon Jan 1 22:30:03 2018
+++ pkgsrc/www/ruby-jekyll-gist/PLIST Tue Mar 13 17:39:48 2018
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/01 22:30:03 rillig Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/03/13 17:39:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/History.markdown
@@ -14,6 +15,8 @@ ${GEM_LIBDIR}/lib/jekyll-gist/gist_tag.r
${GEM_LIBDIR}/lib/jekyll-gist/version.rb
${GEM_LIBDIR}/script/bootstrap
${GEM_LIBDIR}/script/cibuild
+${GEM_LIBDIR}/script/fmt
+${GEM_LIBDIR}/script/release
${GEM_LIBDIR}/spec/fixtures/multiple-files.json
${GEM_LIBDIR}/spec/fixtures/single-file.json
${GEM_LIBDIR}/spec/gist_tag_spec.rb
Index: pkgsrc/www/ruby-jekyll-gist/distinfo
diff -u pkgsrc/www/ruby-jekyll-gist/distinfo:1.6 pkgsrc/www/ruby-jekyll-gist/distinfo:1.7
--- pkgsrc/www/ruby-jekyll-gist/distinfo:1.6 Mon Sep 11 16:03:17 2017
+++ pkgsrc/www/ruby-jekyll-gist/distinfo Tue Mar 13 17:39:48 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/09/11 16:03:17 taca Exp $
+$NetBSD: distinfo,v 1.7 2018/03/13 17:39:48 taca Exp $
-SHA1 (jekyll-gist-1.4.1.gem) = 7733dea4e7b9e52ea8ef728d53b212d8fb56ddfd
-RMD160 (jekyll-gist-1.4.1.gem) = b504e6ead1f27ab9b3ef93222154ac9b3dc29464
-SHA512 (jekyll-gist-1.4.1.gem) = 81c36b917531132cb6ba9ce500e8768bd4bbc74d5dbafe04742575abca27ec31378db46c68ba188e8ca18bf79732bdc167da29220188f1bc9b69b2964fc5bb51
-Size (jekyll-gist-1.4.1.gem) = 11776 bytes
+SHA1 (jekyll-gist-1.5.0.gem) = efc7cce6645e638cca64b2044b1a9796588aa287
+RMD160 (jekyll-gist-1.5.0.gem) = e3121172e0bd6b698d4bc3228185ef3fa170963a
+SHA512 (jekyll-gist-1.5.0.gem) = 0ebf8a1fef5649fb85d06b9d62becefeef53b2611621cc2bc9dcceae821a00e5cc86794a603c7971b192ac9efc0e603b32f4a192702d40c05243ff0c3fd8fa98
+Size (jekyll-gist-1.5.0.gem) = 12288 bytes
Home |
Main Index |
Thread Index |
Old Index