Skip to content

Commit

Permalink
www/ruby-jekyll-minima: update to 2.4.0
Browse files Browse the repository at this point in the history
2.4.0					2018/3/10

Minor Enhancements

* Add better system fonts (#205)
* Remove whitespace due to Liquid tags in generated HTML (#202)
* Adding Mastodon to the social networks (#198)

Bug Fixes

* social icons should resolve baseurl properly (#201)
* fix: styling main element in IE 11 (#199)

Documentation

* Improve thw wording in index.md (#175)
* Update config description comment (#203)


2.3.0					2018/01/30

* Add option to show excerpts on the homepage (#90)
* Handle RSS feed with jekyll-feed (#183)
* Test build with Ruby 2.4 on CI (#184)
* Document how to customize navigation links (#192)

2.2.1					2018/01/27

* Revert social_sites hash for retrocompatibility (#190)

2.2.0					2018/01/24

Minor Enhancements

* handling content outside of posts (#88)
* Add default table styles (#144)
* Add jekyll-seo-tag dependency (#139)
* Add Microformats markup (#160)
* Add more social links (#141)

Documentation

* Docs: clarification about page title (#142)
  • Loading branch information
taca committed Mar 13, 2018
1 parent f5a6640 commit cbd888e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 4 additions & 2 deletions www/ruby-jekyll-minima/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2017/04/22 17:09:17 taca Exp $
# $NetBSD: Makefile,v 1.2 2018/03/13 17:44:07 taca Exp $

DISTNAME= minima-2.1.1
DISTNAME= minima-2.4.0
PKGNAME= ${RUBY_PKGPREFIX}-jekyll-${DISTNAME}
CATEGORIES= www

Expand All @@ -12,6 +12,8 @@ LICENSE= mit
#
# gemspec says dependency, but this package is really part of jekyll.
#DEPENDS+= ${RUBY_PKGPREFIX}-jekyll>=3.3<4:../../www/ruby-jekyll
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-feed>=0.9<1:../../www/ruby-jekyll-feed
DEPENDS+= ${RUBY_PKGPREFIX}-jekyll-seo-tag>=2.1<3:../../www/ruby-jekyll-seo-tag

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 3 additions & 5 deletions www/ruby-jekyll-minima/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/04/22 17:09:17 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2018/03/13 17:44:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
Expand All @@ -7,10 +7,7 @@ ${GEM_LIBDIR}/_includes/footer.html
${GEM_LIBDIR}/_includes/google-analytics.html
${GEM_LIBDIR}/_includes/head.html
${GEM_LIBDIR}/_includes/header.html
${GEM_LIBDIR}/_includes/icon-github.html
${GEM_LIBDIR}/_includes/icon-github.svg
${GEM_LIBDIR}/_includes/icon-twitter.html
${GEM_LIBDIR}/_includes/icon-twitter.svg
${GEM_LIBDIR}/_includes/social.html
${GEM_LIBDIR}/_layouts/default.html
${GEM_LIBDIR}/_layouts/home.html
${GEM_LIBDIR}/_layouts/page.html
Expand All @@ -20,4 +17,5 @@ ${GEM_LIBDIR}/_sass/minima/_base.scss
${GEM_LIBDIR}/_sass/minima/_layout.scss
${GEM_LIBDIR}/_sass/minima/_syntax-highlighting.scss
${GEM_LIBDIR}/assets/main.scss
${GEM_LIBDIR}/assets/minima-social-icons.svg
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions www/ruby-jekyll-minima/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/04/22 17:09:17 taca Exp $
$NetBSD: distinfo,v 1.2 2018/03/13 17:44:07 taca Exp $

SHA1 (minima-2.1.1.gem) = 216f18df17b42f1242bb54a30cd66890036b1021
RMD160 (minima-2.1.1.gem) = 16f90e7799a3631a3518dbcf5320351cdeaabe49
SHA512 (minima-2.1.1.gem) = c6537dd290c7bc3ba9f8acc5d3ab42a6f7cc004247bf0c344fff459efdae08c6f220b9653b88fbd3a637403c774a0fa81fdcc694e878c6a42cf9a2f515de6b3d
Size (minima-2.1.1.gem) = 14336 bytes
SHA1 (minima-2.4.0.gem) = 21260d691e4678a3d070a8c08470753c5f0234fb
RMD160 (minima-2.4.0.gem) = e366b8a9d73213406b569903de07811c8642235f
SHA512 (minima-2.4.0.gem) = 6ec8c3803ca6045dd1975650e0dab1d374786e63236b247d41626caedfa1ae838a78d057a1da00d7bb887dc973192b9bad8c6e16efa98d5d27fada46e83eaf49
Size (minima-2.4.0.gem) = 18944 bytes

0 comments on commit cbd888e

Please sign in to comment.