Date: Mon, 26 Jun 2017 23:38:41 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444432 - head/mail/py-authres Message-ID: <201706262338.v5QNcf3K074184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Mon Jun 26 23:38:41 2017 New Revision: 444432 URL: https://svnweb.freebsd.org/changeset/ports/444432 Log: 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 Modified: head/mail/py-authres/Makefile Modified: head/mail/py-authres/Makefile ============================================================================== --- head/mail/py-authres/Makefile Mon Jun 26 23:34:16 2017 (r444431) +++ head/mail/py-authres/Makefile Mon Jun 26 23:38:41 2017 (r444432) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706262338.v5QNcf3K074184>