Date: Fri, 20 Aug 2021 15:56:36 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2a5ca5f7daa3 - 2021Q3 - security/softether: correct year in MASTER_SITES URL Message-ID: <202108201556.17KFuaIK021708@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a5ca5f7daa388a5722e0564e038f1f2bb199457 commit 2a5ca5f7daa388a5722e0564e038f1f2bb199457 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2021-08-20 15:52:25 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2021-08-20 15:55:36 +0000 security/softether: correct year in MASTER_SITES URL (cherry picked from commit 66edcaf9268316700208048acf0c7b0623e0a4e7) --- security/softether/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/softether/Makefile b/security/softether/Makefile index e53c2cc90955..a3b5c803ff0c 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -2,7 +2,7 @@ PORTNAME= softether DISTVERSION= 4.38-9760 PORTREVISION= 0 CATEGORIES= security net-vpn -MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2020.08.17-tree/Source_Code/ +MASTER_SITES= https://www.softether-download.com/files/softether/v${DISTVERSION}-rtm-2021.08.17-tree/Source_Code/ DISTNAME= ${PORTNAME}-src-v${DISTVERSION}-rtm MAINTAINER= meta@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108201556.17KFuaIK021708>