Sat Sep 3 14:53:35 2022 UTC ()
devel/libgit2: update to 1.5.0

Update from 1.2.0 to 1.5.0 are too many write here, please refer:
<https://github.com/libgit2/libgit2/releases>.


(taca)
diff -r1.56 -r1.57 pkgsrc/devel/libgit2/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/libgit2/PLIST
diff -r1.11 -r1.12 pkgsrc/devel/libgit2/buildlink3.mk
diff -r1.26 -r1.27 pkgsrc/devel/libgit2/distinfo

cvs diff -r1.56 -r1.57 pkgsrc/devel/libgit2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/Makefile 2022/06/30 11:18:15 1.56
+++ pkgsrc/devel/libgit2/Makefile 2022/09/03 14:53:35 1.57
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2022/06/30 11:18:15 nia Exp $ 1# $NetBSD: Makefile,v 1.57 2022/09/03 14:53:35 taca Exp $
2 2
3DISTNAME= libgit2-1.2.0 3DISTNAME= libgit2-1.5.0
4PKGREVISION= 1 
5CATEGORIES= devel 4CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=libgit2/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://libgit2.org/ 9HOMEPAGE= https://libgit2.org/
11COMMENT= Portable, pure C implementation of the Git core methods 10COMMENT= Portable, pure C implementation of the Git core methods
12LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways) 11LICENSE= gnu-gpl-v2 # linking exception (linking allowed in more ways)
13 12
14USE_CMAKE= yes 13USE_CMAKE= yes
15USE_LANGUAGES= c99 14USE_LANGUAGES= c99
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16

cvs diff -r1.13 -r1.14 pkgsrc/devel/libgit2/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/PLIST 2021/12/12 14:48:44 1.13
+++ pkgsrc/devel/libgit2/PLIST 2022/09/03 14:53:35 1.14
@@ -1,35 +1,37 @@ @@ -1,35 +1,37 @@
1@comment $NetBSD: PLIST,v 1.13 2021/12/12 14:48:44 taca Exp $ 1@comment $NetBSD: PLIST,v 1.14 2022/09/03 14:53:35 taca Exp $
 2bin/git2_cli
2include/git2.h 3include/git2.h
3include/git2/annotated_commit.h 4include/git2/annotated_commit.h
4include/git2/apply.h 5include/git2/apply.h
5include/git2/attr.h 6include/git2/attr.h
6include/git2/blame.h 7include/git2/blame.h
7include/git2/blob.h 8include/git2/blob.h
8include/git2/branch.h 9include/git2/branch.h
9include/git2/buffer.h 10include/git2/buffer.h
10include/git2/cert.h 11include/git2/cert.h
11include/git2/checkout.h 12include/git2/checkout.h
12include/git2/cherrypick.h 13include/git2/cherrypick.h
13include/git2/clone.h 14include/git2/clone.h
14include/git2/commit.h 15include/git2/commit.h
15include/git2/common.h 16include/git2/common.h
16include/git2/config.h 17include/git2/config.h
17include/git2/cred_helpers.h 18include/git2/cred_helpers.h
18include/git2/credential.h 19include/git2/credential.h
19include/git2/credential_helpers.h 20include/git2/credential_helpers.h
20include/git2/deprecated.h 21include/git2/deprecated.h
21include/git2/describe.h 22include/git2/describe.h
22include/git2/diff.h 23include/git2/diff.h
 24include/git2/email.h
23include/git2/errors.h 25include/git2/errors.h
24include/git2/filter.h 26include/git2/filter.h
25include/git2/global.h 27include/git2/global.h
26include/git2/graph.h 28include/git2/graph.h
27include/git2/ignore.h 29include/git2/ignore.h
28include/git2/index.h 30include/git2/index.h
29include/git2/indexer.h 31include/git2/indexer.h
30include/git2/mailmap.h 32include/git2/mailmap.h
31include/git2/merge.h 33include/git2/merge.h
32include/git2/message.h 34include/git2/message.h
33include/git2/net.h 35include/git2/net.h
34include/git2/notes.h 36include/git2/notes.h
35include/git2/object.h 37include/git2/object.h
@@ -55,40 +57,42 @@ include/git2/revwalk.h @@ -55,40 +57,42 @@ include/git2/revwalk.h
55include/git2/signature.h 57include/git2/signature.h
56include/git2/stash.h 58include/git2/stash.h
57include/git2/status.h 59include/git2/status.h
58include/git2/stdint.h 60include/git2/stdint.h
59include/git2/strarray.h 61include/git2/strarray.h
60include/git2/submodule.h 62include/git2/submodule.h
61include/git2/sys/alloc.h 63include/git2/sys/alloc.h
62include/git2/sys/commit.h 64include/git2/sys/commit.h
63include/git2/sys/commit_graph.h 65include/git2/sys/commit_graph.h
64include/git2/sys/config.h 66include/git2/sys/config.h
65include/git2/sys/cred.h 67include/git2/sys/cred.h
66include/git2/sys/credential.h 68include/git2/sys/credential.h
67include/git2/sys/diff.h 69include/git2/sys/diff.h
 70include/git2/sys/email.h
