pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-padrino-gen



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar  5 07:52:19 UTC 2019

Modified Files:
        pkgsrc/www/ruby-padrino-gen: Makefile

Log Message:
www/ruby-padrino-gen: 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.3 -r1.4 pkgsrc/www/ruby-padrino-gen/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-padrino-gen/Makefile
diff -u pkgsrc/www/ruby-padrino-gen/Makefile:1.3 pkgsrc/www/ruby-padrino-gen/Makefile:1.4
--- pkgsrc/www/ruby-padrino-gen/Makefile:1.3    Wed Feb  6 15:03:08 2019
+++ pkgsrc/www/ruby-padrino-gen/Makefile        Tue Mar  5 07:52:19 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/02/06 15:03:08 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/05 07:52:19 taca Exp $
 
 DISTNAME=      padrino-gen-${RUBY_PADRINO_VERS}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,6 +16,6 @@ RUBYGEM_OPTIONS+=     --format-executable
 .include "../../www/ruby-padrino/Makefile.common"
 .include "../../lang/ruby/gem.mk"
 .if ${RUBY_VER} != 26
-DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.0<2:../../misc/ruby-bundler
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler1>=1.0<2:../../misc/ruby-bundler1
 .endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index