git: c24f39ca1778 - 2021Q2 - devel/py-magic: Add some HTTP MASTER_SITES
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Jun 23 10:18:52 UTC 2021
The branch 2021Q2 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c24f39ca17788d8a19b3ed7007452895a7a0468f
commit c24f39ca17788d8a19b3ed7007452895a7a0468f
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-06-23 10:09:12 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-06-23 10:18:40 +0000
devel/py-magic: Add some HTTP MASTER_SITES
Requested by: Loic F <loic.f at hardenedbsd.org>
(cherry picked from commit b1d940646da910dee1864a6997f8668f5211fe05)
---
devel/py-magic/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile
index c4b586f9853e..2ef62a9823b5 100644
--- a/devel/py-magic/Makefile
+++ b/devel/py-magic/Makefile
@@ -3,9 +3,11 @@
PORTNAME= magic
PORTVERSION= 5.39
CATEGORIES= devel python
-MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
+MASTER_SITES= https://astron.com/pub/file/ \
+ ftp://ftp.astron.com/pub/file/ \
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
- ftp://ftp.fu-berlin.de/unix/tools/file/
+ ftp://ftp.fu-berlin.de/unix/tools/file/ \
+ https://www.mirrorservice.org/sites/distfiles.macports.org/file/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= file-${PORTVERSION}
More information about the dev-commits-ports-all
mailing list