68include/git2/sys/filter.h 71include/git2/sys/filter.h
69include/git2/sys/hashsig.h 72include/git2/sys/hashsig.h
70include/git2/sys/index.h 73include/git2/sys/index.h
71include/git2/sys/mempack.h 74include/git2/sys/mempack.h
72include/git2/sys/merge.h 75include/git2/sys/merge.h
73include/git2/sys/midx.h 76include/git2/sys/midx.h
74include/git2/sys/odb_backend.h 77include/git2/sys/odb_backend.h
75include/git2/sys/openssl.h 78include/git2/sys/openssl.h
76include/git2/sys/path.h 79include/git2/sys/path.h
77include/git2/sys/refdb_backend.h 80include/git2/sys/refdb_backend.h
78include/git2/sys/reflog.h 81include/git2/sys/reflog.h
79include/git2/sys/refs.h 82include/git2/sys/refs.h
 83include/git2/sys/remote.h
80include/git2/sys/repository.h 84include/git2/sys/repository.h
81include/git2/sys/stream.h 85include/git2/sys/stream.h
82include/git2/sys/transport.h 86include/git2/sys/transport.h
83include/git2/tag.h 87include/git2/tag.h
84include/git2/trace.h 88include/git2/trace.h
85include/git2/transaction.h 89include/git2/transaction.h
86include/git2/transport.h 90include/git2/transport.h
87include/git2/tree.h 91include/git2/tree.h
88include/git2/types.h 92include/git2/types.h
89include/git2/version.h 93include/git2/version.h
90include/git2/worktree.h 94include/git2/worktree.h
91lib/libgit2.so 95lib/libgit2.so
92lib/libgit2.so.1.2 96lib/libgit2.so.1.5
93lib/libgit2.so.${PKGVERSION} 97lib/libgit2.so.${PKGVERSION}
94lib/pkgconfig/libgit2.pc 98lib/pkgconfig/libgit2.pc

cvs diff -r1.11 -r1.12 pkgsrc/devel/libgit2/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/buildlink3.mk 2021/12/21 14:01:26 1.11
+++ pkgsrc/devel/libgit2/buildlink3.mk 2022/09/03 14:53:35 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: buildlink3.mk,v 1.11 2021/12/21 14:01:26 bsiegert Exp $ 1# $NetBSD: buildlink3.mk,v 1.12 2022/09/03 14:53:35 taca Exp $
2 2
3BUILDLINK_TREE+= libgit2 3BUILDLINK_TREE+= libgit2
4 4
5.if !defined(LIBGIT2_BUILDLINK3_MK) 5.if !defined(LIBGIT2_BUILDLINK3_MK)
6LIBGIT2_BUILDLINK3_MK:= 6LIBGIT2_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.28.0 8BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.28.0
9BUILDLINK_ABI_DEPENDS.libgit2+= libgit2>=1.0 9BUILDLINK_ABI_DEPENDS.libgit2+= libgit2>=1.5
10BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2 10BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2
11 11
12.include "../../devel/pcre2/buildlink3.mk" 12.include "../../devel/pcre2/buildlink3.mk"
13.include "../../devel/zlib/buildlink3.mk" 13.include "../../devel/zlib/buildlink3.mk"
14.endif # LIBGIT2_BUILDLINK3_MK 14.endif # LIBGIT2_BUILDLINK3_MK
15 15
16BUILDLINK_TREE+= -libgit2 16BUILDLINK_TREE+= -libgit2

cvs diff -r1.26 -r1.27 pkgsrc/devel/libgit2/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libgit2/distinfo 2021/12/12 14:48:44 1.26
+++ pkgsrc/devel/libgit2/distinfo 2022/09/03 14:53:35 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.26 2021/12/12 14:48:44 taca Exp $ 1$NetBSD: distinfo,v 1.27 2022/09/03 14:53:35 taca Exp $
2 2
3BLAKE2s (libgit2-1.2.0.tar.gz) = 6ed6c3463ba00bf436c629defa2b61af3044927c0f6efec801347c22448a95fb 3BLAKE2s (libgit2-1.5.0.tar.gz) = be3d1ffb66b9a770545a910dc027c3a64ff4f80b7816302019497c7e42f43536
4SHA512 (libgit2-1.2.0.tar.gz) = 428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc 4SHA512 (libgit2-1.5.0.tar.gz) = 7a32b27cd32bd03ce7be6c127317f82a4ac6f16615c3234699676781f4858d057edb0410b2fe36fd2e634b00748a8b0be17f23809e09a7602ba48185134300f7
5Size (libgit2-1.2.0.tar.gz) = 5589147 bytes 5Size (libgit2-1.5.0.tar.gz) = 5893437 bytes