git: 9eb5fbb98bbe - main - games/yadex: Remove stale MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 10:38:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9eb5fbb98bbe63b5a4e1e87944d13ad8a33791ab commit 9eb5fbb98bbe63b5a4e1e87944d13ad8a33791ab Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-27 09:33:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-27 10:37:25 +0000 games/yadex: Remove stale MASTER_SITES - Remove GENTOO MASTER_SITES as it no longer provides flat layout Approved by: portmgr (blanket) --- games/yadex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 03818c5e03d7..e489c96e5633 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.7.0 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://vault.101011010.xyz/distfiles/yadex/ \ - http://freebsd.nsu.ru/distfiles/yadex/ GENTOO + http://freebsd.nsu.ru/distfiles/yadex/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org