Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 19:23:15 +0000 (UTC)
From:      "Lev A. Serebryakov" <lev@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528598 - head/devel/libopencm3
Message-ID:  <202003171923.02HJNFEF078081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lev
Date: Tue Mar 17 19:23:14 2020
New Revision: 528598
URL: https://svnweb.freebsd.org/changeset/ports/528598

Log:
   Use python, not python2.7

Modified:
  head/devel/libopencm3/Makefile

Modified: head/devel/libopencm3/Makefile
==============================================================================
--- head/devel/libopencm3/Makefile	Tue Mar 17 19:16:27 2020	(r528597)
+++ head/devel/libopencm3/Makefile	Tue Mar 17 19:23:14 2020	(r528598)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libopencm3
 PORTVERSION=	0.0.20200310
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	lev@FreeBSD.org
@@ -10,9 +10,6 @@ COMMENT=	LGPLv3 Cortex-M0/M3/M4 runtime library
 
 LICENSE=	LGPL3
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
-
 BUILD_DEPENDS=	${LOCALBASE}/gcc-arm-embedded-${TOOLCHAIN_FULL_VERSION}/bin/arm-none-eabi-gcc:devel/gcc-arm-embedded
 
 USE_GITHUB=	yes
@@ -20,7 +17,7 @@ GH_ACCOUNT=	libopencm3
 GH_TAGNAME=	89074d6
 
 
-USES=		gmake python:2.7,build shebangfix
+USES=		gmake python:build shebangfix
 
 SHEBANG_FILES=	scripts/irq2nvic_h \
 		scripts/lpcvtcksum



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