git: 6b90483374ce - main - lang/mecrisp-stellaris: update to 2.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Mar 2022 17:29:22 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b90483374ce3b21e7fae740e6537106dea9d566 commit 6b90483374ce3b21e7fae740e6537106dea9d566 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-03-09 17:54:56 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-03-10 17:28:57 +0000 lang/mecrisp-stellaris: update to 2.6.2 Upstream changes: - Fixed outsized binary for STM32G031F4 - Fixed :noname for RA in loadable ansification layer - Contribution by Jan Bramkamp: Bit field tools Improved PLL initialisation code for STM32F411 - Contribution by Gareth Edwards New target: Black pill with STM32F401CC Bugfix for flash size and comments for STM32F401CD target - Contribution by Peter Jakacki: Tachyon extensions for RP2040 PR: 262463 --- lang/mecrisp-stellaris/Makefile | 2 +- lang/mecrisp-stellaris/distinfo | 6 +++--- lang/mecrisp-stellaris/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lang/mecrisp-stellaris/Makefile b/lang/mecrisp-stellaris/Makefile index 401608597c08..aa547925d895 100644 --- a/lang/mecrisp-stellaris/Makefile +++ b/lang/mecrisp-stellaris/Makefile @@ -1,5 +1,5 @@ PORTNAME= mecrisp-stellaris -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= lang MASTER_SITES= SF/mecrisp diff --git a/lang/mecrisp-stellaris/distinfo b/lang/mecrisp-stellaris/distinfo index 075385f80cd3..864018aab47a 100644 --- a/lang/mecrisp-stellaris/distinfo +++ b/lang/mecrisp-stellaris/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639919472 -SHA256 (mecrisp-stellaris-2.6.1.tar.gz) = 906eda0471274d6b0c22e2baee9182fa3552bb7e6bb0794893779a8528d63700 -SIZE (mecrisp-stellaris-2.6.1.tar.gz) = 5872461 +TIMESTAMP = 1646848195 +SHA256 (mecrisp-stellaris-2.6.2.tar.gz) = 85619ff9b7d51824bbffcb2141b783a76c3136cf83679e5ed3b935caf3ed1bc0 +SIZE (mecrisp-stellaris-2.6.2.tar.gz) = 5934227 diff --git a/lang/mecrisp-stellaris/pkg-plist b/lang/mecrisp-stellaris/pkg-plist index 70b0c1726ba3..c69170c50e13 100644 --- a/lang/mecrisp-stellaris/pkg-plist +++ b/lang/mecrisp-stellaris/pkg-plist @@ -12,6 +12,7 @@ bin/mecrisp-stellaris %%DATADIR%%/assembler-m0.txt %%DATADIR%%/bitflip.txt %%DATADIR%%/bitlog.txt +%%DATADIR%%/bits.fs %%DATADIR%%/blocks.txt %%DATADIR%%/calltrace.txt %%DATADIR%%/catchthrow.txt @@ -31,7 +32,9 @@ bin/mecrisp-stellaris %%DATADIR%%/dump.txt %%DATADIR%%/editor.txt %%DATADIR%%/examples.txt +%%DATADIR%%/experimental/basepri.fs %%DATADIR%%/experimental/bignum.txt +%%DATADIR%%/experimental/bits-example.fs %%DATADIR%%/experimental/definitioncount.txt %%DATADIR%%/experimental/float.txt %%DATADIR%%/experimental/sv.fs