Sat Aug 13 00:33:00 2011 UTC ()
- Fix dependency pattern.
- Also relax dependency in gemspec.

Bump PKGREVISION.


(taca)
diff -r1.6 -r1.7 pkgsrc/www/thoth/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/www/thoth/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/thoth/Attic/Makefile 2010/09/13 14:12:15 1.6
+++ pkgsrc/www/thoth/Attic/Makefile 2011/08/13 00:33:00 1.7
@@ -1,26 +1,31 @@ @@ -1,26 +1,31 @@
1# $NetBSD: Makefile,v 1.6 2010/09/13 14:12:15 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2011/08/13 00:33:00 taca Exp $
2 2
3DISTNAME= thoth-0.2.1 3DISTNAME= thoth-0.2.1
 4PKGREVISION= 1
4CATEGORIES= www 5CATEGORIES= www
5 6
6MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://thothblog.org/ 8HOMEPAGE= http://thothblog.org/
8COMMENT= Minimalistic blog engine 9COMMENT= Minimalistic blog engine
9LICENSE= modified-bsd 10LICENSE= modified-bsd
10 11
11DEPENDS+= ${RUBY_PKGPREFIX}-ramaze>=2008.06:../../www/ramaze 12DEPENDS+= ${RUBY_PKGPREFIX}-ramaze>=2008.06:../../www/ramaze
12DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.6.2:../../www/erubis 13DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.6.2<2.7:../../www/erubis
13DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder 14DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder
14DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration 15DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
15DEPENDS+= ${RUBY_PKGPREFIX}-cssmin>=1.0.2:../../www/ruby-cssmin 16DEPENDS+= ${RUBY_PKGPREFIX}-cssmin>=1.0.2<1.1:../../www/ruby-cssmin
16DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot 17DEPENDS+= ${RUBY_PKGPREFIX}-hpricot>=0.6<1:../../textproc/ruby-hpricot
17DEPENDS+= ${RUBY_PKGPREFIX}-jsmin>=1.0.0:../../www/ruby-jsmin 18DEPENDS+= ${RUBY_PKGPREFIX}-jsmin>=1.0.0<1.1:../../www/ruby-jsmin
18DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.3:../../textproc/ruby-json-pure 19DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.3:../../textproc/ruby-json-pure
19DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.0.3:../../textproc/ruby-redcloth 20DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.0.3:../../textproc/ruby-redcloth
20DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.5.0:../../databases/ruby-sequel 21DEPENDS+= ${RUBY_PKGPREFIX}-sequel>=2.5.0:../../databases/ruby-sequel
21DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin 22DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin
22 23
23CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]* 24CONFLICTS+= ruby[1-9][0-9]-thoth-[0-9]* thoth-[0-9]*
24 25
 26OVERRIDE_GEMSPEC+= \
 27 builder>=2.1.2 configuration>=0.0.5 json-pure>=1.1.3 redcloth>=4.0.3 \
 28 ramaze>=2008.06 sequel>=2.5.0 thin>=0.8.2
 29
25.include "../../lang/ruby/gem.mk" 30.include "../../lang/ruby/gem.mk"
26.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"