aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-04-23 08:11:27 -0700
committerGitHub <noreply@github.com>2017-04-23 08:11:27 -0700
commit96aa4a372d1d2a1262bc6db826eac492abc25d7e (patch)
treeb45f32a5eee13a0919fd650c0d6f5e4950236f88
parentee0201cfae196c175d58064b2e62a91c033ec038 (diff)
parent0468c2de706167bbec615c534104e901c747541b (diff)
downloadvcpkg-96aa4a372d1d2a1262bc6db826eac492abc25d7e.tar.gz
vcpkg-96aa4a372d1d2a1262bc6db826eac492abc25d7e.zip
Merge pull request #969 from twMr7/master
[cppzmq] update to 4.2.1 release
-rw-r--r--ports/cppzmq/CONTROL2
-rw-r--r--ports/cppzmq/portfile.cmake9
2 files changed, 6 insertions, 5 deletions
diff --git a/ports/cppzmq/CONTROL b/ports/cppzmq/CONTROL
index a7625e25d..bbf80d29a 100644
--- a/ports/cppzmq/CONTROL
+++ b/ports/cppzmq/CONTROL
@@ -1,4 +1,4 @@
Source: cppzmq
-Version: 0.0.0-1
+Version: 4.2.1
Build-Depends: zeromq
Description: lightweight messaging kernel, C++ bindings
diff --git a/ports/cppzmq/portfile.cmake b/ports/cppzmq/portfile.cmake
index c2e03c81d..fdfc86257 100644
--- a/ports/cppzmq/portfile.cmake
+++ b/ports/cppzmq/portfile.cmake
@@ -1,15 +1,16 @@
#header-only library
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/cppzmq-7faa9b061843fcbceb7ed94984ee8f20284ee759)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/cppzmq-4.2.1)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/zeromq/cppzmq/archive/7faa9b061843fcbceb7ed94984ee8f20284ee759.zip"
- FILENAME "cppzmq-7faa.zip"
- SHA512 10ba10f0e9a2387dc75fec01c2629b969f23d6152596a475474b701a4efccc4007c8eae5ec2a89f7f26e7d117f36016aaead16bf3325a8780bfd6419d84ac54e
+ URLS "https://github.com/zeromq/cppzmq/archive/v4.2.1.zip"
+ FILENAME "cppzmq-4.2.1.zip"
+ SHA512 ee75ce4bd28ecb5ef660d1ed6f5522654eced6ded8745dc0c61df351f4ff0ff8980d1bd848b2649fcce4aa539a457e56e55b0a59cb49f44b0a29875d0ea28dce
)
vcpkg_extract_source_archive(${ARCHIVE})
# cppzmq is a single header library, so we just need to copy that file in the include directory
file(INSTALL ${SOURCE_PATH}/zmq.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(INSTALL ${SOURCE_PATH}/zmq_addon.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cppzmq)