pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-railties51



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Mar 22 15:43:11 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-railties51: Makefile

Log Message:
ruby-railties51: fix DEPENDS.

Now bulkbuilds can resolve all packages.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties51/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-railties51/Makefile
diff -u pkgsrc/devel/ruby-railties51/Makefile:1.1 pkgsrc/devel/ruby-railties51/Makefile:1.2
--- pkgsrc/devel/ruby-railties51/Makefile:1.1   Wed Mar 21 10:05:08 2018
+++ pkgsrc/devel/ruby-railties51/Makefile       Thu Mar 22 15:43:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/03/21 10:05:08 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/22 15:43:11 maya Exp $
 
 DISTNAME=      railties-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION}
@@ -12,7 +12,7 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.18.1<2.0:../../devel/ruby-thor
-DEPENDS+=      ${RUBY_PKGPREFIX}-method_source:../../misc/ruby-method_source
+DEPENDS+=      ${RUBY_PKGPREFIX}-method_source-[0-9]*:../../misc/ruby-method_source
 
 RUBY_RAILS_ACCEPTED=   51
 RUBY_RAILS_STRICT_DEP= yes



Home | Main Index | Thread Index | Old Index