diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-03-08 09:56:54 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-03-09 14:18:07 -0500 |
commit | 09079730e9ca1d59129935a6046cbb7ee5e4a93d (patch) | |
tree | dc2a7a8e09b571d05c24b4a1cda39269348b3b1f /ftp | |
parent | lang/go120: Update to 1.20.2 (diff) |
all: Bump PORTREVISION after Go ports update
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlie/Makefile | 2 | ||||
-rw-r--r-- | ftp/sftpgo/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curlie/Makefile b/ftp/curlie/Makefile index 32c183bbd648..dec52816a5e6 100644 --- a/ftp/curlie/Makefile +++ b/ftp/curlie/Makefile @@ -1,7 +1,7 @@ PORTNAME= curlie DISTVERSIONPREFIX= v DISTVERSION= 1.6.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= ftp net www MAINTAINER= 0mp@FreeBSD.org diff --git a/ftp/sftpgo/Makefile b/ftp/sftpgo/Makefile index f4d6affea006..034cfc189a40 100644 --- a/ftp/sftpgo/Makefile +++ b/ftp/sftpgo/Makefile @@ -1,6 +1,6 @@ PORTNAME= sftpgo PORTVERSION= 2.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp www MASTER_SITES= https://github.com/drakkan/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_src_with_deps |