diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 07:25:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 07:25:36 +0800 |
commit | 0976258e6eefd7c85bab83e53fe88953cb166aa2 (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b /ftp | |
parent | c2022777e248a60164aadfcb4e3e7a5842a065ab (diff) | |
download | freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.tar.gz freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.tar.zst freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.zip |
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-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 a38747636268..9e696aea0897 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.64.0 +PORTREVISION= 1 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 5b895721e10b..88701a2a22d3 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -3,7 +3,7 @@ PORTNAME= lftp PORTVERSION= 4.8.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b5305066c1c0..7e882db45fdb 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz |