Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2023 06:15:07 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4a18122ef0ad - main - audio/eawpats: fix fetch
Message-ID:  <202311240615.3AO6F70C028270@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

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

commit 4a18122ef0adb24788e7f6d87f770f02971af94a
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-21 20:42:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-24 06:12:39 +0000

    audio/eawpats: fix fetch
    
    It appears that GENTOO no longer has the distfile.  Rehost it locally
    to unbreak timidity++ and dependent ports.
    
    MFH:            2023Q4
---
 audio/eawpats/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/audio/eawpats/Makefile b/audio/eawpats/Makefile
index 68bfe5ee9735..19dbd439e18e 100644
--- a/audio/eawpats/Makefile
+++ b/audio/eawpats/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	eawpats
-PORTVERSION=	12
+DISTVERSION=	12
 PORTREVISION=	4
 CATEGORIES=	audio
-MASTER_SITES=	GENTOO
+MASTER_SITES=	LOCAL/fuz
 DISTNAME=	eawpats12_full
 
 MAINTAINER=	ports@FreeBSD.org



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