git: 58bf3da88b03 - main - security/pygost: update URLs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 09:37:58 UTC
The branch main has been updated by eugen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58bf3da88b038297816754e3ed1f1ca09d4f1aa5
commit 58bf3da88b038297816754e3ed1f1ca09d4f1aa5
Author: Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2026-09-06 09:36:39 +0000
Commit: Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2026-09-06 09:37:50 +0000
security/pygost: update URLs
The project moved from expired domain cypherpunks.su
to the new name stargrave.org.
PR: 298233
---
security/pygost/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/pygost/Makefile b/security/pygost/Makefile
index 959306ba02e3..298b6f380822 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.su/ \
+MASTER_SITES= http://www.pygost.stargrave.org/ \
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.su/
+WWW= http://www.pygost.stargrave.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING