diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2020-03-17 13:02:57 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2020-03-17 13:02:57 +0000 |
commit | 6028df41799e5782599bd38372ab8c415e1d8267 (patch) | |
tree | f5141d240a6823d45f314310e5b883d0b6975169 /devel/cpp-netlib | |
parent | 65b94ecdc27e088fd7697aa18594100c16700258 (diff) | |
download | ports-6028df41799e5782599bd38372ab8c415e1d8267.tar.gz ports-6028df41799e5782599bd38372ab8c415e1d8267.zip |
- Update to 0.13.0
PR: 238397
Submitted by: shurd@
Notes
Notes:
svn path=/head/; revision=528579
Diffstat (limited to 'devel/cpp-netlib')
-rw-r--r-- | devel/cpp-netlib/Makefile | 19 | ||||
-rw-r--r-- | devel/cpp-netlib/distinfo | 6 | ||||
-rw-r--r-- | devel/cpp-netlib/pkg-plist | 6 |
3 files changed, 12 insertions, 19 deletions
diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 5fb3d253c253..dfb6d077e4f8 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -3,9 +3,8 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 12 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org @@ -14,22 +13,16 @@ COMMENT= Cross-platform, standards compliant networking library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +LIB_DEPENDS= libboost_system.so:devel/boost-libs BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ - asio>0:net/asio + asio>0:net/asio -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang ssl USE_LDCONFIG= yes -CFLAGS+= -fPIC +CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ -DCPP-NETLIB_BUILD_SHARED_LIBS=ON \ -DCPP-NETLIB_BUILD_TESTS=OFF USE_GITHUB= yes -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= no member named 'SSLv2_method' in the global namespace -BROKEN_FreeBSD_13= no member named 'SSLv2_method' in the global namespace -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/cpp-netlib/distinfo b/devel/cpp-netlib/distinfo index c4af2a48f20c..41d12af8b607 100644 --- a/devel/cpp-netlib/distinfo +++ b/devel/cpp-netlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488310391 -SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.12.0-final_GH0.tar.gz) = d66e264240bf607d51b8d0e743a1fa9d592d96183d27e2abdaf68b0a87e64560 -SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.12.0-final_GH0.tar.gz) = 896405 +TIMESTAMP = 1559927893 +SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.13.0-final_GH0.tar.gz) = 897259d9f9087acba33911aec925804e6236a7a77f5444dedde6145049605a34 +SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.13.0-final_GH0.tar.gz) = 957181 diff --git a/devel/cpp-netlib/pkg-plist b/devel/cpp-netlib/pkg-plist index dc3f312f92d4..5b52829e0238 100644 --- a/devel/cpp-netlib/pkg-plist +++ b/devel/cpp-netlib/pkg-plist @@ -215,10 +215,10 @@ lib/cmake/cppnetlib/cppnetlibTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/cppnetlib/cppnetlibTargets.cmake lib/libcppnetlib-client-connections.so lib/libcppnetlib-client-connections.so.0 -lib/libcppnetlib-client-connections.so.0.12.0 +lib/libcppnetlib-client-connections.so.0.13.0 lib/libcppnetlib-server-parsers.so lib/libcppnetlib-server-parsers.so.0 -lib/libcppnetlib-server-parsers.so.0.12.0 +lib/libcppnetlib-server-parsers.so.0.13.0 lib/libcppnetlib-uri.so lib/libcppnetlib-uri.so.0 -lib/libcppnetlib-uri.so.0.12.0 +lib/libcppnetlib-uri.so.0.13.0 |