summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2011-08-13 00:33:00 +0000
committertaca <taca>2011-08-13 00:33:00 +0000
commitdc6bb3c2ae321d20005439d770ff6e3cc5250044 (patch)
treefec20c57541c9025a30507f306212ae8df25f02f /www
parent6a1e766263287bf971f00b2a2aecfc7b5d9b263a (diff)
downloadpkgsrc-dc6bb3c2ae321d20005439d770ff6e3cc5250044.tar.gz
- Fix dependency pattern.
- Also relax dependency in gemspec. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/thoth/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/www/thoth/Makefile b/www/thoth/Makefile
index 14e39a0ddd0..19302aa676f 100644
--- a/www/thoth/Makefile
+++ b/www/thoth/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/09/13 14:12:15 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/13 00:33:00 taca Exp $
DISTNAME= thoth-0.2.1
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,12 +10,12 @@ COMMENT= Minimalistic blog engine
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-ramaze>=2008.06:../../www/ramaze
-DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.6.2:../../www/erubis
+DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.6.2<2.7:../../www/erubis
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder
DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
-DEPENDS+= ${RUBY_PKGPREFIX}-cssmin>=1.0.2:../../www/ruby-cssmin
-DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot
-DEPENDS+= ${RUBY_PKGPREFIX}-jsmin>=1.0.0:../../www/ruby-jsmin
+DEPENDS+= ${RUBY_PKGPREFIX}-cssmin>=1.0.2<1.1:../../www/ruby-cssmin
+DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6<1:../../textproc/ruby-hpricot
+DEPENDS+= ${RUBY_PKGPREFIX}-jsmin>=1.0.0<1.1:../../www/ruby-jsmin
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.3:../../textproc/ruby-json-pure
DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.0.3:../../textproc/ruby-redcloth
DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.5.0:../../databases/ruby-sequel
@@ -22,5 +23,9 @@ DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin
CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]*
+OVERRIDE_GEMSPEC+= \
+ builder>=2.1.2 configuration>=0.0.5 json-pure>=1.1.3 redcloth>=4.0.3 \
+ ramaze>=2008.06 sequel>=2.5.0 thin>=0.8.2
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"