From owner-svn-ports-head@freebsd.org Mon Jun 26 23:38:42 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E412ED945A0; Mon, 26 Jun 2017 23:38:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A57156F3AE; Mon, 26 Jun 2017 23:38:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5QNcfTn074185; Mon, 26 Jun 2017 23:38:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5QNcf3K074184; Mon, 26 Jun 2017 23:38:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201706262338.v5QNcf3K074184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 26 Jun 2017 23:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444432 - head/mail/py-authres X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 23:38:43 -0000 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