summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2011-11-23 05:29:52 +0000
committertaca <taca>2011-11-23 05:29:52 +0000
commit21b8ec270cfe3d2253b9686c19e6a4f2bc4c3a81 (patch)
tree3132fc54bf6fd2a9fafca2b966784aae1fd82803 /www
parent23f485f2d1d5e7287446d07a81c6451c96bcd93f (diff)
downloadpkgsrc-21b8ec270cfe3d2253b9686c19e6a4f2bc4c3a81.tar.gz
Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
Diffstat (limited to 'www')
-rw-r--r--www/termtter/Makefile5
-rw-r--r--www/thoth-delicious/Makefile7
-rw-r--r--www/thoth/Makefile7
3 files changed, 12 insertions, 7 deletions
diff --git a/www/termtter/Makefile b/www/termtter/Makefile
index 914de45df7f..6679e48998e 100644
--- a/www/termtter/Makefile
+++ b/www/termtter/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2011/09/12 17:02:27 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/23 05:36:06 taca Exp $
DISTNAME= termtter-1.10.0
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -16,6 +17,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-notify>=0.2.1:../../sysutils/ruby-notify
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.3:../../textproc/ruby-json-pure
CONFLICTS+= ruby[1-9][0-9]-termtter-[0-9]* termtter-[0-9]*
+RUBY_JSON_REQD= 1.1.3
+RUBY_JSON_TYPE= pure
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile
index 2ec29ec2008..90a4e14cde9 100644
--- a/www/thoth-delicious/Makefile
+++ b/www/thoth-delicious/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2011/11/08 15:37:35 taca Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/23 05:35:49 taca Exp $
DISTNAME= thoth_delicious-0.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,10 +10,11 @@ HOMEPAGE= http://thothblog.org/
COMMENT= del.icio.us plugin for the Thoth blog engine
LICENSE= modified-bsd
-DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.1.2:../../textproc/ruby-json-pure
DEPENDS+= ${RUBY_PKGPREFIX}-thoth>=0.1.0:../../www/thoth
OVERRIDE_GEMSPEC+= json-pure>=1.1.2 thoth>=0.1.0
+RUBY_JSON_REQD= 1.1.2
+RUBY_JSON_TYPE= pure
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/thoth/Makefile b/www/thoth/Makefile
index 19302aa676f..0d389df6d46 100644
--- a/www/thoth/Makefile
+++ b/www/thoth/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2011/08/13 00:33:00 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/23 05:35:29 taca Exp $
DISTNAME= thoth-0.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -16,7 +16,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
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
DEPENDS+= ${RUBY_PKGPREFIX}-thin>=0.8.2:../../www/thin
@@ -26,6 +25,8 @@ 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
+RUBY_JSON_REQD= 1.1.3
+RUBY_JSON_TYPE= pure
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"