diff options
author | taca <taca@pkgsrc.org> | 2017-06-17 05:07:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-17 05:07:11 +0000 |
commit | 8b02e8e663d1a9a2003261c71ffadfa8c31fabd7 (patch) | |
tree | c4fad75c8bcc390b32de735286a508dcea1ee9e6 /www | |
parent | d7334c90a7c4eac1db3965afc6ce9000527a86a2 (diff) | |
download | pkgsrc-8b02e8e663d1a9a2003261c71ffadfa8c31fabd7.tar.gz |
Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/thoth/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/thoth/Makefile b/www/thoth/Makefile index 074f9c537d7..b6ae737422a 100644 --- a/www/thoth/Makefile +++ b/www/thoth/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2015/03/01 15:38:47 taca Exp $ +# $NetBSD: Makefile,v 1.12 2017/06/17 05:07:11 taca Exp $ DISTNAME= thoth-0.2.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= # Web site has gone: http://thothblog.org/ +HOMEPAGE= https://github.com/rgrove/thoth COMMENT= Minimalistic blog engine LICENSE= modified-bsd @@ -24,9 +24,8 @@ RUBYGEM_OPTIONS+= --format-executable 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 erubis>=2.7.0 -RUBY_JSON_REQD= 1.1.3 -RUBY_JSON_TYPE= pure + ramaze>=2008.06 sequel>=2.5.0 thin>=0.8.2 erubis>=2.7.0 \ + json_pure:json>=1.1.3 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |