diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-09-10 20:55:38 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-09-10 20:55:38 +0000 |
commit | e59c88cece035a155debaf8996ce8f20adabd78b (patch) | |
tree | b2fdb90b31860ce377c34f790e4d2f4ed3dad14f /ftp | |
parent | 70a626a6448663cca56f9193ab3889b771fa4d51 (diff) | |
download | ports-e59c88cece035a155debaf8996ce8f20adabd78b.tar.gz ports-e59c88cece035a155debaf8996ce8f20adabd78b.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/filezilla/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/libfilezilla/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 6d9682c90e53..4f0a68862159 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -2,7 +2,7 @@ PORTNAME= filezilla PORTVERSION= 3.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index cb3cfd6f7f0a..0eff8b6dc3c7 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -3,6 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile index d4b14191cdff..94b18196f149 100644 --- a/ftp/libfilezilla/Makefile +++ b/ftp/libfilezilla/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfilezilla PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/ |