git: 689f7483f13d - main - sysutils/ansible: Switch MASTER_SITES to CHEESESHOP

Mateusz Piotrowski 0mp at FreeBSD.org
Thu May 13 09:45:01 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=689f7483f13d5e5e820beeffb04d9b22662e9a83

commit 689f7483f13d5e5e820beeffb04d9b22662e9a83
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-13 09:41:34 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-13 09:45:01 +0000

    sysutils/ansible: Switch MASTER_SITES to CHEESESHOP
    
    The old website is not providing the distfiles anymore and suggests that
    we switch to PyPI.
---
 sysutils/ansible/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 492dfbd1d2e7..7c947edae3d9 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ansible
 DISTVERSION=	3.3.0
 CATEGORIES=	sysutils python
-MASTER_SITES=	http://releases.ansible.com/ansible/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	0mp at FreeBSD.org


More information about the dev-commits-ports-all mailing list