aboutsummaryrefslogtreecommitdiff
path: root/ports/libgit2/CONTROL
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-09-08 22:55:21 +0800
committerGitHub <noreply@github.com>2021-09-08 07:55:21 -0700
commitf4f8bba9d4429a030153e6fda2d8d6b262a54c8f (patch)
tree5c3743ef769aea3cb4751595974831c771bb2197 /ports/libgit2/CONTROL
parentf4a827c2a7c3fb12ecfe69bdd32dfff6b4fe15e9 (diff)
downloadvcpkg-f4f8bba9d4429a030153e6fda2d8d6b262a54c8f.tar.gz
vcpkg-f4f8bba9d4429a030153e6fda2d8d6b262a54c8f.zip
[libfort/libgit2/cli11] update to the latest version (#20024)
* [libfort/libgit2/cli11] update to the latest version * update version * delete useless dependencies * update version
Diffstat (limited to 'ports/libgit2/CONTROL')
-rw-r--r--ports/libgit2/CONTROL38
1 files changed, 0 insertions, 38 deletions
diff --git a/ports/libgit2/CONTROL b/ports/libgit2/CONTROL
deleted file mode 100644
index 4435d83cf..000000000
--- a/ports/libgit2/CONTROL
+++ /dev/null
@@ -1,38 +0,0 @@
-Source: libgit2
-Version: 1.1.0
-Homepage: https://github.com/libgit2/libgit2
-Build-Depends: zlib, http-parser
-Description: Git linkable library
-Default-Features: pcre, ssl
-Supports: !uwp
-
-Feature: pcre
-Description: Build against external libpcre
-Build-Depends: pcre
-
-Feature: pcre2
-Description: Build against external libpcre2
-Build-Depends: pcre2
-
-Feature: ssh
-Build-Depends: libgit2[core,openssl], libssh2
-Description: SSH support via libssh2
-
-Feature: ssl
-Build-Depends: libgit2[core,openssl] (!windows&!osx), libgit2[core,winhttp] (windows), libgit2[core,sectransp] (osx)
-Description: Default SSL backend
-
-# SSL backends
-Feature: openssl
-Build-Depends: openssl
-Description: SSL support (OpenSSL)
-
-Feature: winhttp
-Description: SSL support (WinHTTP)
-
-Feature: sectransp
-Description: SSL support (sectransp)
-
-Feature: mbedtls
-Build-Depends: mbedtls
-Description: SSL support (mbedTLS)