svn commit: r444432 - head/mail/py-authres

Danilo G. Baio dbaio at FreeBSD.org
Mon Jun 26 23:38:43 UTC 2017


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 at 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 at utahime.org


More information about the svn-ports-all mailing list