Received: by mail.netbsd.org (Postfix, from userid 605) id 8661E84DC1; Tue, 3 Jan 2023 05:56:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3AFD84D69 for ; Tue, 3 Jan 2023 05:56:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id LSA9E04UuaNU for ; Tue, 3 Jan 2023 05:56:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A9B0684CFA for ; Tue, 3 Jan 2023 05:56:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 967ADFA90; Tue, 3 Jan 2023 05:56:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167272538154170" MIME-Version: 1.0 Date: Tue, 3 Jan 2023 05:56:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rgl To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230103055621.967ADFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167272538154170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jan 3 05:56:21 UTC 2023 Modified Files: pkgsrc/devel/ruby-rgl: Makefile PLIST distinfo Log Message: devel/ruby-rgl: update to 0.5.10 0.5.10 (2023-01-02) Support Ruby 3.2 What's Changed * Improve documentation by @monora in #67 * doc: build and publish doc to github pages by @monora in #69 * chore: use dependabot by @monora in #70 * chore: add ecosystem bundler to dependabot by @monora in #71 * fix: Remove superfluous :GRAY assignment in depth first visit (#66) by @monora in #68 * chore: support ruby 3.2.0 by @monora in #73 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-rgl/Makefile \ pkgsrc/devel/ruby-rgl/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-rgl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167272538154170 Content-Disposition: inline Content-Length: 2376 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rgl/Makefile diff -u pkgsrc/devel/ruby-rgl/Makefile:1.15 pkgsrc/devel/ruby-rgl/Makefile:1.16 --- pkgsrc/devel/ruby-rgl/Makefile:1.15 Sat Sep 3 14:42:56 2022 +++ pkgsrc/devel/ruby-rgl/Makefile Tue Jan 3 05:56:21 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/09/03 14:42:56 taca Exp $ +# $NetBSD: Makefile,v 1.16 2023/01/03 05:56:21 taca Exp $ -DISTNAME= rgl-0.5.9 +DISTNAME= rgl-0.5.10 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org @@ -15,7 +15,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priorit USE_LANGUAGES= # none -#RUBY_VERSIONS_ACCEPTED= 27 30 31 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-rgl/distinfo diff -u pkgsrc/devel/ruby-rgl/distinfo:1.15 pkgsrc/devel/ruby-rgl/distinfo:1.16 --- pkgsrc/devel/ruby-rgl/distinfo:1.15 Sat Sep 3 14:42:56 2022 +++ pkgsrc/devel/ruby-rgl/distinfo Tue Jan 3 05:56:21 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/09/03 14:42:56 taca Exp $ +$NetBSD: distinfo,v 1.16 2023/01/03 05:56:21 taca Exp $ -BLAKE2s (rgl-0.5.9.gem) = 9eca6c2608761cea365bc30919ce5d7cfe2301a8b7a2aad5739095c519a9bc9b -SHA512 (rgl-0.5.9.gem) = b92f8f55326aeece1bb6d238db099f5d7a634be50f68897227c51acb81d0f97df33fe7b291310eb53df4301aea25f38bfdef6bef7aeb501958830094d3a9da59 -Size (rgl-0.5.9.gem) = 65024 bytes +BLAKE2s (rgl-0.5.10.gem) = 76c55274e5431f06c7bf1f074b5b1703d087d018c4d5d015dab5c20390138339 +SHA512 (rgl-0.5.10.gem) = 6d3a76cac1322c97bc1989c8c50de4b4f3edf22f8a1604cafb5573bab8e43ad76ea8541f57554035148aa11e7aad418cd71325bec6dfe2e34d6632ea735e6e6f +Size (rgl-0.5.10.gem) = 67072 bytes Index: pkgsrc/devel/ruby-rgl/PLIST diff -u pkgsrc/devel/ruby-rgl/PLIST:1.10 pkgsrc/devel/ruby-rgl/PLIST:1.11 --- pkgsrc/devel/ruby-rgl/PLIST:1.10 Sun Jan 10 16:20:48 2021 +++ pkgsrc/devel/ruby-rgl/PLIST Tue Jan 3 05:56:21 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2021/01/10 16:20:48 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2023/01/03 05:56:21 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/Gemfile @@ -6,6 +6,7 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/examples/canvas.rb ${GEM_LIBDIR}/examples/examples.rb +${GEM_LIBDIR}/examples/graph.dot ${GEM_LIBDIR}/examples/insel_der_tausend_gefahren.rb ${GEM_LIBDIR}/examples/north.rb ${GEM_LIBDIR}/examples/north/Graph.log --_----------=_167272538154170--