Received: by mail.netbsd.org (Postfix, from userid 605) id DBAAC84EA7; Sun, 3 Feb 2019 14:42:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 649AB84E38 for ; Sun, 3 Feb 2019 14:42:26 +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 JSKNSLdhIM_d for ; Sun, 3 Feb 2019 14:42:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B964584CE9 for ; Sun, 3 Feb 2019 14:42:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B43A8FB16; Sun, 3 Feb 2019 14:42:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154920494536590" MIME-Version: 1.0 Date: Sun, 3 Feb 2019 14:42:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-libyajl2 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190203144225.B43A8FB16@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. --_----------=_154920494536590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 3 14:42:25 UTC 2019 Modified Files: pkgsrc/devel/ruby-libyajl2: Makefile Log Message: devel/ruby-libyajl2: update to 2.0.0 * pkgsrc change: add "USE_LANGUAGES= # none" line. 2.0.0 (2018-10-24) * Removed testing for Ruby 1.8/1.9/Ruby Enterprise Edition * Removed the dependency on mime-types, which was needed for Ruby 1.8 * Resolved Chefstyle warnings * Added instructions for installing package dependencies to the readme * Escape prefix when generating makefile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-libyajl2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154920494536590 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-libyajl2/Makefile diff -u pkgsrc/devel/ruby-libyajl2/Makefile:1.1 pkgsrc/devel/ruby-libyajl2/Makefile:1.2 --- pkgsrc/devel/ruby-libyajl2/Makefile:1.1 Mon Jan 19 20:43:37 2015 +++ pkgsrc/devel/ruby-libyajl2/Makefile Sun Feb 3 14:42:25 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/01/19 20:43:37 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2019/02/03 14:42:25 taca Exp $ -DISTNAME= libyajl2-1.2.0 +DISTNAME= libyajl2-2.0.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,6 +10,8 @@ LICENSE= apache-2.0 MAKE_ENV+= USE_SYSTEM_LIBYAJL2=yes +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../devel/yajl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_154920494536590--