git: 4a18122ef0ad - main - audio/eawpats: fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Nov 2023 06:15:07 UTC
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