diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 21:24:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 21:24:14 +0800 |
commit | 15d99a2322dade1300c336a4e6fdd3bb21df2702 (patch) | |
tree | d066c669cfbc5ab8ceadc0fe72011035df64635a /ftp | |
parent | 92936bcbbfc25ede184ff552691731f70d220718 (diff) | |
download | freebsd-ports-gnome-15d99a2322dade1300c336a4e6fdd3bb21df2702.tar.gz freebsd-ports-gnome-15d99a2322dade1300c336a4e6fdd3bb21df2702.tar.zst freebsd-ports-gnome-15d99a2322dade1300c336a4e6fdd3bb21df2702.zip |
Update dns/libpsl to 0.20.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 4d44d9334d2d..5836e59febb9 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.58.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b65ca25efd8b..11a17fd10551 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz |