Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 23:12:22 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309045 - head/sysutils/salt
Message-ID:  <201212162312.qBGNCMRY070280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beech
Date: Sun Dec 16 23:12:22 2012
New Revision: 309045
URL: http://svnweb.freebsd.org/changeset/ports/309045

Log:
  Replace MASTER_SITES with CHEESESHOP mirrors
  
  Submitted by:	Ruslan Makhmatkhanov <cvs-src@yandex.ru>
  Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)

Modified:
  head/sysutils/salt/Makefile

Modified: head/sysutils/salt/Makefile
==============================================================================
--- head/sysutils/salt/Makefile	Sun Dec 16 20:59:39 2012	(r309044)
+++ head/sysutils/salt/Makefile	Sun Dec 16 23:12:22 2012	(r309045)
@@ -4,7 +4,7 @@
 PORTNAME=	salt
 PORTVERSION=	0.11.0
 CATEGORIES=	sysutils python
-MASTER_SITES=	http://pypi.python.org/packages/source/s/salt/	
+MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	christer.edwards@gmail.com
 COMMENT=	Distributed remote execution and configuration management system



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212162312.qBGNCMRY070280>