mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
devel/py-magic: Add some HTTP MASTER_SITES
Requested by: Loic F <loic.f@hardenedbsd.org>
This commit is contained in:
parent
f3e4dbcb5f
commit
b1d940646d
@ -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}
|
||||
|
||||
@ -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-*
|
||||
|
Loading…
Reference in New Issue
Block a user