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:   tsutsui
Date:           Sun Jun 16 16:10:13 UTC 2019

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

Log Message:
ruby-diva: update to 1.0.0.

No upstream changelog.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-diva/Makefile \
    pkgsrc/devel/ruby-diva/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-diva/PLIST

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.3 pkgsrc/devel/ruby-diva/Makefile:1.4
--- pkgsrc/devel/ruby-diva/Makefile:1.3 Sun Apr 29 13:07:00 2018
+++ pkgsrc/devel/ruby-diva/Makefile     Sun Jun 16 16:10:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/04/29 13:07:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/16 16:10:13 tsutsui Exp $
 
-DISTNAME=      diva-0.3.2
+DISTNAME=      diva-1.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 
@@ -9,7 +9,7 @@ HOMEPAGE=       https://rubygems.org/gems/diva
 COMMENT=       Implementation of expression for handling things
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.5<2.6:../../net/ruby-addressable
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.5.2<2.7:../../net/ruby-addressable
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-diva/distinfo
diff -u pkgsrc/devel/ruby-diva/distinfo:1.3 pkgsrc/devel/ruby-diva/distinfo:1.4
--- pkgsrc/devel/ruby-diva/distinfo:1.3 Sun Apr 29 13:07:00 2018
+++ pkgsrc/devel/ruby-diva/distinfo     Sun Jun 16 16:10:13 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/04/29 13:07:00 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2019/06/16 16:10:13 tsutsui Exp $
 
-SHA1 (diva-0.3.2.gem) = aa6ae4b11f5b8350a67fc40a3cd8a9049f91a10b
-RMD160 (diva-0.3.2.gem) = 00d00d94bf7ff4b9f4a2663a1276237594e51a91
-SHA512 (diva-0.3.2.gem) = 3506aead4314d8d43c838ca0bc596a8f63e6d0b86da68810999e9101bfad611b8fd4902078ec7495e66704e756d928ec28e916105f22c4260b2681ab97eb08aa
-Size (diva-0.3.2.gem) = 13824 bytes
+SHA1 (diva-1.0.0.gem) = 602faf91369f21c54466d26fe17f775fe9e752cb
+RMD160 (diva-1.0.0.gem) = ca02e771a2b889404e5d5caffab12da0cebb1d09
+SHA512 (diva-1.0.0.gem) = 3f817340b09ea5e9798cb5958b54d027ea2b60c9bb317ea5fa60949dfe2669055400d1827929490eb7b604c14b4a0156b4caa1c5c49a5e7e5938f430b9959286
+Size (diva-1.0.0.gem) = 13824 bytes

Index: pkgsrc/devel/ruby-diva/PLIST
diff -u pkgsrc/devel/ruby-diva/PLIST:1.1 pkgsrc/devel/ruby-diva/PLIST:1.2
--- pkgsrc/devel/ruby-diva/PLIST:1.1    Sat Dec 30 04:38:12 2017
+++ pkgsrc/devel/ruby-diva/PLIST        Sun Jun 16 16:10:13 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/12/30 04:38:12 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/06/16 16:10:13 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -10,7 +10,6 @@ ${GEM_LIBDIR}/bin/console
 ${GEM_LIBDIR}/bin/setup
 ${GEM_LIBDIR}/diva.gemspec
 ${GEM_LIBDIR}/lib/diva.rb
-${GEM_LIBDIR}/lib/diva/combinator.rb
 ${GEM_LIBDIR}/lib/diva/datasource.rb
 ${GEM_LIBDIR}/lib/diva/error.rb
 ${GEM_LIBDIR}/lib/diva/field.rb



Home | Main Index | Thread Index | Old Index