diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-09-24 21:06:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 12:06:17 -0700 |
| commit | 845a5fda11742e02f6884125cd639d76f64be95e (patch) | |
| tree | b83d38368c0ed0b6d8ea078aa1d10d64191b8d3e /versions/l- | |
| parent | bb92b7d34dc5d595a23796109913ddc77c4437d0 (diff) | |
| download | vcpkg-845a5fda11742e02f6884125cd639d76f64be95e.tar.gz vcpkg-845a5fda11742e02f6884125cd639d76f64be95e.zip | |
[libarchive,lz4] Fix pc file, modernize portfile (#20146)
* Fix pc file
* Modernize portfile
* OpenSSL unused on 'Darwin'
* x-add-version
* More port cleanup (CR requests)
* Revise wrapper, using find_package
* Don't use pkgconfig modules for windows openssl
* Update versions
* Use namespaced variables for custom lzo lookup
* Wrapper needs CMP0012
* Skip dependencies if not LibArchive_FOUND
* Update versions
* Fix liblz4.pc debug lib fixup
* Update versions
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions/l-')
| -rw-r--r-- | versions/l-/libarchive.json | 5 | ||||
| -rw-r--r-- | versions/l-/lz4.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index dc2c72e0e..029432378 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1fb5fbe606242275316a4368c88327e123ab01ad", + "version-semver": "3.5.2", + "port-version": 1 + }, + { "git-tree": "4ce798873a82e4562c34189ec77f1dec3dea047d", "version-semver": "3.5.2", "port-version": 0 diff --git a/versions/l-/lz4.json b/versions/l-/lz4.json index b8801b1d5..bfb6a07c4 100644 --- a/versions/l-/lz4.json +++ b/versions/l-/lz4.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "43957fa49e865966b52c6729db11aa067f790d49", + "version": "1.9.3", + "port-version": 3 + }, + { "git-tree": "c73172e611edeb3ef440fd1ea7ef4fe746237cfc", "version": "1.9.3", "port-version": 2 |
