aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-06-26 23:38:41 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-06-26 23:38:41 +0000
commit1e5d395309b5b977fe2651ba2cff2616271931ff (patch)
tree9679f0dedbcfdb5f71538a833a5adbb0f2ff0012 /mail
parent1b9d97d846181f1134446ddae45e0b012743fdc7 (diff)
downloadports-1e5d395309b5b977fe2651ba2cff2616271931ff.tar.gz
ports-1e5d395309b5b977fe2651ba2cff2616271931ff.zip
mail/py-authres: Move MASTER_SITES to CHEESESHOP
Using CHEESESHOP (PyPI) is recommended as the default MASTER_SITES for Python packages where the distribution files (sdist) are available there, unless there are compelling reasons to use an alternative source such as GitHub, for example if test, data or other important files are not included due to incorrect packaging or otherwise. PR: 220257 Reported by: koobs Reviewed by: koobs, garga Approved by: garga (mentor), yasu@utahime.org (maintainer) Differential Revision: D11343
Notes
Notes: svn path=/head/; revision=444432
Diffstat (limited to 'mail')
-rw-r--r--mail/py-authres/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile
index a520f870f7ff..1e0d3dfa3106 100644
--- a/mail/py-authres/Makefile
+++ b/mail/py-authres/Makefile
@@ -4,7 +4,7 @@
PORTNAME= authres
PORTVERSION= 0.900
CATEGORIES= mail python
-MASTER_SITES= http://launchpad.net/authentication-results-python/${PORTVERSION}/${PORTVERSION}/+download/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yasu@utahime.org