diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-21 20:42:49 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-11-24 06:12:39 +0000 |
commit | 4a18122ef0adb24788e7f6d87f770f02971af94a (patch) | |
tree | cb414afa50edbd53d0c29e5f5f7252fb561c4f2c | |
parent | 7ec114119e9a8d05c5c121698c4bca179fd1c058 (diff) |
audio/eawpats: fix fetch
It appears that GENTOO no longer has the distfile. Rehost it locally
to unbreak timidity++ and dependent ports.
MFH: 2023Q4
-rw-r--r-- | audio/eawpats/Makefile | 4 |
1 files 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 |