Skip to content

Commit

Permalink
devel/py-magic: Add some HTTP MASTER_SITES
Browse files Browse the repository at this point in the history
Requested by:	Loic F <loic.f@hardenedbsd.org>
  • Loading branch information
lwhsu committed Jun 23, 2021
1 parent f3e4dbc commit b1d9406
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions devel/py-magic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
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}

Expand All @@ -15,7 +17,7 @@ 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-*
Expand Down

0 comments on commit b1d9406

Please sign in to comment.