git: 3575cd2a2f83 - main - ftp/vsftpd: Remove stale MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 10:38:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3575cd2a2f8336239df60f576cb02515b32f82a0 commit 3575cd2a2f8336239df60f576cb02515b32f82a0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-27 08:46:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-27 10:37:18 +0000 ftp/vsftpd: Remove stale MASTER_SITES - Remove GENTOO MASTER_SITES as it no longer provides flat layout Approved by: portmgr (blanket) --- ftp/vsftpd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index b82a2713437e..c4a2a9d2859c 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -2,8 +2,7 @@ PORTNAME= vsftpd PORTVERSION= 3.0.5 PORTREVISION= 2 CATEGORIES= ftp -MASTER_SITES= https://security.appspot.com/downloads/ \ - GENTOO +MASTER_SITES= https://security.appspot.com/downloads/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org