diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-27 13:46:53 +0000 |
commit | cb037d3c98be43c22f51db530a0e5146ddc374b2 (patch) | |
tree | da3d0ad74b3dac25040098f7125aac62b77bc817 /ftp | |
parent | a014051a7b56b13a0d09cb97969287bce9a04a38 (diff) | |
download | ports-cb037d3c98be43c22f51db530a0e5146ddc374b2.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=444463
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/hsftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/quftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index c2b5a44235b7..53e974911081 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -3,7 +3,7 @@ PORTNAME= hsftp PORTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://la-samhna.de/hsftp/ \ http://www.alaskaparadise.com/freebsd/ diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 03a34cd4c675..819c424c5c49 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -3,6 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.7.7 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 897d54fd674c..c06eb5cd5f9a 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -3,7 +3,7 @@ PORTNAME= quftp PORTVERSION= 1.0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= SF diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 16bfa63a132f..1157c5107c67 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -3,7 +3,7 @@ PORTNAME= yafc PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.yafc-ftp.com/downloads/ |