diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-24 03:23:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-24 03:23:57 +0800 |
commit | c49af893bd7de3529ae60a1c1fdf6c6462b7b810 (patch) | |
tree | 6ddf6454439b2d519a84f67a4b79602aecd92056 /ftp | |
parent | 1596a29596824afc37006ab5168647a27b3c3b9b (diff) | |
download | freebsd-ports-gnome-c49af893bd7de3529ae60a1c1fdf6c6462b7b810.tar.gz freebsd-ports-gnome-c49af893bd7de3529ae60a1c1fdf6c6462b7b810.tar.zst freebsd-ports-gnome-c49af893bd7de3529ae60a1c1fdf6c6462b7b810.zip |
Update dns/libpsl to 0.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index bd8742a41637..119a7da1cc9b 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.58.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 1453f708c96e..b65ca25efd8b 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,6 +3,7 @@ PORTNAME= wget DISTVERSION= 1.19.4 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz |