Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 09:57:43 GMT
From:      "Lev A. Serebryakov" <lev@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e016d753d9ea - main - devel/libopencm3: Migrate to latest toolchain
Message-ID:  <202204180957.23I9vhFk045694@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180957.23I9vhFk045694>