net/deviceatlas-enterprise-c: Update to 2.3.2

Submitted by:	maintainer
Differential Revision:	https://reviews.freebsd.org/D24606
This commit is contained in:
Tobias Kortkamp
2020-05-07 16:08:42 +00:00
parent dbeb254822
commit c552da0a20
4 changed files with 4 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= deviceatlas-enterprise-c
PORTVERSION= 2.3.1
PORTVERSION= 2.3.2
CATEGORIES= net devel
MASTER_SITES= #

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1584130805
SHA256 (deviceatlas-enterprise-c-2.3.1.zip) = 77e213ff0a4a27e6df9a19d2fa75b86e13d759e580bcd43619e844d6616c8bff
SIZE (deviceatlas-enterprise-c-2.3.1.zip) = 89624
TIMESTAMP = 1588099391
SHA256 (deviceatlas-enterprise-c-2.3.2.zip) = 595fb03c13f04741cda96c8f40ad374847f498975406beeed3e3142948792d46
SIZE (deviceatlas-enterprise-c-2.3.2.zip) = 89685

View File

@@ -1,8 +0,0 @@
--- CMakeLists.txt.orig 2017-10-18 10:07:09 UTC
+++ CMakeLists.txt
@@ -2,3 +2,5 @@ cmake_minimum_required(VERSION 2.6)
subdirs(Src)
subdirs(Examples)
+
+install(DIRECTORY Documentation/ DESTINATION ${DOCSDIR})

View File

@@ -1,11 +0,0 @@
--- Examples/CMakeLists.txt.orig 2017-10-18 10:07:09 UTC
+++ Examples/CMakeLists.txt
@@ -13,3 +13,8 @@ while (N LESS 5)
target_link_libraries(example${N} da ${LIBOMP})
MATH(EXPR N "${N} + 1")
endwhile()
+
+
+file(GLOB EXAMPLES *.c *.h)
+install(TARGETS example0 example1 example2 example3 DESTINATION ${EXAMPLESDIR})
+install(FILES ${EXAMPLES} DESTINATION ${EXAMPLESDIR})