Received: by mail.netbsd.org (Postfix, from userid 605) id A47E584DEE; Sat, 17 Jun 2017 05:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 358EE84D90 for ; Sat, 17 Jun 2017 05:08:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DGfmnO-FmL84 for ; Sat, 17 Jun 2017 05:08:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9767B84D88 for ; Sat, 17 Jun 2017 05:08:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 954A3FAE8; Sat, 17 Jun 2017 05:08:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497676109192930" MIME-Version: 1.0 Date: Sat, 17 Jun 2017 05:08:29 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/thoth-delicious To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170617050829.954A3FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497676109192930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jun 17 05:08:29 UTC 2017 Modified Files: pkgsrc/www/thoth-delicious: Makefile Log Message: Oops, more clean up for ruby-json dependency. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/thoth-delicious/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497676109192930 Content-Disposition: inline Content-Length: 927 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/thoth-delicious/Makefile diff -u pkgsrc/www/thoth-delicious/Makefile:1.7 pkgsrc/www/thoth-delicious/Makefile:1.8 --- pkgsrc/www/thoth-delicious/Makefile:1.7 Sun Mar 1 15:39:43 2015 +++ pkgsrc/www/thoth-delicious/Makefile Sat Jun 17 05:08:29 2017 @@ -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" --_----------=_1497676109192930--