diff options
| author | Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> | 2021-07-13 23:15:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 13:15:22 -0700 |
| commit | 9f7d6142eb5866c8da81d515a0746f65f77df03c (patch) | |
| tree | 1cb80a54e1e72e469d0c502354431747191a4848 | |
| parent | a66098ad1a9ec72de9fd4d63ecce8bd23d6b6d74 (diff) | |
| download | vcpkg-9f7d6142eb5866c8da81d515a0746f65f77df03c.tar.gz vcpkg-9f7d6142eb5866c8da81d515a0746f65f77df03c.zip | |
[bddisasm] Update to 1.33.0 (#18873)
* Add bddisasm port
Currently fetching bddisasm from my fork of the project
* bddisasm: Build with BDD_INCLUDE_TOOL=OFF
* bddisasm: Use PREFER_NINJA
* bddisasm: Update REF
* bddisasm: Don't use vcpkg_install_msbuild
* bddisasm: Switch to release 1.32.1 from the bitdefender repo
* Add the result of ./vcpkg x-add-version --all
* Replace the control file with a manifest
Converted with ./vcpkg format-manifest
* Add more details to bddisasm/vcpkg.json
Added port-version, license, homepage, documentation, and port mantainers
* Fix bddisasm/vcpkg.json
* Fix the version file
* List arm as not supported
* Update version file
* Fail install on arm
* Use the new vcpkg_cmake_* functions
* Remove the LICENSE file
* Fix version
* Update version file
* build only static library
bddisasm only supports being built as a static library, so say that in the portfile
* bddisasm: Update port to version 1.33.0
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
| -rw-r--r-- | ports/bddisasm/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/bddisasm/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/b-/bddisasm.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/bddisasm/portfile.cmake b/ports/bddisasm/portfile.cmake index 3444aa10f..8ce6176b6 100644 --- a/ports/bddisasm/portfile.cmake +++ b/ports/bddisasm/portfile.cmake @@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bitdefender/bddisasm
- REF v1.32.1
- SHA512 78062081ab38f208c29e1a8cd50daad9203c93ab68cb3e48250fc3b38b7bfdb6a878a995c353f63ac7a6144f305dbdc0f5d60d67558f0403a669197979143de1
+ REF v1.33.0
+ SHA512 d9085187026c1c362a53fcd9de1aa8872fc93d2cf6492a6f9b081396b28a8098121c62fd7aed5b1e07f0a42fbc74e781f0bc5f041363cd19ee25ac1c30ee0554
HEAD_REF master
)
diff --git a/ports/bddisasm/vcpkg.json b/ports/bddisasm/vcpkg.json index 9dbf7e0c4..a4979a22e 100644 --- a/ports/bddisasm/vcpkg.json +++ b/ports/bddisasm/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bddisasm", - "version": "1.32.1", + "version": "1.33.0", "maintainers": "Cristi Anichitei <ianichitei@bitdefender.com>", "description": "bddisasm is a fast, lightweight, x86/x64 instruction decoder and emulator.", "homepage": "https://github.com/bitdefender/bddisasm", diff --git a/versions/b-/bddisasm.json b/versions/b-/bddisasm.json index 66bde09a4..53f84baad 100644 --- a/versions/b-/bddisasm.json +++ b/versions/b-/bddisasm.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bbd28192161e817afeb6526098f105788225816f", + "version": "1.33.0", + "port-version": 0 + }, + { "git-tree": "252ddf848e0ed2e3c58537bf0cc09bc6ccd067f1", "version": "1.32.1", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index f3f4ad231..794f7bb59 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -333,7 +333,7 @@ "port-version": 0 }, "bddisasm": { - "baseline": "1.32.1", + "baseline": "1.33.0", "port-version": 0 }, "bde": { |
