pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/thoth
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 17 05:07:11 UTC 2017
Modified Files:
pkgsrc/www/thoth: Makefile
Log Message:
Oops, more clean up for ruby-json dependency.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/thoth/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/thoth/Makefile
diff -u pkgsrc/www/thoth/Makefile:1.11 pkgsrc/www/thoth/Makefile:1.12
--- pkgsrc/www/thoth/Makefile:1.11 Sun Mar 1 15:38:47 2015
+++ pkgsrc/www/thoth/Makefile Sat Jun 17 05:07:11 2017
@@ -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@localhost
-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"
Home |
Main Index |
Thread Index |
Old Index