summaryrefslogtreecommitdiff
path: root/www/ruby-jekyll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-jekyll/Makefile')
-rw-r--r--www/ruby-jekyll/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
index 64565c13b73..d385a348cac 100644
--- a/www/ruby-jekyll/Makefile
+++ b/www/ruby-jekyll/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2013/03/14 16:21:11 taca Exp $
+# $NetBSD: Makefile,v 1.7 2013/09/15 17:20:24 taca Exp $
-DISTNAME= jekyll-0.12.1
+DISTNAME= jekyll-1.2.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,12 +8,18 @@ HOMEPAGE= https://github.com/mojombo/jekyll
COMMENT= Blog-aware, static site generator in Ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=2.3<3:../../www/ruby-liquid
-DEPENDS+= ${RUBY_PKGPREFIX}-classifier>=1.3.1<2:../../textproc/ruby-classifier
-DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.1<2:../../sysutils/ruby-directory-watcher
-DEPENDS+= ${RUBY_PKGPREFIX}-maruku>=0.5.9<1:../../textproc/ruby-maruku
+DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=2.5.1<2.6:../../www/ruby-liquid
+DEPENDS+= ${RUBY_PKGPREFIX}-classifier>=1.3.2<2:../../textproc/ruby-classifier
+DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.5.1:../../sysutils/ruby-directory-watcher
+DEPENDS+= ${RUBY_PKGPREFIX}-maruku>=0.5<1:../../textproc/ruby-maruku
DEPENDS+= ${RUBY_PKGPREFIX}-kramdown>=0.14<1:../../textproc/ruby-kramdown
-DEPENDS+= ${RUBY_PKGPREFIX}-pygments.rb>=0.3.2<0.4:../../www/ruby-pygments.rb
+DEPENDS+= ${RUBY_PKGPREFIX}-pygments.rb>=0.5<0.6:../../www/ruby-pygments.rb
+DEPENDS+= ${RUBY_PKGPREFIX}-commander>=4.1.3<4.2:../../misc/ruby-commander
+DEPENDS+= ${RUBY_PKGPREFIX}-safe_yaml>=0.7.0:../../textproc/ruby-safe_yaml
+DEPENDS+= ${RUBY_PKGPREFIX}-colorator>=0.1<1:../../misc/ruby-colorator
+DEPENDS+= ${RUBY_PKGPREFIX}-redcarpet>=3.0.0:../../textproc/ruby-redcarpet
+
+OVERRIDE_GEMSPEC= directory-watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"