diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-30 18:18:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-30 18:18:14 +0000 |
commit | f1655c7b7a8394e97805065ad1bfeaff081be754 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /ftp | |
parent | 9e29570778a0b7b5ff5763187bd64bb28867e077 (diff) | |
download | ports-f1655c7b7a8394e97805065ad1bfeaff081be754.tar.gz ports-f1655c7b7a8394e97805065ad1bfeaff081be754.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/filezilla/Makefile | 1 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index bbcaff38f720..5f372eef4be3 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.37.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 36f5090f17d1..31f5c5c7c522 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -3,6 +3,7 @@ PORTNAME= filezilla PORTVERSION= 3.9.0.3 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 2b873d508184..504d2ff86a5f 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget |