diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-09-08 14:34:56 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-09-08 14:34:56 +0000 |
commit | 8e4bc57934f0611f59a2bfca1ddbab781572ead3 (patch) | |
tree | dd28e4d04117817fbc1bef98b0acdc12f7ed50f5 /ftp | |
parent | d6ea93e8ddc09ab65e1ae4c6636616af48a9146e (diff) |
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlie/Makefile | 2 | ||||
-rw-r--r-- | ftp/pget/Makefile | 2 | ||||
-rw-r--r-- | ftp/sftpgo/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index 0e299273e5fc..9dcefa52a683 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -1,7 +1,7 @@ PORTNAME= curlie DISTVERSIONPREFIX= v DISTVERSION= 1.6.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= ftp net www MAINTAINER= 0mp@FreeBSD.org diff --git a/ftp/pget/Makefile b/ftp/pget/Makefile index ef0a35ed00fe..435a35bd7268 100644 --- a/ftp/pget/Makefile +++ b/ftp/pget/Makefile @@ -1,7 +1,7 @@ PORTNAME= pget DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp net www MAINTAINER= yuri@FreeBSD.org diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile index c235f806409c..946700c80532 100644 --- a/ftp/sftpgo/Makefile +++ b/ftp/sftpgo/Makefile @@ -1,6 +1,6 @@ PORTNAME= sftpgo PORTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps |