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/pari | |
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/pari')
-rw-r--r-- | math/pari/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 4f05949739a4..0b86cbaf4af7 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -3,6 +3,7 @@ PORTNAME= pari DISTVERSION= 2.11.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ |