diff options
| author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2019-10-03 01:02:55 +0200 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-10-02 16:02:55 -0700 |
| commit | 1ac57d42ac201f7afed958325902c9144de9adcd (patch) | |
| tree | d130ba2f722c423e2275df01e6b60490b655c6d7 | |
| parent | 16a2ec4e996e4a5569e300b09ad520d807d586d4 (diff) | |
| download | vcpkg-1ac57d42ac201f7afed958325902c9144de9adcd.tar.gz vcpkg-1ac57d42ac201f7afed958325902c9144de9adcd.zip | |
Update reproc to 9.0.0. (#8411)
- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
| -rw-r--r-- | ports/reproc/CONTROL | 4 | ||||
| -rw-r--r-- | ports/reproc/portfile.cmake | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/reproc/CONTROL b/ports/reproc/CONTROL index 63e33c5ba..4ae48295e 100644 --- a/ports/reproc/CONTROL +++ b/ports/reproc/CONTROL @@ -1,3 +1,3 @@ Source: reproc -Version: 8.0.1 -Description: Cross-platform library that simplifies working with external CLI applications from C and C++ +Version: 9.0.0 +Description: Cross-platform (C99/C++11) process library diff --git a/ports/reproc/portfile.cmake b/ports/reproc/portfile.cmake index 4f779eb8a..0d6aefced 100644 --- a/ports/reproc/portfile.cmake +++ b/ports/reproc/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO DaanDeMeyer/reproc - REF v8.0.1 - SHA512 029b32bc275cecb95e5dc451dcf9efdb4f5b24f4ff6c6358960f6b4b45237aee12d0c2aee7dfe8e08ac1c8e9a65412f6d89578a84538b2fb4fc8c35409282fe3 + REF v9.0.0 + SHA512 c9ab8c459f4cdf2b740edd461eefa2972a068078999ab97efff4473f1fae4dd774d00ea56cb33bdf883f78eb8d8b73aa721d35dd77e016b047cf4c9dadfee72b HEAD_REF master ) @@ -13,8 +13,7 @@ vcpkg_configure_cmake( PREFER_NINJA OPTIONS -DREPROC++=ON - -DREPROC++_INSTALL=ON - -DREPROC_INSTALL=ON + -DREPROC_INSTALL_PKGCONFIG=OFF ) vcpkg_install_cmake() |
