git: 1dc950ad83f0 - main - security/pygost: update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 17:46:43 UTC
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1dc950ad83f0ca56c280af5180cf439feec9b7b2
commit 1dc950ad83f0ca56c280af5180cf439feec9b7b2
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2026-03-09 17:45:35 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2026-03-09 17:45:35 +0000
security/pygost: update MASTER_SITES and WWW
Switch from cypherpunks.ru to cypherpunks.su as the former is no more.
PR: 291231
---
security/pygost/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/pygost/Makefile b/security/pygost/Makefile
index 800b177a20f1..959306ba02e3 100644
--- a/security/pygost/Makefile
+++ b/security/pygost/Makefile
@@ -2,7 +2,7 @@ PORTNAME= pygost
PORTVERSION= 5.13
PORTREVISION= 1
CATEGORIES= security python
-MASTER_SITES= http://www.pygost.cypherpunks.ru/ \
+MASTER_SITES= http://www.pygost.cypherpunks.su/ \
http://www.grosbein.net/freebsd/distfiles/ \
LOCAL/eugen
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.zst
MAINTAINER= eugen@FreeBSD.org
COMMENT= Pure Python 2.7/3.x GOST cryptographic functions library
-WWW= http://www.pygost.cypherpunks.ru/
+WWW= http://www.pygost.cypherpunks.su/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING