Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 759D17A308 for ; Sat, 19 Nov 2016 15:24:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 270A785598; Sat, 19 Nov 2016 15:24:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACC3185590 for ; Sat, 19 Nov 2016 15:24:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6i09lzQRATwe for ; Sat, 19 Nov 2016 15:24:46 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 17A7C84CBD for ; Sat, 19 Nov 2016 15:24:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DB4EFBA6; Sat, 19 Nov 2016 15:24:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479569086149400" MIME-Version: 1.0 Date: Sat, 19 Nov 2016 15:24:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-treetop To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161119152446.0DB4EFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1479569086149400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Nov 19 15:24:45 UTC 2016 Modified Files: pkgsrc/textproc/ruby-treetop: Makefile Removed Files: pkgsrc/textproc/ruby-treetop/patches: patch-.._treetop-1.4.15.gemspec Log Message: Stop patching gemspec file and use OVERRIDE_GEMSPEC with updated update-gemspec.rb script. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-treetop/Makefile cvs rdiff -u -r1.1 -r0 \ pkgsrc/textproc/ruby-treetop/patches/patch-.._treetop-1.4.15.gemspec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479569086149400 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-treetop/Makefile diff -u pkgsrc/textproc/ruby-treetop/Makefile:1.7 pkgsrc/textproc/ruby-treetop/Makefile:1.8 --- pkgsrc/textproc/ruby-treetop/Makefile:1.7 Sat Mar 15 15:15:06 2014 +++ pkgsrc/textproc/ruby-treetop/Makefile Sat Nov 19 15:24:45 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/03/15 15:15:06 taca Exp $ +# $NetBSD: Makefile,v 1.8 2016/11/19 15:24:45 taca Exp $ DISTNAME= treetop-1.4.15 CATEGORIES= textproc @@ -11,6 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-polyglot>=0.3.1:../../devel/ruby-polyglot CONFLICTS= ruby[1-9][0-9]-treetop-[0-9]* +OVERRIDE_GEMSPEC+= polyglot: .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1479569086149400--