pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-shoulda-matchers



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun 21 13:19:02 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-shoulda-matchers: Makefile

Log Message:
Use RUBY_ACTIVESUPPORT_DEPENDS to ruby-activesupport32 dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-shoulda-matchers/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-shoulda-matchers/Makefile
diff -u pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.6 pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.7
--- pkgsrc/devel/ruby-shoulda-matchers/Makefile:1.6     Thu May  4 15:12:34 2017
+++ pkgsrc/devel/ruby-shoulda-matchers/Makefile Wed Jun 21 13:19:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/05/04 15:12:34 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/21 13:19:02 taca Exp $
 
 DISTNAME=      shoulda-matchers-2.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@ HOMEPAGE=       http://thoughtbot.com/communit
 COMMENT=       Making tests easy on the fingers and eyes
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=3.0.0:${RUBY_RAILS32_ACTIVESUPPORT}
+DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 
 USE_LANGUAGES= # none
 RUBY_RAILS_SUPPORTED=  32



Home | Main Index | Thread Index | Old Index