Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 13:55:12 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: f3cdd3755a45 - main - irc/epic4: Fix MASTER_SITES
Message-ID:  <202403311355.42VDtCbW033109@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=f3cdd3755a45b9790d2789920ed37bced55b81f6

commit f3cdd3755a45b9790d2789920ed37bced55b81f6
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-31 13:54:42 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-31 13:54:46 +0000

    irc/epic4: Fix MASTER_SITES
    
    Remove stray backslash from previous commit
---
 irc/epic4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile
index 9c75ab2f1f1f..36b2dbd960f4 100644
--- a/irc/epic4/Makefile
+++ b/irc/epic4/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	epic4
 PORTVERSION=	2.10.10
 PORTREVISION=	2
 CATEGORIES=	irc
-MASTER_SITES=	https://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
+MASTER_SITES=	https://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${PORTNAME}-help-20050315.tar.bz2
 



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