diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 21:46:53 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 21:46:53 +0800 |
commit | cb037d3c98be43c22f51db530a0e5146ddc374b2 (patch) | |
tree | da3d0ad74b3dac25040098f7125aac62b77bc817 /audio/ardour5 | |
parent | a014051a7b56b13a0d09cb97969287bce9a04a38 (diff) | |
download | freebsd-ports-gnome-cb037d3c98be43c22f51db530a0e5146ddc374b2.tar.gz freebsd-ports-gnome-cb037d3c98be43c22f51db530a0e5146ddc374b2.tar.zst freebsd-ports-gnome-cb037d3c98be43c22f51db530a0e5146ddc374b2.zip |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Diffstat (limited to 'audio/ardour5')
-rw-r--r-- | audio/ardour5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile index ee3de377d762..e3b214209f7c 100644 --- a/audio/ardour5/Makefile +++ b/audio/ardour5/Makefile @@ -3,6 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.10.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: |