Date: Tue, 3 Oct 2023 07:17:19 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a54f2584d49b - main - cad/stepcode: update to 0.8.2 Message-ID: <202310030717.3937HJhk068500@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=a54f2584d49ba9ebdc0c4f87a73590799f56736d commit a54f2584d49ba9ebdc0c4f87a73590799f56736d Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2023-09-26 07:40:04 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-10-03 07:17:00 +0000 cad/stepcode: update to 0.8.2 ChangeLog: https://github.com/stepcode/stepcode/releases/tag/v0.8.2 Build fixes * dependency fixes for expparse / expscan. * handle newer clang compilers * more robust parallel building Relocation of headers and explicit directory prefixes * client codes should now include one directory (for example, /usr/include/stepcode) and specify headers in their code using path/header.h (for example, #include <clstepcore/sdai.h>) previous releases required explicit listing of all stepcode folders due to internal header include directives - this has been corrected --- cad/stepcode/Makefile | 2 +- cad/stepcode/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile index d7e60084e82c..142f16a0081a 100644 --- a/cad/stepcode/Makefile +++ b/cad/stepcode/Makefile @@ -1,5 +1,5 @@ PORTNAME= stepcode -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= v CATEGORIES= cad diff --git a/cad/stepcode/distinfo b/cad/stepcode/distinfo index 368c14b056ab..3f1eee743aaf 100644 --- a/cad/stepcode/distinfo +++ b/cad/stepcode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664815159 -SHA256 (stepcode-stepcode-v0.8.1_GH0.tar.gz) = ff335210ce9a8a4e9ab9ba37b368efbe132c8244d8646583ad221d0db4332437 -SIZE (stepcode-stepcode-v0.8.1_GH0.tar.gz) = 6023794 +TIMESTAMP = 1695709665 +SHA256 (stepcode-stepcode-v0.8.2_GH0.tar.gz) = a0307185313a55e127db4476bf234b9ea90edfeee6ac7a57923f7608a48d91e5 +SIZE (stepcode-stepcode-v0.8.2_GH0.tar.gz) = 6007483
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310030717.3937HJhk068500>