diff options
| author | Stephen Webb <swebb2066@gmail.com> | 2020-10-07 09:00:58 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 15:00:58 -0700 |
| commit | 41ec19fa8a61483469dde7e51282e64b42aa1a4e (patch) | |
| tree | 93893ed7f9bc4bcf46635bd22ebcdce39dd0219d /ports/log4cxx/CONTROL | |
| parent | 524a7c61f3d3f3df569f134ebe9745ad64a730dc (diff) | |
| download | vcpkg-41ec19fa8a61483469dde7e51282e64b42aa1a4e.tar.gz vcpkg-41ec19fa8a61483469dde7e51282e64b42aa1a4e.zip | |
[log4cxx] Upgrade to 0.11.0 (#13767)
* [log4cxx] Upgrade to newly released 0.11.0
* [log4cxx] 0.11.0 should build everywhere except uwp
* Changes suggested by @ras0219
* Prevent WIN32 libraries being used on linux
* Prevent WIN32 libraries being used on linux
* Prevent WIN32 libraries being used on linux
* Update ports/log4cxx/portfile.cmake
Co-authored-by: Stephen Webb <stephen.webb@sabreautonomous.com.au>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/log4cxx/CONTROL')
| -rw-r--r-- | ports/log4cxx/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/log4cxx/CONTROL b/ports/log4cxx/CONTROL index 30c531eb9..45a242ee4 100644 --- a/ports/log4cxx/CONTROL +++ b/ports/log4cxx/CONTROL @@ -1,6 +1,6 @@ Source: log4cxx
-Version: 0.10.0-2
-Homepage: https://logging.apache.org/log4cxx/
-Description: Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR. Apache log4cxx is licensed under the Apache License, an open source license certified by the Open Source Initiative.
+Version: 0.11.0
+Homepage: https://logging.apache.org/log4cxx
+Description: Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR
+Supports: !uwp
Build-Depends: apr, apr-util
-Supports: windows&!(uwp|arm|static)
|
