diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-20 15:52:25 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2021-08-20 15:55:36 +0000 |
commit | 2a5ca5f7daa388a5722e0564e038f1f2bb199457 (patch) | |
tree | 34b7974cb487d6038a2533fc8e89521a4f8d8834 | |
parent | a8d47e02f91429353ac4efd7beae657afb1906ed (diff) | |
download | ports-2a5ca5f7daa388a5722e0564e038f1f2bb199457.tar.gz ports-2a5ca5f7daa388a5722e0564e038f1f2bb199457.zip |
security/softether: correct year in MASTER_SITES URL
(cherry picked from commit 66edcaf9268316700208048acf0c7b0623e0a4e7)
-rw-r--r-- | security/softether/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |