pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libgit2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  2 08:34:23 UTC 2023

Modified Files:
        pkgsrc/devel/libgit2: Makefile PLIST distinfo

Log Message:
libgit2: downgrade to 1.5.1

keep the pkg-config file fix, bump PKGREVISION for that

Wait for https://github.com/libgit2/libgit2/issues/6519 and
https://github.com/rust-lang/git2-rs/issues/936 before upgrading.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/libgit2/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libgit2/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/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.63 pkgsrc/devel/libgit2/Makefile:1.64
--- pkgsrc/devel/libgit2/Makefile:1.63  Wed Mar  1 06:40:14 2023
+++ pkgsrc/devel/libgit2/Makefile       Thu Mar  2 08:34:23 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2023/03/01 06:40:14 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2023/03/02 08:34:23 wiz Exp $
 
-DISTNAME=      libgit2-1.6.2
+DISTNAME=      libgit2-1.5.1
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/libgit2/PLIST
diff -u pkgsrc/devel/libgit2/PLIST:1.17 pkgsrc/devel/libgit2/PLIST:1.18
--- pkgsrc/devel/libgit2/PLIST:1.17     Wed Mar  1 06:40:14 2023
+++ pkgsrc/devel/libgit2/PLIST  Thu Mar  2 08:34:23 2023
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.17 2023/03/01 06:40:14 wiz Exp $
-bin/git2
+@comment $NetBSD: PLIST,v 1.18 2023/03/02 08:34:23 wiz Exp $
+bin/git2_cli
 include/git2.h
 include/git2/annotated_commit.h
 include/git2/apply.h
@@ -23,7 +23,6 @@ include/git2/describe.h
 include/git2/diff.h
 include/git2/email.h
 include/git2/errors.h
-include/git2/experimental.h
 include/git2/filter.h
 include/git2/global.h
 include/git2/graph.h
@@ -94,6 +93,6 @@ include/git2/types.h
 include/git2/version.h
 include/git2/worktree.h
 lib/libgit2.so
-lib/libgit2.so.1.6
+lib/libgit2.so.1.5
 lib/libgit2.so.${PKGVERSION}
 lib/pkgconfig/libgit2.pc

Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.31 pkgsrc/devel/libgit2/distinfo:1.32
--- pkgsrc/devel/libgit2/distinfo:1.31  Wed Mar  1 06:40:14 2023
+++ pkgsrc/devel/libgit2/distinfo       Thu Mar  2 08:34:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/03/01 06:40:14 wiz Exp $
+$NetBSD: distinfo,v 1.32 2023/03/02 08:34:23 wiz Exp $
 
-BLAKE2s (libgit2-1.6.2.tar.gz) = cf3eeaa9a751bb13619a96cc405d83b8fd50817ed3e1c20c7c3a6fb63a0121b2
-SHA512 (libgit2-1.6.2.tar.gz) = ef9feef36c5876776f3aa608101115c9e7a0970e6dd752851d930cb85b4b1789ed68f42700ebea51095ff54600e37c18a4de0c0678d9a4d7d4aba83668890c09
-Size (libgit2-1.6.2.tar.gz) = 6666383 bytes
+BLAKE2s (libgit2-1.5.1.tar.gz) = f247ec23b0b615cf904abfbfbf557b190072d5bb8195d01975d31df3f30ddfba
+SHA512 (libgit2-1.5.1.tar.gz) = 04cf389e30cd9fb787704e3c8997acaaeea5c13e1e2f9eaf9f5598d35c2e85f3cf04b47312cae9e7278236ecb089c2d33addd852e38d3c7d2daa87929b077f39
+Size (libgit2-1.5.1.tar.gz) = 5895483 bytes



Home | Main Index | Thread Index | Old Index