pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rails60



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 13 14:55:24 UTC 2020

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

Log Message:
www/ruby-rails60: fix dependency

* 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.3 -r1.4 pkgsrc/www/ruby-rails60/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-rails60/Makefile
diff -u pkgsrc/www/ruby-rails60/Makefile:1.3 pkgsrc/www/ruby-rails60/Makefile:1.4
--- pkgsrc/www/ruby-rails60/Makefile:1.3        Thu May 21 16:04:24 2020
+++ pkgsrc/www/ruby-rails60/Makefile    Sun Sep 13 14:55:23 2020
@@ -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@localhost
@@ -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"



Home | Main Index | Thread Index | Old Index