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 Jul 18 14:44:08 UTC 2017
Modified Files:
pkgsrc/www/ruby-rails42: Makefile
Log Message:
Fix dependency.
Require depends on misc/ruby-sprockets-rails not misc/ruby-sprockets.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/www/ruby-rails42/Makefile:1.3
--- pkgsrc/www/ruby-rails42/Makefile:1.2 Wed Jun 21 13:12:21 2017
+++ pkgsrc/www/ruby-rails42/Makefile Tue Jul 18 14:44:08 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/21 13:12:21 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/18 14:44:08 taca Exp $
DISTNAME= rails-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-rails${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= minskim%NetBSD.org@localhost
@@ -18,7 +19,7 @@ DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.3.0<2:../../misc/ruby-bundler
-DEPENDS+= ${RUBY_PKGPREFIX}-sprockets-[0-9]*:../../misc/ruby-sprockets
+DEPENDS+= ${RUBY_PKGPREFIX}-sprockets-rails-[0-9]*:../../misc/ruby-sprockets-rails
CONFLICTS+= ruby[1-9][0-9]-rails-[0-9]*
Home |
Main Index |
Thread Index |
Old Index