pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-diva



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Aug 31 15:35:48 UTC 2021

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

Log Message:
devel/ruby-diva: relax dependency

Allow depending to ruby-addressable>=2.8.0.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-diva/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-diva/Makefile
diff -u pkgsrc/devel/ruby-diva/Makefile:1.7 pkgsrc/devel/ruby-diva/Makefile:1.8
--- pkgsrc/devel/ruby-diva/Makefile:1.7 Mon Mar 23 15:34:38 2020
+++ pkgsrc/devel/ruby-diva/Makefile     Tue Aug 31 15:35:48 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/03/23 15:34:38 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/08/31 15:35:48 taca Exp $
 
 DISTNAME=      diva-1.0.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -9,9 +10,11 @@ HOMEPAGE=     https://rubygems.org/gems/diva
 COMMENT=       Implementation of expression for handling things
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.5.2<2.8:../../net/ruby-addressable
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.5.2:../../net/ruby-addressable
 
 USE_LANGUAGES= # none
 
+GEMSPEC_OVERRIDE+=     addressable>=2.5.2
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index