pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-rails42



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar  5 07:49:36 UTC 2019

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

Log Message:
www/ruby-rails42: 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.6 -r1.7 pkgsrc/www/ruby-rails42/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-rails42/Makefile
diff -u pkgsrc/www/ruby-rails42/Makefile:1.6 pkgsrc/www/ruby-rails42/Makefile:1.7
--- pkgsrc/www/ruby-rails42/Makefile:1.6        Wed Feb  6 14:43:20 2019
+++ pkgsrc/www/ruby-rails42/Makefile    Tue Mar  5 07:49:36 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/02/06 14:43:20 taca Exp $
+# $NetBSD: Makefile,v 1.7 2019/03/05 07:49:36 taca Exp $
 
 DISTNAME=      rails-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -26,6 +27,6 @@ RUBY_RAILS_STRICT_DEP=        yes
 
 .include "../../lang/ruby/gem.mk"
 .if ${RUBY_VER} != 26
-DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.3.0<2:../../misc/ruby-bundler
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler1>=1.3.0<2:../../misc/ruby-bundler1
 .endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index