Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/log4cxx/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://archive.apache.org/dist/logging/log4cxx/${VERSION}/apache-log4cxx-${VERSION}.tar.gz"
FILENAME "apache-log4cxx-${VERSION}.tar.gz"
SHA512 6ee406314bd7ab02a46c98cc8a0d5ad5aec8928a23716a81a152775ca315cd3b950d600b2e221d5b4a88416ae9bbda1215fae43626107feea4df2f3e074303ad
SHA512 0e94946457423689af6d85074ab97b717e0cec85a4f548e6650b060e8f98b780f980b7d4a7780410fa64681376fb4bc62fab6ed9068fc944e07f9f32ac0413af
)

vcpkg_extract_source_archive(
Expand Down
5 changes: 2 additions & 3 deletions ports/log4cxx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "log4cxx",
"version": "1.6.1",
"port-version": 1,
"version": "1.7.0",
"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",
"homepage": "https://logging.apache.org/log4cxx",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +32,7 @@
"description": "Allow QString values in the LOG4CXX_WARN, LOG4CXX_INFO, LOG4CXX_DEBUG etc. macros",
"dependencies": [
{
"name": "qt5-base",
"name": "qtbase",
"default-features": false
}
]
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6101,8 +6101,8 @@
"port-version": 0
},
"log4cxx": {
"baseline": "1.6.1",
"port-version": 1
"baseline": "1.7.0",
"port-version": 0
},
"logme": {
"baseline": "2.4.14",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/log4cxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5cd7c09e1cb7f87e7d8d1b42cf6d2b0848a0b12e",
"version": "1.7.0",
"port-version": 0
},
{
"git-tree": "5c8b00c1fc97b2cd862922240686dc170692226c",
"version": "1.6.1",
Expand Down