git: e935b9706fe7 - main - converters/libb64: Remove stray MASTER_SITES

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 22:14:53 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e935b9706fe76510c6bd9508021c259b99349604

commit e935b9706fe76510c6bd9508021c259b99349604
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-18 22:07:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-18 22:10:02 +0000

    converters/libb64: Remove stray MASTER_SITES
    
    Port is converted to USE_GITHUB which conflicts with MASTER_SITES
    Passed tests because source file was already fetched and available in
    distfiles directory
    
    PR:             278435
    Reported by:    lev
    Approved by:    portmgr (build fix)
---
 converters/libb64/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/converters/libb64/Makefile b/converters/libb64/Makefile
index a3e95857a655..31bdc22b7319 100644
--- a/converters/libb64/Makefile
+++ b/converters/libb64/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	libb64
 DISTVERSION=	2.0.0-15
 CATEGORIES=	converters mail
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}
 
 MAINTAINER=	ismail.yenigul@surgate.com
 COMMENT=	Library for fast Base64 encoding and decoding