pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rspec



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 14:07:47 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-rspec: Makefile distinfo

Log Message:
Update ruby-rspec to 3.6.0.

This is a kind of meta package, contains ruby-rspec-core,
ruby-rspec-expectations and ruby-rspec-mocks.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-rspec/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-rspec/distinfo

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-rspec/Makefile
diff -u pkgsrc/devel/ruby-rspec/Makefile:1.19 pkgsrc/devel/ruby-rspec/Makefile:1.20
--- pkgsrc/devel/ruby-rspec/Makefile:1.19       Sun Oct  9 15:05:57 2016
+++ pkgsrc/devel/ruby-rspec/Makefile    Mon Jun  5 14:07:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/10/09 15:05:57 taca Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/05 14:07:47 taca Exp $
 
-DISTNAME=      rspec-3.5.0
+DISTNAME=      rspec-3.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,9 +8,9 @@ HOMEPAGE=       http://relishapp.com/rspec
 COMMENT=       Behaviour Driven Development framework for Ruby
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.5.0<3.6:../../devel/ruby-rspec-core
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.5.0<3.6:../../devel/ruby-rspec-expectations
-DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.5.0<3.6:../../devel/ruby-rspec-mocks
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-core>=3.6.0<3.7:../../devel/ruby-rspec-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-expectations>=3.6.0<3.7:../../devel/ruby-rspec-expectations
+DEPENDS+=      ${RUBY_PKGPREFIX}-rspec-mocks>=3.6.0<3.7:../../devel/ruby-rspec-mocks
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-rspec/distinfo
diff -u pkgsrc/devel/ruby-rspec/distinfo:1.20 pkgsrc/devel/ruby-rspec/distinfo:1.21
--- pkgsrc/devel/ruby-rspec/distinfo:1.20       Sun Oct  9 15:05:57 2016
+++ pkgsrc/devel/ruby-rspec/distinfo    Mon Jun  5 14:07:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2016/10/09 15:05:57 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/06/05 14:07:47 taca Exp $
 
-SHA1 (rspec-3.5.0.gem) = 0c0a3d327b4f3e912c996efbf66efb8c72e4c136
-RMD160 (rspec-3.5.0.gem) = 3f639eae9c223078d54080a0cf386a330f830311
-SHA512 (rspec-3.5.0.gem) = 0500f09e46244746967f5efebcfbc96d4cef14c5f68e6ad3d510e151ed83c865a3478ae6e42dec0f0793db7db52ae2394768b6b331ea5ca8d30bc19523cad5b0
-Size (rspec-3.5.0.gem) = 10752 bytes
+SHA1 (rspec-3.6.0.gem) = f72cf399b379193a36ca47494bcb7a703af17c79
+RMD160 (rspec-3.6.0.gem) = 853d9e3671b436559e4256f7271d6e0ab0c08c94
+SHA512 (rspec-3.6.0.gem) = ff0208209fffe205038e75ea410d0a0c140d35f9dcf46b699d9359bb17b8d6e92c4c3643b8f99d741921dd4a4b9bc62e639f5d48f46e4e9c656dcab0f62fdbb2
+Size (rspec-3.6.0.gem) = 10240 bytes



Home | Main Index | Thread Index | Old Index