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
3 changes: 2 additions & 1 deletion ports/plplot/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ vcpkg_from_sourceforge(
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
wxwidgets BUILD_with_wxwidgets
wxwidgets PLD_wxwidgets
wxwidgets ENABLE_wxwidgets
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/plplot/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plplot",
"version-semver": "5.13.0",
"port-version": 12,
"port-version": 13,
"description": "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.",
"dependencies": [
"bzip2",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5278,7 +5278,7 @@
},
"plplot": {
"baseline": "5.13.0",
"port-version": 12
"port-version": 13
},
"plustache": {
"baseline": "0.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/plplot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d3cf98f0e002ea3b2f196af0c43a8a4cc885255c",
"version-semver": "5.13.0",
"port-version": 13
},
{
"git-tree": "81172e3761f2638245de863b13d8e13cbf08188d",
"version-semver": "5.13.0",
Expand Down