forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pcre] Remove download from ftp.pcre.org
The former ftp.pcre.org FTP site is no longer available [1]. - Use sourceforge only for download - Fixes microsoft#21201 - Remove deprecated functions from portfile vcpkg_install_cmake -> vcpkg_cmake_install vcpkg_configure_cmake -> vcpkg_cmake_configure (remove PREFER_NINJA) vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup - Add double quotes to files [1] https://www.pcre.org/
- Loading branch information
Showing
4 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
{ | ||
"name": "pcre", | ||
"version": "8.45", | ||
"port-version": 1, | ||
"description": "Perl Compatible Regular Expressions", | ||
"homepage": "https://www.pcre.org/" | ||
"homepage": "https://www.pcre.org/", | ||
"dependencies": [ | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
}, | ||
{ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters