pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-jekyll A little strict dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a3708610af3
branches:  trunk
changeset: 601365:1a3708610af3
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 20 14:50:53 2012 +0000

description:
A little strict dependency.

Bump PKGREVISION.

diffstat:

 www/ruby-jekyll/Makefile |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r e11924ff4498 -r 1a3708610af3 www/ruby-jekyll/Makefile
--- a/www/ruby-jekyll/Makefile  Tue Mar 20 14:28:27 2012 +0000
+++ b/www/ruby-jekyll/Makefile  Tue Mar 20 14:50:53 2012 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2012/03/03 01:47:51 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2012/03/20 14:50:53 taca Exp $
 
 DISTNAME=      jekyll-0.11.2
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mojombo/jekyll
 COMMENT=       Blog-aware, static site generator in Ruby
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-albino>=1.3.2:../../textproc/ruby-albino
-DEPENDS+=      ${RUBY_PKGPREFIX}-classifier>=1.3.1:../../textproc/ruby-classifier
-DEPENDS+=      ${RUBY_PKGPREFIX}-directory-watcher>=1.1.1:../../sysutils/ruby-directory-watcher
-DEPENDS+=      ${RUBY_PKGPREFIX}-kramdown>=0.13.2:../../textproc/ruby-kramdown
-DEPENDS+=      ${RUBY_PKGPREFIX}-liquid>=2.3:../../www/ruby-liquid
-DEPENDS+=      ${RUBY_PKGPREFIX}-maruku>=0.5.9:../../textproc/ruby-maruku
+DEPENDS+=      ${RUBY_PKGPREFIX}-albino>=1.3.2<2:../../textproc/ruby-albino
+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}-kramdown>=0.13.2<1:../../textproc/ruby-kramdown
+DEPENDS+=      ${RUBY_PKGPREFIX}-liquid>=2.3<3:../../www/ruby-liquid
+DEPENDS+=      ${RUBY_PKGPREFIX}-maruku>=0.5.9<1:../../textproc/ruby-maruku
 LICENSE=       mit
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index