Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 22:14:53 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e935b9706fe7 - main - converters/libb64: Remove stray MASTER_SITES
Message-ID:  <202404182214.43IMErSi026051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404182214.43IMErSi026051>