From 237c38d0e13c1d625cb338b857104820cdfa8630 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 13 Mar 2018 17:39:48 +0000 Subject: [PATCH] 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) --- www/ruby-jekyll-gist/Makefile | 8 ++++++-- www/ruby-jekyll-gist/PLIST | 5 ++++- www/ruby-jekyll-gist/distinfo | 10 +++++----- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/www/ruby-jekyll-gist/Makefile b/www/ruby-jekyll-gist/Makefile index 7140e06db61c..6c54f705c221 100644 --- a/www/ruby-jekyll-gist/Makefile +++ b/www/ruby-jekyll-gist/Makefile @@ -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 @@ -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" diff --git a/www/ruby-jekyll-gist/PLIST b/www/ruby-jekyll-gist/PLIST index 22d9ed6bf624..8ef0743e9474 100644 --- a/www/ruby-jekyll-gist/PLIST +++ b/www/ruby-jekyll-gist/PLIST @@ -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.rb ${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 diff --git a/www/ruby-jekyll-gist/distinfo b/www/ruby-jekyll-gist/distinfo index ad3f40b48b74..fc993e969b6b 100644 --- a/www/ruby-jekyll-gist/distinfo +++ b/www/ruby-jekyll-gist/distinfo @@ -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