git: e016d753d9ea - main - devel/libopencm3: Migrate to latest toolchain
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 09:57:43 UTC
The branch main has been updated by lev: URL: https://cgit.FreeBSD.org/ports/commit/?id=e016d753d9ea3d5a26f7b93e4f8745cce1be5f09 commit e016d753d9ea3d5a26f7b93e4f8745cce1be5f09 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-04-18 09:57:12 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-04-18 09:57:12 +0000 devel/libopencm3: Migrate to latest toolchain --- devel/libopencm3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile index 724d75bda6c3..d5b72259cb6c 100644 --- a/devel/libopencm3/Makefile +++ b/devel/libopencm3/Makefile @@ -1,7 +1,7 @@ PORTNAME= libopencm3 PORTVERSION= 0.8.0 DISTVERSIONPREFIX=v -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -16,8 +16,8 @@ USE_GITHUB= yes SHEBANG_FILES= scripts/irq2nvic_h \ scripts/lpcvtcksum -TOOLCHAIN_FULL_VERSION?=10-2020-q4-major -TOOLCHAIN_PORT_VERSION?=10.2.20201211 +TOOLCHAIN_FULL_VERSION?=10.3-2021.10 +TOOLCHAIN_PORT_VERSION?=10.3.20210921 TOOLCHAIN_TARGET?=arm-none-eabi DESTDIRNAME= STAGEDIR