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:           Sat Sep 11 09:47:00 UTC 2021

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

Log Message:
ruby-diva: update to 1.1.0.

Upstream changes (from github logs):

1.1.0
- ruby 3.0 support
- rubocop
- drop ruby 2.5 support

1.0.3
- accept addressable <3.0
- circleci


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

Index: pkgsrc/devel/ruby-diva/PLIST
diff -u pkgsrc/devel/ruby-diva/PLIST:1.2 pkgsrc/devel/ruby-diva/PLIST:1.3
--- pkgsrc/devel/ruby-diva/PLIST:1.2    Sun Jun 16 16:10:13 2019
+++ pkgsrc/devel/ruby-diva/PLIST        Sat Sep 11 09:47:00 2021
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2019/06/16 16:10:13 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/09/11 09:47:00 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.circleci/config.yml
 ${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rubocop.yml
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE.txt

Index: pkgsrc/devel/ruby-diva/distinfo
diff -u pkgsrc/devel/ruby-diva/distinfo:1.6 pkgsrc/devel/ruby-diva/distinfo:1.7
--- pkgsrc/devel/ruby-diva/distinfo:1.6 Sun Feb 16 04:16:06 2020
+++ pkgsrc/devel/ruby-diva/distinfo     Sat Sep 11 09:47:00 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/02/16 04:16:06 tsutsui Exp $
+$NetBSD: distinfo,v 1.7 2021/09/11 09:47:00 tsutsui Exp $
 
-SHA1 (diva-1.0.2.gem) = 56fbc29c1dcef95c8827884db3437fd4d21608e3
-RMD160 (diva-1.0.2.gem) = 3eacc3bfd8517c2de670e1b8e85ee9668f5bf25d
-SHA512 (diva-1.0.2.gem) = b5d2df59e4144930ee18c7b738e8b93646057935364c2710d349761e68053f1c342b382de76dc1669076db7394ff906384a8952e1e7c44c71f208dc3604d67f4
-Size (diva-1.0.2.gem) = 13824 bytes
+SHA1 (diva-1.1.0.gem) = 73cee47c7c67d02dc1cf2a93e4c93390d3d07687
+RMD160 (diva-1.1.0.gem) = 088794ec07f8734b25a9e3ba53ed7a67db014869
+SHA512 (diva-1.1.0.gem) = d7a6266f7d60ce4f28ff05832e395cbbf759e274d75c23f6ea5f520cc8acf683cd8460e9fd858e41b326cbdbfb30cf3e0aa537b81c13366b9bf280d9eabb67ac
+Size (diva-1.1.0.gem) = 15872 bytes



Home | Main Index | Thread Index | Old Index