Received: by mail.netbsd.org (Postfix, from userid 605) id C45DC84D96; Tue, 5 Mar 2019 07:50:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C18384D35 for ; Tue, 5 Mar 2019 07:50:43 +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 QxeD27wQ-_Qw for ; Tue, 5 Mar 2019 07:50:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A66D884D24 for ; Tue, 5 Mar 2019 07:50:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4398FB16; Tue, 5 Mar 2019 07:50:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551772242250140" MIME-Version: 1.0 Date: Tue, 5 Mar 2019 07:50:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-rails51 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190305075042.A4398FB16@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. --_----------=_1551772242250140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Mar 5 07:50:42 UTC 2019 Modified Files: pkgsrc/www/ruby-rails51: Makefile Log Message: www/ruby-rails51: switch to depends on ruby-bundler1 Change denepdency to ruby-bundler1 from ruby-bunder. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-rails51/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551772242250140 Content-Disposition: inline Content-Length: 850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rails51/Makefile diff -u pkgsrc/www/ruby-rails51/Makefile:1.2 pkgsrc/www/ruby-rails51/Makefile:1.3 --- pkgsrc/www/ruby-rails51/Makefile:1.2 Wed Feb 6 14:43:21 2019 +++ pkgsrc/www/ruby-rails51/Makefile Tue Mar 5 07:50:42 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/02/06 14:43:21 taca Exp $ +# $NetBSD: Makefile,v 1.3 2019/03/05 07:50:42 taca Exp $ DISTNAME= rails-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION} +PKGREVISION= 1 CATEGORIES= www MAINTAINER= minskim@NetBSD.org @@ -25,6 +26,6 @@ RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" .if ${RUBY_VER} != 26 -DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler +DEPENDS+= ${RUBY_PKGPREFIX}-bundler1>=1.3.0:../../misc/ruby-bundler1 .endif .include "../../mk/bsd.pkg.mk" --_----------=_1551772242250140--