pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-rails52



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 13 14:52:32 UTC 2020

Modified Files:
        pkgsrc/www/ruby-rails52: Makefile

Log Message:
www/ruby-rails52: fix dependency

* Fix dependency to to ruby-bundler, "RUBY_VER < 26" instead of
  "RUBY_VER != 26".
* There is no need to stay on misc/ruby-bundler1 and switch to
  depends on misc/ruby-bundler.

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-rails52/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-rails52/Makefile
diff -u pkgsrc/www/ruby-rails52/Makefile:1.4 pkgsrc/www/ruby-rails52/Makefile:1.5
--- pkgsrc/www/ruby-rails52/Makefile:1.4        Thu May 21 16:04:24 2020
+++ pkgsrc/www/ruby-rails52/Makefile    Sun Sep 13 14:52:32 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/05/21 16:04:24 taca Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/13 14:52:32 taca Exp $
 
 DISTNAME=      rails-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -27,7 +28,7 @@ RUBY_RAILS_ACCEPTED=          52
 RUBY_RAILS_STRICT_DEP=         yes
 
 .include "../../lang/ruby/gem.mk"
-.if ${RUBY_VER} != 26
-DEPENDS+=      ${RUBY_PKGPREFIX}-bundler1>=1.3.0:../../misc/ruby-bundler1
+.if ${RUBY_VER} < 26
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.3.0:../../misc/ruby-bundler
 .endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index