diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-07-06 12:20:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 12:20:02 -0700 |
| commit | b6d4c4e2bff290c2ae16a8aedf6a716557d270b3 (patch) | |
| tree | 4122ed5fb2466e96154e45abf6f261dc0ebe243d /ports/opencc/CONTROL | |
| parent | a2a16ae7d5c8cf53d4262aa3146f623bb1caca85 (diff) | |
| download | vcpkg-b6d4c4e2bff290c2ae16a8aedf6a716557d270b3.tar.gz vcpkg-b6d4c4e2bff290c2ae16a8aedf6a716557d270b3.zip | |
[opencc] Fix regression on pipeline (#12246)
* debug opencc regression on pipeline
* Get the build logs.
* [opencc] Remove debug code, add DISABLE_PARALLEL to configure
* [opencc] Remove apply patch
* Update portfile.cmake
Diffstat (limited to 'ports/opencc/CONTROL')
| -rw-r--r-- | ports/opencc/CONTROL | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/ports/opencc/CONTROL b/ports/opencc/CONTROL index 49765c5b9..ab49052f0 100644 --- a/ports/opencc/CONTROL +++ b/ports/opencc/CONTROL @@ -1,8 +1,9 @@ -Source: opencc
-Version: 2020-04-26-6
-Description: A project for conversion between Traditional and Simplified Chinese
-Homepage: https://github.com/BYVoid/OpenCC
-Supports: !(arm|arm64|uwp)
-
-Feature: tools
-Description: Build OpenCC command-line tools
+Source: opencc +Version: 2020-04-26 +Port-Version: 7 +Description: A project for conversion between Traditional and Simplified Chinese +Homepage: https://github.com/BYVoid/OpenCC +Supports: !(arm|arm64|uwp) + +Feature: tools +Description: Build OpenCC command-line tools |
