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:           Wed Feb  6 14:51:37 UTC 2019

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

Log Message:
www/ruby-jekyll: update to 3.8.5

3.8.5 (2018-11-04)

* pkgsrc change: Handle ruby-bundler dependency for ruby26.

Bug Fixes

* Re-implement handling Liquid blocks in excerpts (#7250)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.16 -r1.17 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.32 pkgsrc/www/ruby-jekyll/Makefile:1.33
--- pkgsrc/www/ruby-jekyll/Makefile:1.32        Sun Feb  3 13:45:07 2019
+++ pkgsrc/www/ruby-jekyll/Makefile     Wed Feb  6 14:51:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2019/02/03 13:45:07 taca Exp $
+# $NetBSD: Makefile,v 1.33 2019/02/06 14:51:37 taca Exp $
 
-DISTNAME=      jekyll-3.8.4
+DISTNAME=      jekyll-3.8.5
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -24,7 +24,6 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-safe_yaml>=1
 # below packages are not listed in gemspec
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-minima>=2.1.1:../../www/ruby-jekyll-minima
 DEPENDS+=      ${RUBY_PKGPREFIX}-jekyll-feed>=0.9.2:../../www/ruby-jekyll-feed
-DEPENDS+=       ${RUBY_PKGPREFIX}-bundler>=1.7:../../misc/ruby-bundler
 
 RUBY_VERSIONS_ACCEPTED=        23 24 25 26
 
@@ -33,4 +32,7 @@ RUBYGEM_OPTIONS+=     --format-executable
 OVERRIDE_GEMSPEC+=     i18n>=0.7
 
 .include "../../lang/ruby/gem.mk"
+.if ${RUBY_VER} != 26
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.7:../../misc/ruby-bundler
+.endif
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ruby-jekyll/distinfo
diff -u pkgsrc/www/ruby-jekyll/distinfo:1.16 pkgsrc/www/ruby-jekyll/distinfo:1.17
--- pkgsrc/www/ruby-jekyll/distinfo:1.16        Sun Sep 23 17:15:17 2018
+++ pkgsrc/www/ruby-jekyll/distinfo     Wed Feb  6 14:51:37 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2018/09/23 17:15:17 taca Exp $
+$NetBSD: distinfo,v 1.17 2019/02/06 14:51:37 taca Exp $
 
-SHA1 (jekyll-3.8.4.gem) = 9366e5ab445ff86afb07074316dbbdbafeff526a
-RMD160 (jekyll-3.8.4.gem) = 5aaf6a117b804f2144948733d78edef13e932ca9
-SHA512 (jekyll-3.8.4.gem) = 139c235941951ad25888aa8b3fe3039d2de55d9e1056ad313828269f36fd8ae554c2f8e664411ade8f7a094d0135b8d7d382b92e66857251d8b20a806bce9d24
-Size (jekyll-3.8.4.gem) = 112640 bytes
+SHA1 (jekyll-3.8.5.gem) = 2cad393337f77c7b6f9c6bf62c4fbf5394504245
+RMD160 (jekyll-3.8.5.gem) = 92f40ce49d4cbfbab1a4b6d22e21a3f21e171729
+SHA512 (jekyll-3.8.5.gem) = 1a45814567caa1cb4902d749330c3f6287fb7f0e84a1bc81eb7ce49ce48ed182799733b227671dfe4de9d5229877ffb581fedb927b831c6a68ab699c7d6b763a
+Size (jekyll-3.8.5.gem) = 112640 bytes
 SHA1 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7



Home | Main Index | Thread Index | Old Index