gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6701: libgit2 , git download now works correctly


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6701: libgit2 , git download now works correctly
Date: Sun, 14 Jul 2019 20:02:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6701
revision-id: address@hidden-20190715000219-ju03d2btji483u78
parent: address@hidden-20190714031408-ltm6r7mhikzb91qx
committer: address@hidden
branch nick: trunk
timestamp: Sun 2019-07-14 17:02:19 -0700
message:
  libgit2 , git download now works correctly
removed:
  pkg/other/libgit2/sha256sums   sha256sums-20171103232537-7jx9pv7yu7oaooua-4
modified:
  pkg/other/libgit2/Makefile     makefile-20171103232537-7jx9pv7yu7oaooua-3
=== modified file 'pkg/other/libgit2/Makefile'
--- a/pkg/other/libgit2/Makefile        2018-07-29 02:31:35 +0000
+++ b/pkg/other/libgit2/Makefile        2019-07-15 00:02:19 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2016,2017,2018 Carl Hansen <address@hidden>
+# Copyright © 2016,2017,2018,2019 Carl Hansen <address@hidden>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -18,7 +19,7 @@
 # Send bug reports and comments about GSRC problems to address@hidden
 
 
-NAME = libgit2
+NAME    = libgit2
 GARNAME = libgit2
 GARVERSION = 0.27.3
 HOME_URL = https://libgit2.github.com/
@@ -30,23 +31,26 @@
 endef
 
 ######################################################################
-MASTER_SITES = https://github.com/
-MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/archive/
-
-USE_SSH=1
-
-# need to rename download file... someday
-# https://github.com/libgit2/libgit2/archive/v0.24.1.tar.gz
-DISTFILES = v$(GARVERSION).tar.gz
+MASTER_SITES = git://github.com/
+MASTER_SUBDIR = $(GARNAME)/
+
+GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+
+DISTNAME = libgit2-0.27.3
+DISTFILES = $(DISTNAME).tar.gz
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
 WORKSRC = $(WORKDIR)/$(DISTNAME)/
 CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 
 LICENSE = GPLv2 with Linking Exception. 
-#USE_AUTORECONF = y
 BUILDDEPS = openssl
 LIBDEPS =
+USE_AUTORECONF = y
 
 ######################################################################
+USE_SSH=1
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 

=== removed file 'pkg/other/libgit2/sha256sums'
--- a/pkg/other/libgit2/sha256sums      2018-07-29 02:31:35 +0000
+++ b/pkg/other/libgit2/sha256sums      1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-50a57bd91f57aa310fb7d5e2a340b3779dc17e67b4e7e66111feac5c2432f1a5  
download/v0.27.3.tar.gz


reply via email to

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