pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-git
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 5 13:37:33 UTC 2023
Modified Files:
pkgsrc/devel/ruby-git: Makefile PLIST distinfo
Log Message:
devel/ruby-git: update to 1.16.0
1.16.0 (2023-03-03)
Changes since v1.15.0:
* 536d Fix parsing when in detached HEAD state in Git::Lib#branches_all
(#641)
* 5c68 Fix parsing of symbolic refs in Git::Lib#branches_all (#640)
* 7d88 Remote#branch and #merge should default to current branch instead of
"master" (#639)
* 3dda0 #branch name should default to current branch instead of master
(#638)
* d33d #checkout without args should do same as git checkout with no args
(#637)
* 0c90 #push without args should do same as git push with no args (#636)
* 2b19 Make it easier to run test files from the command line (#635)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-git/Makefile \
pkgsrc/devel/ruby-git/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-git/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-git/Makefile
diff -u pkgsrc/devel/ruby-git/Makefile:1.3 pkgsrc/devel/ruby-git/Makefile:1.4
--- pkgsrc/devel/ruby-git/Makefile:1.3 Sat Feb 4 09:44:18 2023
+++ pkgsrc/devel/ruby-git/Makefile Sun Mar 5 13:37:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/02/04 09:44:18 taca Exp $
+# $NetBSD: Makefile,v 1.4 2023/03/05 13:37:33 taca Exp $
-DISTNAME= git-1.13.2
+DISTNAME= git-1.16.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-git/distinfo
diff -u pkgsrc/devel/ruby-git/distinfo:1.3 pkgsrc/devel/ruby-git/distinfo:1.4
--- pkgsrc/devel/ruby-git/distinfo:1.3 Sat Feb 4 09:44:18 2023
+++ pkgsrc/devel/ruby-git/distinfo Sun Mar 5 13:37:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/02/04 09:44:18 taca Exp $
+$NetBSD: distinfo,v 1.4 2023/03/05 13:37:33 taca Exp $
-BLAKE2s (git-1.13.2.gem) = 3c22b15b34c2bc2c91fb6145eb13d32a0b1304621c638e6bcda3dc0f655fcee6
-SHA512 (git-1.13.2.gem) = a9360ef27ebb07434d7ce14099f40d5c4e0b7bee4a3970a181160e9b5dda59f3b93cc3dd990b5c3770b13c0dbc7e7bf6ca0925cd562bf4e73cd141505601b468
-Size (git-1.13.2.gem) = 44032 bytes
+BLAKE2s (git-1.16.0.gem) = b8b8a86ed58fdbc615c3e513270dcfae8e6d812f4c771278cc55960daa3bdd88
+SHA512 (git-1.16.0.gem) = 1275600e0ee870ef97806b0a4faffb3a205a76382db5dff25b689373c5cbb7767b354c2738c95780ee21d6203784031226deca0c7fed091753ddd2c84c6585ad
+Size (git-1.16.0.gem) = 47104 bytes
Index: pkgsrc/devel/ruby-git/PLIST
diff -u pkgsrc/devel/ruby-git/PLIST:1.1 pkgsrc/devel/ruby-git/PLIST:1.2
--- pkgsrc/devel/ruby-git/PLIST:1.1 Mon Jan 9 05:30:15 2023
+++ pkgsrc/devel/ruby-git/PLIST Sun Mar 5 13:37:33 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/09 05:30:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/03/05 13:37:33 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/stale.yml
${GEM_LIBDIR}/.github/workflows/continuous_integration.yml
@@ -22,10 +22,13 @@ ${GEM_LIBDIR}/lib/git/base.rb
${GEM_LIBDIR}/lib/git/base/factory.rb
${GEM_LIBDIR}/lib/git/branch.rb
${GEM_LIBDIR}/lib/git/branches.rb
+${GEM_LIBDIR}/lib/git/command_line_result.rb
${GEM_LIBDIR}/lib/git/config.rb
${GEM_LIBDIR}/lib/git/diff.rb
${GEM_LIBDIR}/lib/git/encoding_utils.rb
${GEM_LIBDIR}/lib/git/escaped_path.rb
+${GEM_LIBDIR}/lib/git/failed_error.rb
+${GEM_LIBDIR}/lib/git/git_execute_error.rb
${GEM_LIBDIR}/lib/git/index.rb
${GEM_LIBDIR}/lib/git/lib.rb
${GEM_LIBDIR}/lib/git/log.rb
@@ -33,6 +36,7 @@ ${GEM_LIBDIR}/lib/git/object.rb
${GEM_LIBDIR}/lib/git/path.rb
${GEM_LIBDIR}/lib/git/remote.rb
${GEM_LIBDIR}/lib/git/repository.rb
+${GEM_LIBDIR}/lib/git/signaled_error.rb
${GEM_LIBDIR}/lib/git/stash.rb
${GEM_LIBDIR}/lib/git/stashes.rb
${GEM_LIBDIR}/lib/git/status.rb
Home |
Main Index |
Thread Index |
Old Index