mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to upstream version 0.2.3
This commit is contained in:
parent
38975c0723
commit
3bc022b55d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380743
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= embb
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
@ -13,7 +13,7 @@ LICENSE_COMB= multi
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= siemens
|
||||
GH_COMMIT= d9c1d0c
|
||||
GH_COMMIT= 6d3c6d0
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
USES= cmake:outsource compiler:c11
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (embb-0.2.2.tar.gz) = 9e7ec9e5983edb025e7b59302fe88da8cd9ac4c8de1429dff7b0920dc9d6d3b0
|
||||
SIZE (embb-0.2.2.tar.gz) = 1451333
|
||||
SHA256 (embb-0.2.3.tar.gz) = fbed9141c85aca3b58776f4ad229d4f0dfdeb0c004fdf3f2d0a6a34881f40c76
|
||||
SIZE (embb-0.2.3.tar.gz) = 1457322
|
||||
|
@ -128,6 +128,7 @@ include/embb/mtapi/action.h
|
||||
include/embb/mtapi/c/mtapi.h
|
||||
include/embb/mtapi/continuation.h
|
||||
include/embb/mtapi/execution_policy.h
|
||||
include/embb/mtapi/internal/cmake_config.h
|
||||
include/embb/mtapi/group.h
|
||||
include/embb/mtapi/mtapi.h
|
||||
include/embb/mtapi/node.h
|
||||
@ -234,7 +235,6 @@ lib/libembb_mtapi_cpp.a
|
||||
%%DOCS%%%%DOCSDIR%%/reference/DoxygenHTMLStyle.css
|
||||
%%DOCS%%%%DOCSDIR%%/reference/DoxygenLayout.xml
|
||||
%%DOCS%%%%DOCSDIR%%/reference/embb.dox
|
||||
%%DOCS%%%%DOCSDIR%%/reference/header.html
|
||||
%%DOCS%%%%DOCSDIR%%/reference/index.html
|
||||
%%DOCS%%%%DOCSDIR%%/tutorial/content/algorithms.tex
|
||||
%%DOCS%%%%DOCSDIR%%/tutorial/content/containers.tex
|
||||
|
Loading…
Reference in New Issue
Block a user