Sat Feb 3 15:10:19 2024 UTC (114d)
devel/ruby-git: update to 1.19.1

1.19.0 (2023-12-28)

Changes since v1.18.0:

* 3bdb280 Add option to push all branches to a remote repo at one time
  (#678)
* b0d89ac Remove calls to Dir.chdir (#673)
* e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679)
* 0bb965d Explicitly name remote tracking branch in test (#676)
* 8481f8c Document how to delete a remote branch (#672)
* dce6816 show .log example with count in README, fixes #667 (#668)
* b1799f6 Update test of 'git worktree add' with no commits (#670)
* dd5a24d Add --filter to Git.clone for partial clones (#663)

1.19.1 (2024-01-13)

Changes since v1.19.0:

* f97c57c Announce the 2.0.0 pre-release (#682)


(taca)
diff -r1.6 -r1.7 pkgsrc/devel/ruby-git/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/ruby-git/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-git/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-git/Makefile 2023/04/08 13:29:13 1.6
+++ pkgsrc/devel/ruby-git/Makefile 2024/02/03 15:10:19 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2023/04/08 13:29:13 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2024/02/03 15:10:19 taca Exp $
2 2
3DISTNAME= git-1.18.0 3DISTNAME= git-1.19.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/ruby-git/ruby-git 7HOMEPAGE= https://github.com/ruby-git/ruby-git
8COMMENT= API to create, read, and manipulate Git repositories 8COMMENT= API to create, read, and manipulate Git repositories
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.8<3:../../net/ruby-addressable 11DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.8<3:../../net/ruby-addressable
12DEPENDS+= ${RUBY_PKGPREFIX}-rchardet>=1.8<2:../../textproc/ruby-rchardet 12DEPENDS+= ${RUBY_PKGPREFIX}-rchardet>=1.8<2:../../textproc/ruby-rchardet
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/ruby-git/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-git/distinfo 2023/04/08 13:29:13 1.6
+++ pkgsrc/devel/ruby-git/distinfo 2024/02/03 15:10:19 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2023/04/08 13:29:13 taca Exp $ 1$NetBSD: distinfo,v 1.7 2024/02/03 15:10:19 taca Exp $
2 2
3BLAKE2s (git-1.18.0.gem) = 192065d54f619f4ed0fa5dac02454e51453b62c6a6ffa1e4edf5bb39944fd422 3BLAKE2s (git-1.19.0.gem) = 09f35b996fbe689668e508289fa92171f9d0aa15cbc8ddc50e81e315260e756a
4SHA512 (git-1.18.0.gem) = c896926319b2b1334b840b693b898dd3276a4fde89e4fd80d9dfb5d0a7cb5af955eed81bb673e2980b24b8c0732dac21a1f7189d7f8033d5f3330fbb5daae82c 4SHA512 (git-1.19.0.gem) = aef1cf51abf27b94ac597060f1ced16cdae693ce8d5e05dd29f9c007ebd2edde33fc881d00c957ffc6f1122a131bb0f5afeeee631e0c4901c938da39c44c65e7
5Size (git-1.18.0.gem) = 48640 bytes 5Size (git-1.19.0.gem) = 49152 bytes