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 ABBD77A111 for ; Thu, 4 May 2017 15:10:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B97F84DCE; Thu, 4 May 2017 15:10:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E023584D9F for ; Thu, 4 May 2017 15:10:34 +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 Ksqc4i_WdwCw for ; Thu, 4 May 2017 15:10:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5056484D94 for ; Thu, 4 May 2017 15:10:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E0DBFBE4; Thu, 4 May 2017 15:10:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493910634233670" MIME-Version: 1.0 Date: Thu, 4 May 2017 15:10:34 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-awesome_nested_set To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170504151034.4E0DBFBE4@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. --_----------=_1493910634233670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu May 4 15:10:34 UTC 2017 Modified Files: pkgsrc/databases/ruby-awesome_nested_set: Makefile Log Message: Do not include "rails.mk" here. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-awesome_nested_set/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493910634233670 Content-Disposition: inline Content-Length: 735 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-awesome_nested_set/Makefile diff -u pkgsrc/databases/ruby-awesome_nested_set/Makefile:1.4 pkgsrc/databases/ruby-awesome_nested_set/Makefile:1.5 --- pkgsrc/databases/ruby-awesome_nested_set/Makefile:1.4 Thu May 4 15:03:59 2017 +++ pkgsrc/databases/ruby-awesome_nested_set/Makefile Thu May 4 15:10:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2017/05/04 15:03:59 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/05/04 15:10:34 taca Exp $ DISTNAME= awesome_nested_set-2.1.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -15,5 +15,4 @@ RUBY_RAILS_SUPPORTED= 32 USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" -.include "../../lang/ruby/rails.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1493910634233670--