diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-03-19 20:32:31 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-19 20:32:31 +0800 |
commit | 80ca9972ad3c4ab44ac19d23d329f39abfa3afe8 (patch) | |
tree | e21e8cfc5dcc6ecd6e6c80c2f0dd946b5b762b94 /ftp | |
parent | 07622d155bf479e0631c4f025ae7a17170f3225a (diff) | |
download | freebsd-ports-gnome-80ca9972ad3c4ab44ac19d23d329f39abfa3afe8.tar.gz freebsd-ports-gnome-80ca9972ad3c4ab44ac19d23d329f39abfa3afe8.tar.zst freebsd-ports-gnome-80ca9972ad3c4ab44ac19d23d329f39abfa3afe8.zip |
Remove the first site in the list. It no longer exists.
Replace my komquats domain (named after a fictitious place in the
Edmonton Journal political cartoon 40-50 years ago), using my
newish domain name.
Make fetchable again.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mirror/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index e42abfd7b02d..086003978698 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -5,8 +5,7 @@ PORTNAME= mirror PORTVERSION= 2.9 PORTREVISION= 2 CATEGORIES= ftp -MASTER_SITES= ftp://sunsite.ualberta.ca/pub/Mirror/mirror/ \ - http://komquats.com/distfiles/ \ +MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy PATCH_SITES= ${MASTER_SITES} @@ -15,8 +14,6 @@ PATCHFILES= ftp.pl_wupatch MAINTAINER= cy@FreeBSD.org COMMENT= Mirror packages on remote sites -BROKEN= unfetchable - MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USES= perl5 shebangfix |