gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9062: update libgit2 to 1.6.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9062: update libgit2 to 1.6.2
Date: Thu, 9 Mar 2023 15:53:14 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9062
revision-id: carlhansen@gnu.org-20230309205308-9z49r0zh50lmne7a
parent: carlhansen@gnu.org-20230309082752-fi1cvjvrw861qng0
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2023-03-09 12:53:08 -0800
message:
  update libgit2 to 1.6.2
modified:
  pkg/other/libgit2/Makefile     makefile-20171103232537-7jx9pv7yu7oaooua-3
=== modified file 'pkg/other/libgit2/Makefile'
--- a/pkg/other/libgit2/Makefile        2019-11-09 05:38:38 +0000
+++ b/pkg/other/libgit2/Makefile        2023-03-09 20:53:08 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016,2017,2018,2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016,2017,2018,2019,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME    = libgit2
 GARNAME = libgit2
-GARVERSION = 0.27.9
+GARVERSION = 1.6.2
 HOME_URL = https://libgit2.github.com/
 DESCRIPTION = libgit2 is a portable, pure C implementation of the Git core 
methods    
 LICENSE = GPLv2 with Linking Exception
@@ -31,27 +31,32 @@
 endef
 
 ######################################################################
-MASTER_SITES = git://github.com/
-MASTER_SUBDIR = $(GARNAME)/
-
-GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
-#https://github.com/libgit2/libgit2.git
-
-DISTNAME = $(GARNAME)-$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.gz
+#  https://github.com/libgit2/libgit2/archive/refs/tags/v1.6.2.tar.gz
+#MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/archive/refs/tags/
+#  https://github.com/libgit2/libgit2.git
+MASTER_SITES = https://github.com
+MASTER_SUBDIR = $(GARNAME)
+
+GIT_PATH = $(MASTER_SITES)/$(GARNAME)/$(GARNAME).git
+GIT_REVISION = main
+
+#DISTNAME = v$(GARVERSION)
+#DISTFILES = $(DISTNAME).tar.gz
 NOCHECKSUM = $(DISTFILES)
 SIGFILES =
 
-WORKSRC = $(WORKDIR)/$(DISTNAME)/
-CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
+WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ = $(WORKSRC)-build
+#CONFIGURE_SCRIPTS  = $(WORKDIR)/    /CMakeLists.txt
 
 LICENSE = GPLv2 with Linking Exception
 BUILDDEPS = openssl
 LIBDEPS =
-USE_AUTORECONF = y
-
-######################################################################
 USE_SSH=1
+######################################################################
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
+
+fetch: fetch-git
+


reply via email to

[Prev in Thread] Current Thread [Next in Thread]