aboutsummaryrefslogtreecommitdiff
path: root/ports/evpp/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2019-11-19 11:42:34 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-11-19 11:42:34 -0800
commit058f6e2a35e76ee19fc1d448503efe8a7b8c041f (patch)
tree7db52b562fc20b65e8bd198cc1d8d5a4005ac766 /ports/evpp/CONTROL
parentff6a725392fcffa647880293e4c0a1352f0d3473 (diff)
downloadvcpkg-058f6e2a35e76ee19fc1d448503efe8a7b8c041f.tar.gz
vcpkg-058f6e2a35e76ee19fc1d448503efe8a7b8c041f.zip
[libevent] add features (#8349)
* [libevent] add features * Update version * Add libevent[openssl] dependent for evpp * Update CONTROL file
Diffstat (limited to 'ports/evpp/CONTROL')
-rw-r--r--ports/evpp/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/evpp/CONTROL b/ports/evpp/CONTROL
index b9ec8d278..5f367929a 100644
--- a/ports/evpp/CONTROL
+++ b/ports/evpp/CONTROL
@@ -1,5 +1,5 @@
Source: evpp
-Version: 0.7.0-1
+Version: 0.7.0-2
Homepage: https://github.com/Qihoo360/evpp
Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.
-Build-Depends: glog, libevent, rapidjson, concurrentqueue (!windows), boost-lockfree (!windows)
+Build-Depends: glog, libevent (windows), libevent[openssl] (!windows), rapidjson, concurrentqueue (!windows), boost-lockfree (!windows) \ No newline at end of file