Skip to content

Commit

Permalink
www/ruby-rails60: fix dependency
Browse files Browse the repository at this point in the history
* There is no need to stay on misc/ruby-bundler1 and switch to
  depends on misc/ruby-bundler.

Bump PKGREVISION
  • Loading branch information
taca committed Sep 13, 2020
1 parent 4e73ead commit 009530d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/ruby-rails60/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.3 2020/05/21 16:04:24 taca Exp $
# $NetBSD: Makefile,v 1.4 2020/09/13 14:55:23 taca Exp $

DISTNAME= rails-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
PKGREVISION= 1
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down Expand Up @@ -30,6 +31,6 @@ RUBY_RAILS_STRICT_DEP= yes

.include "../../lang/ruby/gem.mk"
.if ${RUBY_VER} < 26
DEPENDS+= ${RUBY_PKGPREFIX}-bundler1>=1.3.0:../../misc/ruby-bundler1
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler
.endif
.include "../../mk/bsd.pkg.mk"

0 comments on commit 009530d

Please sign in to comment.