- Update to version 1.5.1
A full list of changes since version 1.4.1 can be found at https://github.com/micropython/micropython/releases. Changelog: https://github.com/micropython/micropython/releases/tag/v1.5.1
This commit is contained in:
parent
e2934de9f7
commit
e2c689dbf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403848
2 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= micropython
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang python
|
||||
|
||||
|
@ -18,10 +18,9 @@ USE_GITHUB= yes
|
|||
|
||||
PLIST_FILES= bin/micropython
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.4/unix
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/unix
|
||||
|
||||
SHEBANG_FILES= ../py/py-version.sh
|
||||
bash_CMD?= /bin/sh
|
||||
SHEBANG_FILES= ../tools/make-frozen.py
|
||||
MAKE_ARGS+= V=1
|
||||
MAKE_ENV+= PYTHON=${PYTHON_CMD} CFLAGS_EXTRA="${CPPFLAGS} ${CFLAGS}"
|
||||
|
||||
|
@ -35,7 +34,10 @@ USE_GCC= yes
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Werror||;/^COPT =/d' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|-Werror||;/^COPT =/d; \
|
||||
s|ls -1 -v|ls -1|' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|re_exec|mp_re_exec|' \
|
||||
${WRKSRC}/../extmod/modure.c
|
||||
@${REINPLACE_CMD} -e 's|AS =|AS ?=|;s|LD =|LD ?=|; \
|
||||
s|CC =|CC ?=|;s|PYTHON =|PYTHON ?=|' \
|
||||
${WRKSRC}/../py/mkenv.mk
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (micropython-micropython-v1.4_GH0.tar.gz) = 9af6cc972c8ea96bd6d961ea6fecc49127198878182b0d13e3845ab6a7d2220b
|
||||
SIZE (micropython-micropython-v1.4_GH0.tar.gz) = 5692053
|
||||
SHA256 (micropython-micropython-v1.5.1_GH0.tar.gz) = 95cc34089a1e40a992065ff9c9b67c121674c3bd6136a50882054fcac27485c2
|
||||
SIZE (micropython-micropython-v1.5.1_GH0.tar.gz) = 6635550
|
||||
|
|
Loading…
Reference in a new issue