diff --git a/net/deviceatlas-enterprise-c/Makefile b/net/deviceatlas-enterprise-c/Makefile --- a/net/deviceatlas-enterprise-c/Makefile +++ b/net/deviceatlas-enterprise-c/Makefile @@ -1,7 +1,7 @@ # Created by: David Carlier PORTNAME= deviceatlas-enterprise-c -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= net devel MASTER_SITES= # @@ -33,6 +33,12 @@ IGNORE?= you must manually fetch the DeviceAtlas Device Detection C API from ${REGISTRATION_URL} and place it in ${DISTDIR} and then run make again .endif +post-patch: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} Examples \ + ${STAGEDIR}${EXAMPLESDIR}) + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libda.so \ ${STAGEDIR}${PREFIX}/lib/libci.so diff --git a/net/deviceatlas-enterprise-c/distinfo b/net/deviceatlas-enterprise-c/distinfo --- a/net/deviceatlas-enterprise-c/distinfo +++ b/net/deviceatlas-enterprise-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614369523 -SHA256 (deviceatlas-enterprise-c-2.3.4.zip) = ccb8200fef9c36b6f95cc06f6e9e7a44c3163f2e5413440548f2679a2c22c021 -SIZE (deviceatlas-enterprise-c-2.3.4.zip) = 91533 +TIMESTAMP = 1624990962 +SHA256 (deviceatlas-enterprise-c-2.3.5.zip) = 263ca924defd4ef0b830593d47950e1897f3b174f8ad3c6c677e177f823c14a7 +SIZE (deviceatlas-enterprise-c-2.3.5.zip) = 85155 diff --git a/net/deviceatlas-enterprise-c/pkg-plist b/net/deviceatlas-enterprise-c/pkg-plist --- a/net/deviceatlas-enterprise-c/pkg-plist +++ b/net/deviceatlas-enterprise-c/pkg-plist @@ -4,11 +4,9 @@ include/dac.h include/dac_json.h lib/libci.so -lib/libci.so.1.1.1 +lib/libci.so.1.3.0 lib/libda.so lib/libda.so.%%PORTVERSION%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Examples/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Examples/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Examples/carrier/ci-getproperties/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Examples/carrier/ci-getproperties/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Examples/carrier/ci-getproperties/main.c