diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-06-27 07:38:41 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-06-27 07:38:41 +0800 |
commit | 6983461536180fc1cd720f5effb64395846dd74b (patch) | |
tree | 9679f0dedbcfdb5f71538a833a5adbb0f2ff0012 /mail | |
parent | 2c38ac71ad6b74ea439f8503dd0bb3c9cf7c1529 (diff) | |
download | freebsd-ports-gnome-6983461536180fc1cd720f5effb64395846dd74b.tar.gz freebsd-ports-gnome-6983461536180fc1cd720f5effb64395846dd74b.tar.zst freebsd-ports-gnome-6983461536180fc1cd720f5effb64395846dd74b.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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-authres/Makefile | 2 |
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 |