mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
www/rubygem-jekyll: update to 3.0.0
and preserve 2.5.3 as www/rubygem-jekyll2
This commit is contained in:
parent
62eb61a64c
commit
34b64f24a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400402
@ -13,7 +13,7 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-fastimage>=1.6:${PORTSDIR}/graphics/rubygem-fastimage \
|
||||
rubygem-jekyll>=2:${PORTSDIR}/www/rubygem-jekyll \
|
||||
rubygem-jekyll2>=2:${PORTSDIR}/www/rubygem-jekyll2 \
|
||||
rubygem-mini_magick>=4.1:${PORTSDIR}/graphics/rubygem-mini_magick \
|
||||
rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass \
|
||||
rubygem-sprockets>=2.10:${PORTSDIR}/devel/rubygem-sprockets \
|
||||
|
@ -1890,6 +1890,7 @@
|
||||
SUBDIR += rubygem-innate
|
||||
SUBDIR += rubygem-jekyll
|
||||
SUBDIR += rubygem-jekyll-watch
|
||||
SUBDIR += rubygem-jekyll2
|
||||
SUBDIR += rubygem-journey
|
||||
SUBDIR += rubygem-jquery-atwho-rails
|
||||
SUBDIR += rubygem-jquery-atwho-rails-rails4
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jekyll
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -13,21 +12,16 @@ COMMENT= Simple, blog aware, static site generator
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-classifier-reborn>=2.0:${PORTSDIR}/devel/rubygem-classifier-reborn \
|
||||
rubygem-colorator>=0.1:${PORTSDIR}/textproc/rubygem-colorator \
|
||||
rubygem-jekyll-coffeescript>=1.0:${PORTSDIR}/devel/rubygem-jekyll-coffeescript \
|
||||
rubygem-jekyll-gist>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-gist \
|
||||
rubygem-jekyll-paginate>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-paginate \
|
||||
RUN_DEPENDS= rubygem-colorator>=0.1:${PORTSDIR}/textproc/rubygem-colorator \
|
||||
rubygem-jekyll-sass-converter>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-sass-converter \
|
||||
rubygem-jekyll-watch>=1.1:${PORTSDIR}/www/rubygem-jekyll-watch \
|
||||
rubygem-kramdown>=1.3:${PORTSDIR}/textproc/rubygem-kramdown \
|
||||
rubygem-liquid2>=2.6.1:${PORTSDIR}/textproc/rubygem-liquid2 \
|
||||
rubygem-liquid>=3.0.0:${PORTSDIR}/textproc/rubygem-liquid \
|
||||
rubygem-mercenary>=0.3.3:${PORTSDIR}/devel/rubygem-mercenary \
|
||||
rubygem-pygments.rb>=0.6.0:${PORTSDIR}/devel/rubygem-pygments.rb \
|
||||
rubygem-redcarpet>=3.1:${PORTSDIR}/textproc/rubygem-redcarpet \
|
||||
rubygem-safe_yaml>=1.0:${PORTSDIR}/devel/rubygem-safe_yaml \
|
||||
rubygem-toml>=0.1.0:${PORTSDIR}/devel/rubygem-toml
|
||||
rubygem-rouge>=1.7:${PORTSDIR}/textproc/rubygem-rouge \
|
||||
rubygem-safe_yaml>=1.0:${PORTSDIR}/devel/rubygem-safe_yaml
|
||||
|
||||
CONFLICTS_INSTALL= rubygem-jekyll2-*
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/jekyll-2.5.3.gem) = 56085eb920484394c03bc2cbc96274685a2e72ed43d33eec9e3d97e68569a3a9
|
||||
SIZE (rubygem/jekyll-2.5.3.gem) = 58368
|
||||
SHA256 (rubygem/jekyll-3.0.0.gem) = b4e524d49b7c318d7c7e2ba0b6e61e0e83e3d1618caca12c1b690cde7542e965
|
||||
SIZE (rubygem/jekyll-3.0.0.gem) = 74240
|
||||
|
@ -3,7 +3,6 @@ template directory (representing the raw form of a website), runs it
|
||||
through Textile or Markdown and Liquid converters, and spits out a
|
||||
complete, static website suitable for serving with Apache or your
|
||||
favorite web server. This is also the engine behind GitHub Pages,
|
||||
which you can use to host your project?s page or blog right here from
|
||||
GitHub.
|
||||
which you can use to host your project's page or blog on GitHub.
|
||||
|
||||
WWW: https://github.com/mojombo/jekyll
|
||||
WWW: http://jekyllrb.com/
|
||||
|
40
www/rubygem-jekyll2/Makefile
Normal file
40
www/rubygem-jekyll2/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jekyll
|
||||
PORTVERSION= 2.5.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Simple, blog aware, static site generator
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-classifier-reborn>=2.0:${PORTSDIR}/devel/rubygem-classifier-reborn \
|
||||
rubygem-colorator>=0.1:${PORTSDIR}/textproc/rubygem-colorator \
|
||||
rubygem-jekyll-coffeescript>=1.0:${PORTSDIR}/devel/rubygem-jekyll-coffeescript \
|
||||
rubygem-jekyll-gist>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-gist \
|
||||
rubygem-jekyll-paginate>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-paginate \
|
||||
rubygem-jekyll-sass-converter>=1.0:${PORTSDIR}/textproc/rubygem-jekyll-sass-converter \
|
||||
rubygem-jekyll-watch>=1.1:${PORTSDIR}/www/rubygem-jekyll-watch \
|
||||
rubygem-kramdown>=1.3:${PORTSDIR}/textproc/rubygem-kramdown \
|
||||
rubygem-liquid2>=2.6.1:${PORTSDIR}/textproc/rubygem-liquid2 \
|
||||
rubygem-mercenary>=0.3.3:${PORTSDIR}/devel/rubygem-mercenary \
|
||||
rubygem-pygments.rb>=0.6.0:${PORTSDIR}/devel/rubygem-pygments.rb \
|
||||
rubygem-redcarpet>=3.1:${PORTSDIR}/textproc/rubygem-redcarpet \
|
||||
rubygem-safe_yaml>=1.0:${PORTSDIR}/devel/rubygem-safe_yaml \
|
||||
rubygem-toml>=0.1.0:${PORTSDIR}/devel/rubygem-toml
|
||||
|
||||
CONFLICTS_INSTALL= rubygem-jekyll-3.*
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/jekyll
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-jekyll2/distinfo
Normal file
2
www/rubygem-jekyll2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/jekyll-2.5.3.gem) = 56085eb920484394c03bc2cbc96274685a2e72ed43d33eec9e3d97e68569a3a9
|
||||
SIZE (rubygem/jekyll-2.5.3.gem) = 58368
|
9
www/rubygem-jekyll2/pkg-descr
Normal file
9
www/rubygem-jekyll2/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Jekyll is a simple, blog aware, static site generator. It takes a
|
||||
template directory (representing the raw form of a website), runs it
|
||||
through Textile or Markdown and Liquid converters, and spits out a
|
||||
complete, static website suitable for serving with Apache or your
|
||||
favorite web server. This is also the engine behind GitHub Pages,
|
||||
which you can use to host your project?s page or blog right here from
|
||||
GitHub.
|
||||
|
||||
WWW: https://github.com/mojombo/jekyll
|
Loading…
Reference in New Issue
Block a user