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:   taca
Date:           Sun Dec 12 14:48:44 UTC 2021

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

Log Message:
devel/libgit2: update to 1.2.0

libgit2 1.3.0 is already released, but I'm not sure ruby-rugged 1.2.0
support it.

1.2.0 (2021-09-02)

Changes are too many to write here, please refer
<https://github.com/libgit2/libgit2/releases/tag/v1.2.0>.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/libgit2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libgit2/PLIST
cvs rdiff -u -r1.25 -r1.26 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.54 pkgsrc/devel/libgit2/Makefile:1.55
--- pkgsrc/devel/libgit2/Makefile:1.54  Wed Dec  8 16:04:01 2021
+++ pkgsrc/devel/libgit2/Makefile       Sun Dec 12 14:48:44 2021
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2021/12/08 16:04:01 adam Exp $
+# $NetBSD: Makefile,v 1.55 2021/12/12 14:48:44 taca Exp $
 
-DISTNAME=      libgit2-1.1.0
-PKGREVISION=   3
+DISTNAME=      libgit2-1.2.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgit2/}
-GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://libgit2.org/

Index: pkgsrc/devel/libgit2/PLIST
diff -u pkgsrc/devel/libgit2/PLIST:1.12 pkgsrc/devel/libgit2/PLIST:1.13
--- pkgsrc/devel/libgit2/PLIST:1.12     Mon Oct 19 17:53:40 2020
+++ pkgsrc/devel/libgit2/PLIST  Sun Dec 12 14:48:44 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/10/19 17:53:40 nia Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/12/12 14:48:44 taca Exp $
 include/git2.h
 include/git2/annotated_commit.h
 include/git2/apply.h
@@ -60,6 +60,7 @@ include/git2/strarray.h
 include/git2/submodule.h
 include/git2/sys/alloc.h
 include/git2/sys/commit.h
+include/git2/sys/commit_graph.h
 include/git2/sys/config.h
 include/git2/sys/cred.h
 include/git2/sys/credential.h
@@ -69,6 +70,7 @@ include/git2/sys/hashsig.h
 include/git2/sys/index.h
 include/git2/sys/mempack.h
 include/git2/sys/merge.h
+include/git2/sys/midx.h
 include/git2/sys/odb_backend.h
 include/git2/sys/openssl.h
 include/git2/sys/path.h
@@ -87,6 +89,6 @@ include/git2/types.h
 include/git2/version.h
 include/git2/worktree.h
 lib/libgit2.so
-lib/libgit2.so.1.1
+lib/libgit2.so.1.2
 lib/libgit2.so.${PKGVERSION}
 lib/pkgconfig/libgit2.pc

Index: pkgsrc/devel/libgit2/distinfo
diff -u pkgsrc/devel/libgit2/distinfo:1.25 pkgsrc/devel/libgit2/distinfo:1.26
--- pkgsrc/devel/libgit2/distinfo:1.25  Tue Oct 26 10:15:20 2021
+++ pkgsrc/devel/libgit2/distinfo       Sun Dec 12 14:48:44 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 10:15:20 nia Exp $
+$NetBSD: distinfo,v 1.26 2021/12/12 14:48:44 taca Exp $
 
-BLAKE2s (libgit2-1.1.0.tar.gz) = 7839f6bfcf3bee342b8b308848706aa117be86070c989b98db7f3ad75ffc000b
-SHA512 (libgit2-1.1.0.tar.gz) = a5226fbb11648168611a6daab978df59b68a3b5d809410d3e5dac6c04de5d962cdbabfbec7b0b6528bed94fe321d94c546748b7a180949f2ab30bb7c3487c9bc
-Size (libgit2-1.1.0.tar.gz) = 5425697 bytes
+BLAKE2s (libgit2-1.2.0.tar.gz) = 6ed6c3463ba00bf436c629defa2b61af3044927c0f6efec801347c22448a95fb
+SHA512 (libgit2-1.2.0.tar.gz) = 428188de153fdf8ff5bf78949f4a3a89fba57b87a8b641f92fed501df6a8cfdb72e0ffe0bf61a98adf210a2867134eb4421ea4b8d8219331aabc3daddd92f5fc
+Size (libgit2-1.2.0.tar.gz) = 5589147 bytes



Home | Main Index | Thread Index | Old Index