diff --git a/devel/py-magic/Makefile b/devel/py-magic/Makefile index 532d0c712b1b..c7548a65a48d 100644 --- a/devel/py-magic/Makefile +++ b/devel/py-magic/Makefile @@ -1,25 +1,27 @@ # Created by: Alexander Botero-Lowry PORTNAME= magic PORTVERSION= 5.40 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} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for determining file type LICENSE= BSD2CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils # both install module as magic.py CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-* WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python .include