summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-06-17 05:08:29 +0000
committertaca <taca@pkgsrc.org>2017-06-17 05:08:29 +0000
commitfba57ec1f5c0d9c939bcb1f18bcbe1e63d54b660 (patch)
treea91f536576c3b7a2630d4b95d8e81ab0684ad80a
parent59c2c525b1c9652a72bf18f075e321e963a9a702 (diff)
downloadpkgsrc-fba57ec1f5c0d9c939bcb1f18bcbe1e63d54b660.tar.gz
Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
-rw-r--r--www/thoth-delicious/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/thoth-delicious/Makefile b/www/thoth-delicious/Makefile
index a8eac272a7e..9aaaa66ccab 100644
--- a/www/thoth-delicious/Makefile
+++ b/www/thoth-delicious/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2015/03/01 15:39:43 taca Exp $
+# $NetBSD: Makefile,v 1.8 2017/06/17 05:08:29 taca Exp $
DISTNAME= thoth_delicious-0.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,9 +12,8 @@ LICENSE= modified-bsd
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
+OVERRIDE_GEMSPEC+= thoth>=0.1.0
+OVERRIDE_GEMSPEC+= json_pure:json>=1.1.2
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"