git: f874ea164214 - 2023Q4 - audio/eawpats: fix fetch

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Fri, 24 Nov 2023 06:18:03 UTC
The branch 2023Q4 has been updated by fuz:

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

commit f874ea164214e4b6b50412b192bfba45fee37c5a
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:17:22 +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
    (cherry picked from commit 4a18122ef0adb24788e7f6d87f770f02971af94a)
---
 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