pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/ruby-shoulda
Module Name: pkgsrc
Committed By: taca
Date: Sun Aug 22 14:49:05 UTC 2021
Modified Files:
pkgsrc/meta-pkgs/ruby-shoulda: Makefile
Log Message:
meta-pkgs/ruby-shoulda: update dependency
Allow depending to newer devel/ruby-shoulda-matchers.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/meta-pkgs/ruby-shoulda/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/ruby-shoulda/Makefile
diff -u pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.10 pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.11
--- pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.10 Sun Jun 14 13:32:57 2020
+++ pkgsrc/meta-pkgs/ruby-shoulda/Makefile Sun Aug 22 14:49:05 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2020/06/14 13:32:57 taca Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/22 14:49:05 taca Exp $
DISTNAME= shoulda-4.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel meta-pkgs ruby
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +11,11 @@ COMMENT= Making tests easy on the finger
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-context>=2.0<3:../../devel/ruby-shoulda-context
-DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=4.0<5:../../devel/ruby-shoulda-matchers
+DEPENDS+= ${RUBY_PKGPREFIX}-shoulda-matchers>=4.0:../../devel/ruby-shoulda-matchers
USE_LANGUAGES= # none
+GEMSPEC_OVERRIDE+= shoulda-matchers>=4.0
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index