net/deviceatlas-enterprise-c: Update to 2.3.2
Submitted by: maintainer Differential Revision: https://reviews.freebsd.org/D24606
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= deviceatlas-enterprise-c
|
||||
PORTVERSION= 2.3.1
|
||||
PORTVERSION= 2.3.2
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= #
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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})
|
||||
@@ -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})
|
||||
Reference in New Issue
Block a user