svn commit: r339204 - head/sysutils/ansible

Jason Helfman jgh at FreeBSD.org
Thu Jan 9 07:35:28 UTC 2014


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 at 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 at mail.lifanov.com
 COMMENT=	Simple ssh-based configuration management and orchestration system


More information about the svn-ports-all mailing list