diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-04-09 22:04:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-04-09 22:04:49 +0800 |
commit | 741853706d92ad948129c91a0f09521d332c814f (patch) | |
tree | 070f64462a1ed48d7c9c5741162e39787f5d9e84 /math/gretl/Makefile | |
parent | 3157a34e15295e20383986fb0e1dc8859a59d6f3 (diff) | |
download | freebsd-ports-gnome-741853706d92ad948129c91a0f09521d332c814f.tar.gz freebsd-ports-gnome-741853706d92ad948129c91a0f09521d332c814f.tar.zst freebsd-ports-gnome-741853706d92ad948129c91a0f09521d332c814f.zip |
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 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 8659916b5f81..ccbf85e37d9d 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019a +PORTREVISION= 1 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ |