Bug 185583 - [maintainer] [patch] sysutils/ansible : fix fetch
Summary: [maintainer] [patch] sysutils/ansible : fix fetch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 14:50 UTC by Nikolai Lifanov
Modified: 2014-01-09 07:40 UTC (History)
0 users

See Also:


Attachments
patch.txt (444 bytes, text/plain)
2014-01-08 14:50 UTC, Nikolai Lifanov
no flags Details
patch.txt (535 bytes, text/x-diff)
2014-01-09 01:23 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2014-01-08 14:50:00 UTC
	Upstream changed the MASTER site again.
	Please fix fetch by applying this patch.
Comment 1 Nikolai Lifanov 2014-01-09 01:23:37 UTC
Actually, the previous mirror is back online.
Since there were incidents of one or the other location being 
unavailable in the past, please include both mirrors.

I would add github tarball as a mirror, but the checksum and contents 
are different.

Please use this patch instead.

- Nikolai Lifanov
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2014-01-09 07:08:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-09 07:35:34 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2014-01-09 07:35:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!