diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-09 14:04:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-04-09 14:04:49 +0000 |
commit | 40c9c7f7eb5f34d2d4c0a47826f07c8e8387e954 (patch) | |
tree | 070f64462a1ed48d7c9c5741162e39787f5d9e84 /lang/micropython | |
parent | devel/pecl-xdebug25 devel/pecl-xdebug-devel: Remove obsolete ports (diff) |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
Diffstat (limited to 'lang/micropython')
-rw-r--r-- | lang/micropython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index d84ff19fa5d9..730472663736 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -3,7 +3,7 @@ PORTNAME= micropython PORTVERSION= 1.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python MAINTAINER= ports@FreeBSD.org |