From e935b9706fe76510c6bd9508021c259b99349604 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Fri, 19 Apr 2024 00:07:37 +0200 Subject: [PATCH] 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