pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-simplecov



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Mar  1 00:20:40 UTC 2018

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

Log Message:
devel/ruby-simplecov: relax dependency to ruby-docile

Allow depends on ruby-docile 1.2 and later.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-simplecov/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-simplecov/Makefile
diff -u pkgsrc/devel/ruby-simplecov/Makefile:1.20 pkgsrc/devel/ruby-simplecov/Makefile:1.21
--- pkgsrc/devel/ruby-simplecov/Makefile:1.20   Mon Sep 18 00:55:26 2017
+++ pkgsrc/devel/ruby-simplecov/Makefile        Thu Mar  1 00:20:40 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/09/18 00:55:26 taca Exp $
+# $NetBSD: Makefile,v 1.21 2018/03/01 00:20:40 taca Exp $
 
 DISTNAME=      simplecov-0.15.1
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,9 +10,11 @@ COMMENT=      Code coverage for Ruby 1.9+
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-simplecov-html>=0.10.0<0.11:../../devel/ruby-simplecov-html
-DEPENDS+=      ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile
+DEPENDS+=      ${RUBY_PKGPREFIX}-docile>=1.1.0:../../devel/ruby-docile
 
 USE_LANGUAGES= # none
 
+OVERRIDE_GEMSPEC+=     docile>=1.1.0
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index