Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 07:35:27 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339204 - head/sysutils/ansible
Message-ID:  <201401090735.s097ZR4S007485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Jan  9 07:35:27 2014
New Revision: 339204
URL: http://svnweb.freebsd.org/changeset/ports/339204

Log:
  - add a mirror
  
  PR:		185583
  Submitted by:	maintainer, lifanov@mail.lifanov.com

Modified:
  head/sysutils/ansible/Makefile

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Thu Jan  9 07:20:37 2014	(r339203)
+++ head/sysutils/ansible/Makefile	Thu Jan  9 07:35:27 2014	(r339204)
@@ -3,7 +3,8 @@
 PORTNAME=	ansible
 PORTVERSION=	1.4.4
 CATEGORIES=	sysutils python
-MASTER_SITES=	http://ansibleworks.com/releases/
+MASTER_SITES=	http://ansibleworks.com/releases/ \
+		http://releases.ansible.com/ansible/
 
 MAINTAINER=	lifanov@mail.lifanov.com
 COMMENT=	Simple ssh-based configuration management and orchestration system



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